Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
28
sources/meta-freescale/conf/machine/p1020rdb.conf
Normal file
28
sources/meta-freescale/conf/machine/p1020rdb.conf
Normal file
@@ -0,0 +1,28 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: NXP P1020RDB
|
||||
#@SOC: p1020
|
||||
#@DESCRIPTION: Machine configuration for NXP QorIQ P1020 Reference
|
||||
# Design Board, revD with ppce500v2 core
|
||||
#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>
|
||||
|
||||
require conf/machine/include/e500v2.inc
|
||||
|
||||
MACHINEOVERRIDES =. "p1020:"
|
||||
BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
|
||||
|
||||
UBOOT_CONFIG ??= "nand sdcard spi nor"
|
||||
UBOOT_CONFIG[nor] = "P1020RDB-PD_config,,u-boot-with-dtb.bin"
|
||||
UBOOT_CONFIG[nand] = "P1020RDB-PD_NAND_config,,u-boot-with-spl.bin"
|
||||
UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config,,u-boot-with-spl.bin"
|
||||
UBOOT_CONFIG[spi] = "P1020RDB-PD_SPIFLASH_config,,u-boot-with-spl.bin"
|
||||
|
||||
UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
|
||||
UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
|
||||
UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
|
||||
|
||||
KERNEL_DEVICETREE ?= "fsl/p1020rdb-pd.dtb"
|
||||
KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig"
|
||||
|
||||
JFFS2_ERASEBLOCK = "0x20000"
|
||||
|
||||
USE_VT ?= "0"
|
||||
Reference in New Issue
Block a user