coreboot-kgpe-d16/src/mainboard/iwill/dk8_htx
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 Unify Local APIC address definitions 2012-03-08 15:39:05 +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 second round name simplification. drop the <component>_ prefix. 2010-12-08 07:07:33 +00:00
fadt.c Running a checked build of Windows is needed for understanding its various BIOS related BSODs. Win7 checked build complains when running coreboot+seabios: 2010-10-24 16:22:11 +00:00
get_bus_conf.c Convert more boards to use mptable_write_buses. 2010-11-21 14:41:07 +00:00
irq_tables.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
Kconfig amd/amd8111: Move HAVE_HARD_RESET to southbridge 2012-02-17 19:00:14 +01:00
mainboard.c
mb_sysconf.h Convert more boards to use mptable_write_buses. 2010-11-21 14:41:07 +00:00
mptable.c Unify Local APIC address definitions 2012-03-08 15:39:05 +01:00
resourcemap.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
romstage.c TINY_BOOTBLOCK problem-fix on amdk8+amd8111 platforms 2011-10-03 23:17:33 +02:00
ssdt2.asl Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
ssdt3.asl Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
ssdt4.asl Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
ssdt5.asl Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00