• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/boot/mxs-bootlets/Config.in
Thomas De SchampheleireThomas De Schampheleire committed bed4e27868a11 Nov 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_TARGET_MXS_BOOTLETS
2
    bool "mxs-bootlets"
3
    depends on BR2_arm
4
    help
5
      Stage1 bootloaders for Freescale iMX23/iMX28 SoCs
6
​
7
if BR2_TARGET_MXS_BOOTLETS
8
​
9
choice
10
    prompt "Source"
11
    default BR2_TARGET_MXS_BOOTLETS_FREESCALE
12
    help
13
      Select the location of the bootlets you want to use
14
​
15
config BR2_TARGET_MXS_BOOTLETS_FREESCALE
16
    bool "Freescale 10.12.01 version"
17
​
18
config BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL
19
    bool "Custom tarball"
20
​
21
config BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT
22
    bool "Custom Git repository"
23
​
24
endchoice
25
​
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"
29
​
30
if BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT
31
​
32
config BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT_URL
33
    string "URL of custom Git repository"
34
​
35
config BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT_VERSION
36
    string "Custom Git version"
37
​
38
endif
39
​
40
choice
41
    prompt "Bootstream"
42
    help
43
      Select which bootstream to generate
44
​
45
config BR2_TARGET_MXS_BOOTLETS_BAREBOX
46
    depends on BR2_TARGET_BAREBOX
47
    bool "Barebox Bootloader"
48
​
49
config BR2_TARGET_MXS_BOOTLETS_LINUX
50
    depends on BR2_LINUX_KERNEL
51
    bool "Linux Kernel"
52
​
53
config BR2_TARGET_MXS_BOOTLETS_UBOOT
54
    depends on BR2_TARGET_UBOOT
55
    bool "U-boot bootloader"
56
​
57
endchoice
58
​
59
config BR2_TARGET_MXS_BOOTLETS_HAS_IVT
60
    bool "HAB Support"
61
    help
62
      Enable this option if you are building bootlets
63
      for the iMX28 platform that needs to include instructions
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.