summaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu
AgeCommit message (Expand)Author
2022-02-15microblaze: exception: fix unaligned data access register maskOvidiu Panait
2022-02-15microblaze: exception: move unaligned access printfs inside switch caseOvidiu Panait
2022-02-15microblaze: exception: fix return address for delay slot exceptionsOvidiu Panait
2022-02-15microblaze: exception: fix delay slot exception handlingOvidiu Panait
2022-02-15microblaze: exception: migrate MICROBLAZE_V5 to KconfigOvidiu Panait
2022-02-15microblaze: exception: move privileged instruction exception out of v5 ifdefOvidiu Panait
2022-01-05microblaze: branch to base vector address on resetOvidiu Panait
2022-01-05microblaze: start.S: add support for configurable vector base addressOvidiu Panait
2022-01-05microblaze: migrate CONFIG_SYS_USR_EXCEP to KconfigOvidiu Panait
2022-01-05microblaze: drop CONFIG_SYS_RESET_ADDRESS macroOvidiu Panait
2022-01-05microblaze: start.S: use stack space as scratch memory for endian offsetOvidiu Panait
2022-01-05microblaze: spl: add board_boot_order() implementationOvidiu Panait
2022-01-05microblaze: u-boot.lds: replace __end symbol with _endOvidiu Panait
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-11-20microblaze: Enable GCC garbage collector for full U-BootMichal Simek
2020-10-27microblaze: start.S: Use board_init_f_alloc/init in early initOvidiu Panait
2020-10-27microblaze: start.S: Factor out exception setup code to __setup_exceptionsOvidiu Panait
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02arm: powerpc: Tidy up code style for cache functionsSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-10-24microblaze: Fix tab indentation in start.SMichal Simek
2019-05-05spl: fix linker size check off-by-one errorsSimon Goldschmidt
2018-07-19microblaze: Convert generic platform to DM gpioMichal Simek
2018-07-19microblaze: Do not call timer init that earlyMichal Simek
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-07-27microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-...Andy Yan
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha
2017-02-10microblaze: Fix endif macro commandMichal Simek
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass
2016-04-04microblaze: Remove !OF_CONTROL code for timer and interruptMichal Simek
2016-04-04microblaze: Read information about timer/interrupts from DTMichal Simek
2016-01-27microblaze: Remove empty file - cpu.cMichal Simek
2016-01-27microblaze: Wire-up debug_uart in asmMichal Simek
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-10-24microblaze: Add a TODO to call board_init_f_mem()Simon Glass
2015-03-24remove unnecessary version.h includesRob Herring
2015-02-09microblaze: spl: Add LISTS to linker scriptMichal Simek
2015-02-09microblaze: spl: Do not call mem_malloc_init and use early allocMichal Simek
2015-02-09microblaze: Add support for CONFIG_SYS_MALLOC_F_LENMichal Simek
2015-02-09microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATAMichal Simek
2015-02-09microblaze: Speedup code copyMichal Simek
2015-02-09microblaze: Move architecture to use generic board initMichal Simek