• 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/barebox_ivt.bd
Maxime RipardMaxime Ripard committed f72b561789018 Oct 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
// STMP378x ROM command script to load and run U-Boot
2
​
3
sources {
4
    power_prep="./power_prep/power_prep";
5
    sdram_prep="./boot_prep/boot_prep";
6
    barebox="./barebox";
7
}
8
​
9
section (0) {
10
​
11
    //----------------------------------------------------------
12
    // Power Supply initialization
13
    //----------------------------------------------------------
14
​
15
    load power_prep;
16
    load ivt (entry = power_prep:_start) > 0x8000;
17
    hab call 0x8000;
18
​
19
    //----------------------------------------------------------
20
    // SDRAM initialization
21
    //----------------------------------------------------------
22
​
23
    load sdram_prep;
24
        load ivt (entry = sdram_prep:_start) > 0x8000;
25
        hab call 0x8000;
26
    //----------------------------------------------------------
27
    //  Load and call u_boot - ELF ARM image
28
    //----------------------------------------------------------
29
​
30
        load barebox;
31
        load ivt (entry = barebox:start) > 0x8000;
32
    hab call 0x8000;
33
​
34
}
  • 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.