coreboot/src/mainboard/google
Patrick Georgi 50f313c8b2 */acpi_tables.c: Use ALIGN macro
At the request of Paul Menzel, I reran an
old classic of a coccinelle script:
  @@
  expression E;
  @@
  -(E + 7) & -8
  +ALIGN(E, 8)

  @@
  expression E;
  @@
  -(E + 15) & -16
  +ALIGN(E, 16)

Change-Id: I01da31b241585e361380f75aacf3deddb13d11c3
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/2487
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2013-02-22 22:38:50 +01:00
..
butterfly */acpi_tables.c: Use ALIGN macro 2013-02-22 22:38:50 +01:00
parrot */acpi_tables.c: Use ALIGN macro 2013-02-22 22:38:50 +01:00
snow snow: add cpu_cluster and domain resources via devicetree.cb 2013-02-19 17:21:30 +01:00
Kconfig Add support for "Butterfly" Chromebook 2013-02-11 22:02:32 +01:00