2016/09/24

Log of A uBoot Hacking Project

/u-boot/arch/arm/lib/board.c
/u-boot/arch/arm/lib/sections.c
  Relocating NAND driver to SPM memory
  Disabling the u-boot's self relocating

/u-boot/board/Marvell/heliosx/heliosx.c
  HeliosX board's hardware init functions

/u-boot/board/Marvell/heliosx/heliosx.lds
  Linker script

/u-boot/common/cmd_tst_*
  Various u-boot command for Helios testing

/u-boot/drivers/mtd/heliosx/*
  HeliosX Nand driver (Not working on simulator)

/u-boot/drivers/serial/serial_heliosx.c
  UART driver

/u-boot/include/configs/heliosx.h
  Configuration setting
  Physical DRAM 128M, start address is (0x08000000)

No comments:

Post a Comment

Post Code on Blogger

Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...