Skip to content
Cédric Le Goater edited this page Oct 26, 2016 · 7 revisions

Welcome to the u-boot wiki!

Development

In progress

  • Aspeed architecture framework for the G4/G5

  • cleaning up config options. see commit which did the merge with the initial patch.

  • rewrite a minimal lowlevel_init in C

    • use static values for DRAM init.
    • keep spi calibration ans simple inits
  • Image type/device tree

  • add CONFIG_OF_CONTROL and CONFIG_OF_LIBFDT ?

  • use FIT images

  • fix ramdisk loading

  • Hacks to remove

  • loading ramdisk to RAM hack. It seems to be a U-Boot issue when dealing with ramdisk. Adding a device tree would help.

  • spi-nor driver hack

  • mmu disablement hack for the ARM1176

  • Drivers

  • fdt support is required for new drivers

  • spi-nor driver, must have for environment. see SPI-NOR/MTD addition.

  • ftgmac100 driver

  • I2C driver (Maxim)

  • NCSI support

  • Boards

  • Zaius support

Not for mainline

Upstream

target for v2017.03

  • aspeed architecture framework for the G4/G5
  • no mmu disablement hack.

v2016.11

v2016.07

Clone this wiki locally