Initial support for RAM version of this U-Boot modification (tested, working).
authorPiotr Dymacz <pepe2k@gmail.com>
Sun, 7 Sep 2014 22:53:59 +0000 (00:53 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Sun, 7 Sep 2014 22:53:59 +0000 (00:53 +0200)
commit297d08db0d7723ced8374dab99335451fb5ddee4
tree3ffa3c47cc62ba92f969efef5f1f366fe27ef496
parent28465358b00e9b2853d43b7b793d76167315aa12
Initial support for RAM version of this U-Boot modification (tested, working).
Usage: uncomment 13 line in top Makefile, build image for selected model, load image to address 0x80100000 and execute it from there.
DO NOT use RAM version images for booting from FLASH - that will brick your device! RAM version DOES NOT contain low level initialization (clocks, PLL, etc.).
Makefile
u-boot/Makefile
u-boot/board/ar7240/ap121/ap121.c
u-boot/board/ar7240/ap121/config.mk
u-boot/board/ar7240/db12x/config.mk
u-boot/board/ar7240/db12x/db12x.c
u-boot/cpu/mips/ar7240/meminit.c
u-boot/cpu/mips/start.S
u-boot/lib_mips/board.c