coreboot-kgpe-d16/src/southbridge/intel/i82371eb
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 After finding the missing bit poweroff works now. 2010-11-27 09:40:16 +00:00
acpi_tables.c Refactor some alignment handling 2012-04-20 21:18:02 +02:00
bootblock.c Merge enable_rom.c files into bootblock.c files. 2010-12-09 18:09:14 +00:00
chip.h After finding the missing bit poweroff works now. 2010-11-27 09:40:16 +00:00
early_pm.c first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
early_smbus.c first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
fadt.c Use ACPI text fields consistently with all other boards 2011-09-21 00:31:45 +02:00
i82371eb.c Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
i82371eb.h In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. 2011-04-10 04:15:23 +00:00
ide.c first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
isa.c first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
Kconfig Get rid of the old romstage-as-bootblock ROM layout 2011-10-28 22:17:36 +02:00
Makefile.inc Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods 2011-09-12 15:56:12 +02:00
reset.c first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
smbus.c Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods 2011-09-12 15:56:12 +02:00
smbus.h first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
usb.c first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
wakeup.c Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods 2011-09-12 15:56:12 +02:00