mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
*** 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
3 changed files with 22 additions and 0 deletions
10
src/arch/ppc/Config.lb
Normal file
10
src/arch/ppc/Config.lb
Normal file
|
@ -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
|
3
src/arch/ppc/boot/Config.lb
Normal file
3
src/arch/ppc/boot/Config.lb
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
object boot.o
|
||||||
|
object tables.o
|
||||||
|
object linuxbios_table.o
|
9
src/arch/ppc/lib/Config.lb
Normal file
9
src/arch/ppc/lib/Config.lb
Normal file
|
@ -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…
Add table
Reference in a new issue