coreboot-kgpe-d16/src/mainboard/intel
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
..
d810e2cb run uart_init() from console_init, just like the other console initialization functions. 2011-04-20 20:54:07 +00:00
d945gclf Refactor some alignment handling 2012-04-20 21:18:02 +02:00
eagleheights Refactor some alignment handling 2012-04-20 21:18:02 +02:00
jarrell Unify Local APIC address definitions 2012-03-08 15:39:05 +01:00
mtarvon Unify Local APIC address definitions 2012-03-08 15:39:05 +01:00
truxton Unify Local APIC address definitions 2012-03-08 15:39:05 +01:00
xe7501devkit Refactor some alignment handling 2012-04-20 21:18:02 +02:00
Kconfig Use subsystem id from devicetree.cb instead of Kconfig and move 2011-03-01 19:58:47 +00:00