*** empty log message ***
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@957 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
655bf44cde
commit
70572e64c1
|
@ -0,0 +1,10 @@
|
||||||
|
init config/crt0.lb
|
||||||
|
ldscript config/ldscript.lb
|
||||||
|
|
||||||
|
makerule linuxbios.rom
|
||||||
|
depends "linuxbios.strip buildrom"
|
||||||
|
action "./buildrom $< $@ $(PAYLOAD) $(ROM_IMAGE_SIZE) $(ROM_SIZE)"
|
||||||
|
end
|
||||||
|
|
||||||
|
dir lib
|
||||||
|
dir boot
|
|
@ -0,0 +1,3 @@
|
||||||
|
object boot.o
|
||||||
|
object tables.o
|
||||||
|
object linuxbios_table.o
|
|
@ -0,0 +1,9 @@
|
||||||
|
object c_start.S
|
||||||
|
object setup.o
|
||||||
|
object pci_ops.o
|
||||||
|
object timer.o
|
||||||
|
object cpuid.o
|
||||||
|
object cpu.o
|
||||||
|
object timebase.S
|
||||||
|
object floats.S
|
||||||
|
|
Loading…
Reference in New Issue