coreboot-kgpe-d16/src/mainboard/intel/eagleheights
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_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 Add support for the Intel Eagle Heights development board. 2009-07-01 17:01:17 +00:00
debug.c Some more DIMM0 related cleanups and deduplication. 2010-11-20 20:23:08 +00:00
devicetree.cb Intel cpus: apply un-written naming rules 2012-02-10 23:40:07 +01:00
dsdt.asl Clean up ACPI: 2010-02-08 15:46:37 +00:00
fadt.c Use ACPI text fields consistently with all other boards 2011-09-21 00:31:45 +02:00
ioapic.h Add support for the Intel Eagle Heights development board. 2009-07-01 17:01:17 +00:00
irq_tables.c Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards 2009-10-07 21:51:33 +00:00
Kconfig AP_IN_SIPI_WAIT is already defined in the CPU Kconfig of those boards. 2011-05-23 22:43:43 +00:00
mainboard.c fix epia-m700 compilation, and remove more warnings. 2010-04-07 02:30:57 +00:00
mptable.c Unify Local APIC address definitions 2012-03-08 15:39:05 +01:00
reset.c drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more 2010-03-28 21:26:54 +00:00
romstage.c run uart_init() from console_init, just like the other console initialization functions. 2011-04-20 20:54:07 +00:00