forked from u-boot/u-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
odroid-m1-sb: create signed and verified u-boot
Signed-off-by: Michał Iwanicki <[email protected]>
- Loading branch information
1 parent
f0ee2f7
commit d7cb37f
Showing
6 changed files
with
208 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
CONFIG_ARM=y | ||
CONFIG_SKIP_LOWLEVEL_INIT=y | ||
CONFIG_COUNTER_FREQUENCY=24000000 | ||
CONFIG_ARCH_ROCKCHIP=y | ||
CONFIG_TEXT_BASE=0x00a00000 | ||
CONFIG_SPL_LIBCOMMON_SUPPORT=y | ||
CONFIG_SPL_LIBGENERIC_SUPPORT=y | ||
CONFIG_NR_DRAM_BANKS=2 | ||
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y | ||
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xc00000 | ||
CONFIG_SF_DEFAULT_SPEED=24000000 | ||
CONFIG_SF_DEFAULT_MODE=0x1000 | ||
CONFIG_DEFAULT_DEVICE_TREE="rk3568-odroid-m1" | ||
CONFIG_ROCKCHIP_RK3568=y | ||
CONFIG_SPL_ROCKCHIP_COMMON_BOARD=y | ||
CONFIG_ROCKCHIP_SPI_IMAGE=y | ||
CONFIG_SIGN_UBOOT=y | ||
CONFIG_KEY_DIRECTORY="keys" | ||
CONFIG_SPL_ADD_PUBLIC_KEY=y | ||
CONFIG_SPL_SERIAL=y | ||
CONFIG_SPL_STACK_R_ADDR=0x600000 | ||
CONFIG_TARGET_ODROID_M1_RK3568=y | ||
CONFIG_SPL_STACK=0x400000 | ||
CONFIG_DEBUG_UART_BASE=0xFE660000 | ||
CONFIG_DEBUG_UART_CLOCK=24000000 | ||
CONFIG_SPL_SPI_FLASH_SUPPORT=y | ||
CONFIG_SPL_SPI=y | ||
CONFIG_SYS_LOAD_ADDR=0xc00800 | ||
CONFIG_PCI=y | ||
CONFIG_DEBUG_UART=y | ||
CONFIG_AHCI=y | ||
CONFIG_FIT=y | ||
CONFIG_FIT_VERBOSE=y | ||
CONFIG_SPL_FIT_SIGNATURE=y | ||
CONFIG_SPL_LOAD_FIT=y | ||
CONFIG_LEGACY_IMAGE_FORMAT=y | ||
CONFIG_DEFAULT_FDT_FILE="rockchip/rk3568-odroid-m1.dtb" | ||
# CONFIG_DISPLAY_CPUINFO is not set | ||
CONFIG_DISPLAY_BOARDINFO_LATE=y | ||
CONFIG_SPL_MAX_SIZE=0x40000 | ||
CONFIG_SPL_PAD_TO=0x7f8000 | ||
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y | ||
CONFIG_SPL_BSS_START_ADDR=0x4000000 | ||
CONFIG_SPL_BSS_MAX_SIZE=0x4000 | ||
# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set | ||
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set | ||
CONFIG_SPL_STACK_R=y | ||
CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x150000 | ||
CONFIG_SPL_SPI_LOAD=y | ||
CONFIG_SYS_SPI_U_BOOT_OFFS=0x100000 | ||
CONFIG_SPL_ATF=y | ||
CONFIG_CMD_GPIO=y | ||
CONFIG_CMD_GPT=y | ||
CONFIG_CMD_I2C=y | ||
CONFIG_CMD_MMC=y | ||
CONFIG_CMD_MTD=y | ||
CONFIG_CMD_PCI=y | ||
CONFIG_CMD_USB=y | ||
# CONFIG_CMD_SETEXPR is not set | ||
CONFIG_CMD_INI=y | ||
CONFIG_CMD_PMIC=y | ||
CONFIG_CMD_REGULATOR=y | ||
CONFIG_CMD_CRAMFS=y | ||
CONFIG_MTDPARTS_DEFAULT="nor0:0x100000(reserved),0x200000(uboot),0x100000(splash),0xc00000(Firmware)" | ||
# CONFIG_SPL_DOS_PARTITION is not set | ||
CONFIG_SPL_OF_CONTROL=y | ||
CONFIG_OF_LIVE=y | ||
CONFIG_OF_SPL_REMOVE_PROPS="clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents" | ||
CONFIG_SPL_DM_SEQ_ALIAS=y | ||
CONFIG_SPL_REGMAP=y | ||
CONFIG_SPL_SYSCON=y | ||
CONFIG_AHCI_PCI=y | ||
CONFIG_DWC_AHCI=y | ||
CONFIG_SPL_CLK=y | ||
CONFIG_ROCKCHIP_GPIO=y | ||
CONFIG_SYS_I2C_ROCKCHIP=y | ||
CONFIG_MISC=y | ||
CONFIG_SUPPORT_EMMC_RPMB=y | ||
CONFIG_MMC_DW=y | ||
CONFIG_MMC_DW_ROCKCHIP=y | ||
CONFIG_MMC_SDHCI=y | ||
CONFIG_MMC_SDHCI_SDMA=y | ||
CONFIG_MMC_SDHCI_ROCKCHIP=y | ||
CONFIG_SF_DEFAULT_BUS=4 | ||
CONFIG_SPI_FLASH_SFDP_SUPPORT=y | ||
CONFIG_SPI_FLASH_MACRONIX=y | ||
CONFIG_SPI_FLASH_MTD=y | ||
CONFIG_PHY_REALTEK=y | ||
CONFIG_DWC_ETH_QOS=y | ||
CONFIG_DWC_ETH_QOS_ROCKCHIP=y | ||
CONFIG_NVME_PCI=y | ||
CONFIG_PCIE_DW_ROCKCHIP=y | ||
CONFIG_PHY_ROCKCHIP_INNO_USB2=y | ||
CONFIG_PHY_ROCKCHIP_NANENG_COMBOPHY=y | ||
CONFIG_SPL_PINCTRL=y | ||
CONFIG_DM_PMIC=y | ||
CONFIG_PMIC_RK8XX=y | ||
CONFIG_REGULATOR_RK8XX=y | ||
CONFIG_PWM_ROCKCHIP=y | ||
CONFIG_SPL_RAM=y | ||
CONFIG_SCSI=y | ||
CONFIG_BAUDRATE=1500000 | ||
CONFIG_DEBUG_UART_SHIFT=2 | ||
CONFIG_SYS_NS16550_MEM32=y | ||
CONFIG_ROCKCHIP_SFC=y | ||
CONFIG_SYSRESET=y | ||
CONFIG_USB=y | ||
CONFIG_USB_XHCI_HCD=y | ||
CONFIG_USB_EHCI_HCD=y | ||
CONFIG_USB_EHCI_GENERIC=y | ||
CONFIG_USB_OHCI_HCD=y | ||
CONFIG_USB_OHCI_GENERIC=y | ||
CONFIG_USB_DWC3=y | ||
CONFIG_USB_DWC3_GENERIC=y | ||
CONFIG_FS_CRAMFS=y | ||
CONFIG_ERRNO_STR=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters