aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...WIP/27Jun2022-nextTom Rini19-468/+699
2022-06-24microblaze: Remove interrupt handlerMichal Simek2-218/+1
2022-06-24microblaze: Convert axi timer to DM driverMichal Simek3-150/+1
2022-06-24cpu: add CPU driver for microblazeOvidiu Panait2-0/+190
2022-06-24microblaze: add support for handling PVR dataOvidiu Panait3-0/+117
2022-06-24microblaze: cache: introduce flush_dcache_range()Ovidiu Panait1-0/+11
2022-06-24microblaze: cache: introduce cpuinfo structureOvidiu Panait6-5/+78
2022-06-24microblaze: cache: introduce flush_cache_all()Ovidiu Panait4-9/+26
2022-06-24microblaze: cache: introduce Kconfig options for icache/dcache sizesOvidiu Panait3-6/+5
2022-06-24microblaze: cache: split flush_cache() functionOvidiu Panait1-22/+33
2022-06-24microblaze: cache: improve icache Kconfig optionsOvidiu Panait2-7/+3
2022-06-24microblaze: cache: improve dcache Kconfig optionsOvidiu Panait3-11/+10
2022-06-24microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHEOvidiu Panait2-2/+2
2022-06-24microblaze: start.S: remove unused codeOvidiu Panait1-33/+0
2022-06-24microblaze: Add support for run time relocationMichal Simek6-0/+211
2022-06-24microblaze: Create SYM_ADDR macro to deal with symbolsMichal Simek1-10/+13
2022-06-24microblaze: Add comment about reset locationMichal Simek1-0/+1
2022-06-24microblaze: Remove _start symbol handling at U-Boot startMichal Simek1-3/+4
2022-06-24microblaze: Remove code around r20 in relocate_code()Michal Simek1-5/+0
2022-06-24microblaze: Optimize register usage in relocate_codeMichal Simek1-5/+2
2022-06-24microblaze: Change stack protection address to new stack addressMichal Simek1-0/+1
2022-06-24microblaze: Separate code end substractionMichal Simek1-1/+2
2022-06-24microblaze: Enable REMAKE_ELFMichal Simek1-0/+6
2022-06-24microblaze: Fix typo in exception.cMichal Simek1-1/+1
2022-06-24microblaze: Remove CONFIG_TEXT_BASE from codeMichal Simek1-3/+3
2022-06-24microblaze: Fix early stack allocationMichal Simek1-1/+1
2022-06-24microblaze: Fix stack protection behaviorMichal Simek1-2/+3
2022-06-24microblaze: Switch absolute branches to relativeMichal Simek1-9/+9
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull2-4/+4
2022-06-06Convert CONFIG_SPL_STACK to KconfigTom Rini1-1/+1
2022-04-08microblaze: Migrate DCACHE/ICACHE to KconfigTom Rini1-0/+8
2022-03-07microblaze: Do not place u-boot to reserved memory locationMichal Simek1-0/+2
2022-02-21Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-9/+18
2022-02-15microblaze: exception: fix unaligned data access register maskOvidiu Panait1-1/+1
2022-02-15microblaze: exception: move unaligned access printfs inside switch caseOvidiu Panait1-3/+4
2022-02-15microblaze: exception: fix return address for delay slot exceptionsOvidiu Panait1-2/+10
2022-02-15microblaze: exception: fix delay slot exception handlingOvidiu Panait1-5/+5
2022-02-15microblaze: exception: migrate MICROBLAZE_V5 to KconfigOvidiu Panait1-1/+1
2022-02-15microblaze: exception: move privileged instruction exception out of v5 ifdefOvidiu Panait1-1/+1
2022-02-09dts: automatically build necessary .dtb filesRasmus Villemoes1-0/+2
2022-01-20Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2022-01-05microblaze: branch to base vector address on resetOvidiu Panait1-2/+4
2022-01-05microblaze: start.S: add support for configurable vector base addressOvidiu Panait1-26/+32
2022-01-05microblaze: migrate CONFIG_SYS_USR_EXCEP to KconfigOvidiu Panait2-2/+2
2022-01-05microblaze: drop CONFIG_SYS_RESET_ADDRESS macroOvidiu Panait1-3/+1
2022-01-05microblaze: start.S: use stack space as scratch memory for endian offsetOvidiu Panait1-4/+2
2022-01-05microblaze: Kconfig: SPL dependencies fixupOvidiu Panait1-0/+2
2022-01-05microblaze: spl: add board_boot_order() implementationOvidiu Panait1-2/+4
2022-01-05microblaze: u-boot.lds: replace __end symbol with _endOvidiu Panait4-6/+6