Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_PATTERN_fsp2-layer := "^${LAYERDIR}/"
BBFILE_COLLECTIONS += "fsp2-layer"
LAYERVERSION_fsp2-layer = "1"
@@ -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"