coreboot-kgpe-d16/src/southbridge/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
..
bd82x6x Add support for Intel Panther Point PCH 2012-04-04 19:10:51 +02:00
esb6300 Add missing HAVE_HARD_RESET 2012-01-10 15:03:46 +01:00
i3100 i3100: configure pci irqs 2012-02-02 16:01:47 +01:00
i82371eb Refactor some alignment handling 2012-04-20 21:18:02 +02:00
i82801ax first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
i82801bx first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
i82801cx intel/i82801cx: Move HAVE_HARD_RESET to southbridge 2012-02-17 22:41:49 +01:00
i82801dx intel/82801dx: Move HAVE_HARD_RESET to southbridge 2012-02-17 18:58:17 +01:00
i82801ex intel/i82801ex: Move HAVE_HARD_RESET to southbridge 2012-02-17 22:41:43 +01:00
i82801gx i82801gx: Support power-on-after-power-fail better 2012-03-24 20:40:42 +01:00
i82870 first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
pxhd first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
sch Unify IO APIC address specification 2012-04-12 00:06:11 +02:00
Kconfig Add support for Intel Panther Point PCH 2012-04-04 19:10:51 +02:00
Makefile.inc Add support for Intel Panther Point PCH 2012-04-04 19:10:51 +02:00