coreboot-kgpe-d16/src/mainboard/amd
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
..
bimini_fam10 Refactor some alignment handling 2012-04-20 21:18:02 +02:00
db800 AMD Geode cpus: apply un-written naming rules 2012-02-13 21:56:38 +01:00
dbm690t Refactor some alignment handling 2012-04-20 21:18:02 +02:00
dinar Refactor some alignment handling 2012-04-20 21:18:02 +02:00
inagua Refactor some alignment handling 2012-04-20 21:18:02 +02:00
mahogany Refactor some alignment handling 2012-04-20 21:18:02 +02:00
mahogany_fam10 Refactor some alignment handling 2012-04-20 21:18:02 +02:00
norwich AMD Geode cpus: apply un-written naming rules 2012-02-13 21:56:38 +01:00
persimmon Refactor some alignment handling 2012-04-20 21:18:02 +02:00
pistachio Refactor some alignment handling 2012-04-20 21:18:02 +02:00
rumba AMD Geode cpus: apply un-written naming rules 2012-02-13 21:56:38 +01:00
serengeti_cheetah Refactor some alignment handling 2012-04-20 21:18:02 +02:00
serengeti_cheetah_fam10 Refactor some alignment handling 2012-04-20 21:18:02 +02:00
south_station Refactor some alignment handling 2012-04-20 21:18:02 +02:00
tilapia_fam10 Refactor some alignment handling 2012-04-20 21:18:02 +02:00
torpedo Refactor some alignment handling 2012-04-20 21:18:02 +02:00
union_station Refactor some alignment handling 2012-04-20 21:18:02 +02:00
Kconfig Mainboard: Add AMD dinar mainboard. 2012-02-17 17:39:51 +01:00