summaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu
AgeCommit message (Expand)Author
2023-02-09Correct SPL uses of CPU_MICROBLAZESimon Glass
2023-01-27microblaze: spl: drop boot_linuxOvidiu Panait
2023-01-27microblaze: spl: wrap spl_start_uboot() in SPL_OS_BOOT ifdefsOvidiu Panait
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2022-06-24microblaze: Remove interrupt handlerMichal Simek
2022-06-24microblaze: Convert axi timer to DM driverMichal Simek
2022-06-24cpu: add CPU driver for microblazeOvidiu Panait
2022-06-24microblaze: add support for handling PVR dataOvidiu Panait
2022-06-24microblaze: cache: introduce flush_dcache_range()Ovidiu Panait
2022-06-24microblaze: cache: introduce cpuinfo structureOvidiu Panait
2022-06-24microblaze: cache: introduce flush_cache_all()Ovidiu Panait
2022-06-24microblaze: cache: introduce Kconfig options for icache/dcache sizesOvidiu Panait
2022-06-24microblaze: cache: split flush_cache() functionOvidiu Panait
2022-06-24microblaze: cache: improve icache Kconfig optionsOvidiu Panait
2022-06-24microblaze: cache: improve dcache Kconfig optionsOvidiu Panait
2022-06-24microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHEOvidiu Panait
2022-06-24microblaze: start.S: remove unused codeOvidiu Panait
2022-06-24microblaze: Add support for run time relocationMichal Simek
2022-06-24microblaze: Create SYM_ADDR macro to deal with symbolsMichal Simek
2022-06-24microblaze: Add comment about reset locationMichal Simek
2022-06-24microblaze: Remove _start symbol handling at U-Boot startMichal Simek
2022-06-24microblaze: Remove code around r20 in relocate_code()Michal Simek
2022-06-24microblaze: Optimize register usage in relocate_codeMichal Simek
2022-06-24microblaze: Change stack protection address to new stack addressMichal Simek
2022-06-24microblaze: Separate code end substractionMichal Simek
2022-06-24microblaze: Fix typo in exception.cMichal Simek
2022-06-24microblaze: Remove CONFIG_TEXT_BASE from codeMichal Simek
2022-06-24microblaze: Fix early stack allocationMichal Simek
2022-06-24microblaze: Fix stack protection behaviorMichal Simek
2022-06-24microblaze: Switch absolute branches to relativeMichal Simek
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull
2022-06-06Convert CONFIG_SPL_STACK to KconfigTom Rini
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