Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: fsp2
|
||||
#@DESCRIPTION: evaluation machine board configuration for the fsp2 ppc476
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fsp2"
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-fsp2"
|
||||
|
||||
DEFAULTTUNE = "powerpc-nf"
|
||||
|
||||
SERIAL_CONSOLES = "115200;ttyS0"
|
||||
|
||||
MACHINEOVERRIDES .= ":fsp2"
|
||||
|
||||
require conf/machine/include/powerpc/arch-powerpc.inc
|
||||
@@ -0,0 +1,10 @@
|
||||
MACHINE = "sunray2"
|
||||
KERNEL_DEVICETREE = "fsp2.dtb"
|
||||
KBUILD_DEFCONFIG = "44x/fsp2_defconfig"
|
||||
|
||||
require conf/machine/include/fsp2.inc
|
||||
|
||||
UBOOT_MACHINE:sunray2 = "fsp2_defconfig"
|
||||
UBOOT_ENTRYPOINT = "0x10000000"
|
||||
UBOOT_LOADADDRESS = "0x10000000"
|
||||
|
||||
Reference in New Issue
Block a user