1 config BR2_TARGET_MXS_BOOTLETS
5 Stage1 bootloaders for Freescale iMX23/iMX28 SoCs
7 if BR2_TARGET_MXS_BOOTLETS
11 default BR2_TARGET_MXS_BOOTLETS_FREESCALE
13 Select the location of the bootlets you want to use
15 config BR2_TARGET_MXS_BOOTLETS_FREESCALE
16 bool "Freescale 10.12.01 version"
18 config BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL
21 config BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT
22 bool "Custom Git repository"
26 config BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL_URL
27 depends on BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL
28 string "URL of custom bootlets tarball"
30 if BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT
32 config BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT_URL
33 string "URL of custom Git repository"
35 config BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT_VERSION
36 string "Custom Git version"
43 Select which bootstream to generate
45 config BR2_TARGET_MXS_BOOTLETS_BAREBOX
46 depends on BR2_TARGET_BAREBOX
47 bool "Barebox Bootloader"
49 config BR2_TARGET_MXS_BOOTLETS_LINUX
50 depends on BR2_LINUX_KERNEL
53 config BR2_TARGET_MXS_BOOTLETS_UBOOT
54 depends on BR2_TARGET_UBOOT
55 bool "U-boot bootloader"
59 config BR2_TARGET_MXS_BOOTLETS_HAS_IVT
62 Enable this option if you are building bootlets
63 for the iMX28 platform that needs to include instructions
64 for the secure boot mechanism present on these SoCs
69 Select the board to build the bootlets for
71 config BR2_TARGET_MXS_BOOTLETS_STMP37xx
72 bool "Sigmatel ST-MP3-7xx Board"
74 config BR2_TARGET_MXS_BOOTLETS_STMP378x
75 bool "Sigmatel ST-MP3-78x Board"
77 config BR2_TARGET_MXS_BOOTLETS_IMX28EVK
78 bool "Freescale iMX28 EVK Board"
80 config BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD
84 config BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD_NAME
85 string "Custom board name"
86 depends on BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD
88 Name of the board to build the bootlets for