coreboot-kgpe-d16/src/mainboard/lenovo/t60
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 T60: handle EC events in SMM if ACPI is disabled 2011-07-07 15:47:29 +02:00
acpi_tables.c Refactor some alignment handling 2012-04-20 21:18:02 +02:00
chip.h Add Lenovo ThinkPad T60 2011-04-20 09:12:17 +00:00
cmos.layout X60/T60: Add option to enable/disable bluetooth 2012-01-31 18:03:40 +01:00
devicetree.cb X60/T60: enable AHCI mode 2011-10-27 18:27:24 +02:00
dock.c T60: Add support for Ultrabay Legacy I/O devices (40Y8122) 2011-10-20 16:06:35 +02:00
dock.h T60: Add support for Ultrabay Legacy I/O devices (40Y8122) 2011-10-20 16:06:35 +02:00
dsdt.asl ACPI: More ../../.. removal 2012-02-22 22:16:15 +01:00
fadt.c Use ACPI text fields consistently with all other boards 2011-09-21 00:31:45 +02:00
irq_tables.c Add Lenovo ThinkPad T60 2011-04-20 09:12:17 +00:00
Kconfig Intel northbridge I945: Apply un-written naming rules 2012-03-16 21:40:20 +01:00
mainboard.c X60/T60: fix default baudrate 2012-01-31 12:52:18 +01:00
mainboard_smi.c T60: Add support for Ultrabay Legacy I/O devices (40Y8122) 2011-10-20 16:06:35 +02:00
Makefile.inc Add Lenovo ThinkPad T60 2011-04-20 09:12:17 +00:00
mptable.c Unify Local APIC address definitions 2012-03-08 15:39:05 +01:00
romstage.c remove usbdebug.h include from mainboard/romstage code 2011-10-30 12:37:05 +01:00
smi.h T60: handle EC events in SMM if ACPI is disabled 2011-07-07 15:47:29 +02:00