summaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu/spl.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27microblaze: spl: drop boot_linuxOvidiu Panait1-6/+1
2023-01-27microblaze: spl: wrap spl_start_uboot() in SPL_OS_BOOT ifdefsOvidiu Panait1-3/+1
2022-01-05microblaze: branch to base vector address on resetOvidiu Panait1-2/+4
2022-01-05microblaze: spl: add board_boot_order() implementationOvidiu Panait1-2/+4
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2018-07-19microblaze: Convert generic platform to DM gpioMichal Simek1-0/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha1-3/+3
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass1-2/+2
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-02-09microblaze: Fix gd_t address which is placed at the end of BRAMMichal Simek1-2/+0
2014-02-04microblaze: Add SPL supportMichal Simek1-0/+55