Unify crt0s setup to src/arch/i386/Makefile.inc. This variable
is not something users have to concern themselves with anymore. Also fixes some wrong romstrap configs for boards, fixing a couple of them. Also add "make printcrt0s" target for debugging crt0s when updating modified checkouts. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5162 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
dbbecb5c17
commit
eb49f9d04f
50 changed files with 97 additions and 325 deletions
|
|
@ -34,11 +34,4 @@ ldscripts += $(src)/cpu/x86/16bit/reset16.lds
|
|||
ldscripts += $(src)/arch/i386/lib/id.lds
|
||||
ldscripts += $(src)/arch/i386/lib/failover.lds
|
||||
|
||||
crt0s := $(src)/cpu/x86/16bit/entry16.inc
|
||||
crt0s += $(src)/cpu/x86/32bit/entry32.inc
|
||||
crt0s += $(src)/cpu/x86/16bit/reset16.inc
|
||||
crt0s += $(src)/arch/i386/lib/id.inc
|
||||
crt0s += $(src)/cpu/x86/fpu_enable.inc
|
||||
crt0s += $(obj)/mainboard/$(MAINBOARDDIR)/romstage.inc
|
||||
crt0s += $(src)/cpu/x86/mmx_disable.inc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue