In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 10 Apr 2011 04:15:23 +0000 (04:15 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 10 Apr 2011 04:15:23 +0000 (04:15 +0000)
commit61aee5f4b1d596a0cb007e666df13094abed6d10
treebd37c86c07a3d98d24b1ea47defe2fbe2b877ad4
parentdf6fd566ba6f8541ee5611e57bfbab58b632a269
In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.
http://www.coreboot.org/pipermail/coreboot/2007-September/024665.html

It's about time we follow this advice.

Also move some manually set __PRE_RAM__ defines (ap_romstage.c) to the Makefile and
drop unused CPP define

Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Patrick Georgi <patrick@georgi-clan.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
23 files changed:
Makefile
Makefile.inc
src/arch/x86/Makefile.bigbootblock.inc
src/arch/x86/Makefile.bootblock.inc
src/arch/x86/Makefile.inc
src/include/cpu/amd/gx2def.h
src/include/cpu/amd/lxdef.h
src/include/cpu/amd/mtrr.h
src/include/cpu/x86/mtrr.h
src/include/fallback.h
src/mainboard/amd/serengeti_cheetah/ap_romstage.c
src/mainboard/gigabyte/ga_2761gxdk/ap_romstage.c
src/mainboard/gigabyte/m57sli/ap_romstage.c
src/mainboard/msi/ms7260/ap_romstage.c
src/mainboard/nvidia/l1_2pvv/ap_romstage.c
src/mainboard/supermicro/h8dme/ap_romstage.c
src/mainboard/supermicro/h8dmr/ap_romstage.c
src/mainboard/tyan/s2912/ap_romstage.c
src/southbridge/amd/cs5535/cs5535.h
src/southbridge/amd/cs5536/cs5536.h
src/southbridge/intel/i82371eb/i82371eb.h
src/southbridge/intel/i82801gx/i82801gx.h
util/xcompile/xcompile