coreboot-kgpe-d16/src/mainboard/amd/mahogany_fam10
Patrick Georgi 26b00e6d39 Refactor some alignment handling
Made using coccinelle:
  @@
  expression E;
  @@
  -(E + 7) & -8
  +ALIGN(E, 8)

  @@
  expression E;
  @@
  -(E + 15) & -16
  +ALIGN(E, 16)

Change-Id: I071d2c98cd95580d7de21d256c31b6368a3dc70b
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/910
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2012-04-20 21:18:02 +02:00
..
acpi AMD Mahogany Fam10 ACPI table fixes. 2012-01-24 22:46:21 +01:00
acpi_tables.c Refactor some alignment handling 2012-04-20 21:18:02 +02:00
chip.h Remove unused mainboard_config definitions. Trivial. 2010-08-26 18:24:04 +00:00
cmos.layout Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. 2010-04-08 15:06:44 +00:00
devicetree.cb Use subsystem id from devicetree.cb instead of Kconfig and move 2011-03-01 19:58:47 +00:00
dsdt.asl ACPI: More ../../.. removal 2012-02-22 22:16:15 +01:00
get_bus_conf.c Convert boards to use mptable_write_buses. 2010-11-21 14:40:09 +00:00
irq_tables.c Convert boards to use mptable_write_buses. 2010-11-21 14:40:09 +00:00
Kconfig amd/sb700: Move HAVE_HARD_RESET to southbridge 2012-02-17 22:41:52 +01:00
mainboard.c Update AMD SR5650 and SB700 2011-07-22 00:20:59 +02:00
mb_sysconf.h The code can run on the Mahogany board, which is one of sample boards 2010-03-16 01:53:10 +00:00
mptable.c Unify Local APIC address definitions 2012-03-08 15:39:05 +01:00
resourcemap.c The code can run on the Mahogany board, which is one of sample boards 2010-03-16 01:53:10 +00:00
romstage.c Remove old AMD fam10 fixme comment 2012-02-22 11:35:17 +01:00