aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32/boot
Commit message (Collapse)AuthorAgeFilesLines
* unicore32: change zImage physical address, though it's PIC codesGuan Xuetao2011-06-091-1/+1
| | | | | | | | U-boot will load the kernel image to 48M physical memory address. The patch changes it to the correct address, though it's PIC codes. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Acked-by: Arnd Bergmann <arnd@arndb.de>
* unicore32 additional architecture files: boot processGuanXuetao2011-03-176-0/+512
This patch implements booting process, including uncompression process. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Reviewed-by: Arnd Bergmann <arnd@arndb.de>