summaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2020-11-20microblaze: Enable GCC garbage collector for full U-BootMichal Simek1-3/+3
2020-10-27microblaze: start.S: Use board_init_f_alloc/init in early initOvidiu Panait1-24/+22
2020-10-27microblaze: start.S: Factor out exception setup code to __setup_exceptionsOvidiu Panait1-94/+103
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass2-2/+3
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03arm: powerpc: Tidy up code style for cache functionsSimon Glass1-7/+11
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-10-24microblaze: Fix tab indentation in start.SMichal Simek1-1/+1
2019-05-05spl: fix linker size check off-by-one errorsSimon Goldschmidt1-1/+1
2018-07-19microblaze: Convert generic platform to DM gpioMichal Simek1-0/+8
2018-07-19microblaze: Do not call timer init that earlyMichal Simek1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini10-21/+10
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-07-27microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-...Andy Yan1-4/+4
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha1-3/+3
2017-02-10microblaze: Fix endif macro commandMichal Simek1-1/+1
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass1-2/+2
2016-04-04microblaze: Remove !OF_CONTROL code for timer and interruptMichal Simek2-22/+1
2016-04-04microblaze: Read information about timer/interrupts from DTMichal Simek2-1/+63
2016-01-27microblaze: Remove empty file - cpu.cMichal Simek2-10/+1
2016-01-27microblaze: Wire-up debug_uart in asmMichal Simek1-0/+4
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-2/+2
2015-10-24microblaze: Add a TODO to call board_init_f_mem()Simon Glass1-0/+2
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-02-09microblaze: spl: Add LISTS to linker scriptMichal Simek1-0/+6
2015-02-09microblaze: spl: Do not call mem_malloc_init and use early allocMichal Simek1-1/+5
2015-02-09microblaze: Add support for CONFIG_SYS_MALLOC_F_LENMichal Simek1-0/+8
2015-02-09microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATAMichal Simek1-0/+6
2015-02-09microblaze: Speedup code copyMichal Simek1-5/+7
2015-02-09microblaze: Move architecture to use generic board initMichal Simek2-0/+112
2015-02-09microblaze: Fix gd_t address which is placed at the end of BRAMMichal Simek2-2/+1
2015-02-09microblaze: Remove unused asm labelMichal Simek1-1/+1
2015-02-09microblaze: Use standard interrupt_init() functionMichal Simek1-1/+1
2015-02-09microblaze: Remove unneeded data section adding from DTBMichal Simek1-3/+0
2015-02-09microblaze: Add debug message about enabling interruptsMichal Simek1-0/+1
2015-02-09microblaze: Fix coding styleMichal Simek1-8/+8
2015-02-09microblaze: Remove DEBUG_INT macro and use debug() insteadMichal Simek1-32/+25
2015-02-09microblaze: Fix coding style in exception.cMichal Simek1-16/+17
2015-02-09microblaze: Show return address from exceptionMichal Simek1-0/+2
2015-02-09microblaze: Fix stack usage in interrupt handlerMichal Simek1-61/+60
2015-01-21microblaze: Support stack protection featureMichal Simek1-0/+4
2015-01-21microblaze: Enable hardware exception by defaultMichal Simek1-1/+1
2014-02-04microblaze: Add SPL supportMichal Simek5-1/+132