Skip to content

larks/u-boot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

340 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the source tree of U-Boot, a popular boot loader for embedded devices. U-Boot was developed by DENX Software Engineering (www.denx.de).

This particular version of U-Boot is a fork of the version maintained by Emcraft Systems.

The fork implements support for the Readout Control Unit 2 (RCU2) of the ALICE Time-Projection Chamber (TPC).

Board files:
------------
board/UiB/rcu-2.0:
  --> board.c - Initialization code (DDR, ethernet, etc.)
  --> Makefile

include/configs:
  --> rcu-2.0.h - MCU configs, timing, Flash memory, etc.

In addition to this, the Spansion SPI flash driver was updated with support for S25FL256:
    --> u-boot/drivers/mtd/spi/spansion.c

How to build:

make rcu-2.0_config
make
make u-boot.hex

About

U-Boot for Cortex-M3 and Cortex-M4

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 93.2%
  • Assembly 3.6%
  • C++ 2.6%
  • Objective-C 0.5%
  • Shell 0.1%
  • Python 0.0%