summaryrefslogtreecommitdiff
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* microblaze: drop remnants of manual relocOvidiu Panait2023-03-133-34/+1
* microblaze: drop CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2023-03-131-12/+1
* Correct SPL uses of LMBSimon Glass2023-02-101-1/+1
* Correct SPL uses of CPU_MICROBLAZESimon Glass2023-02-092-2/+2
* microblaze: spl: drop boot_linuxOvidiu Panait2023-01-271-6/+1
* microblaze: spl: wrap spl_start_uboot() in SPL_OS_BOOT ifdefsOvidiu Panait2023-01-271-3/+1
* Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini2022-12-221-2/+0
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-312-7/+7
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-3/+3
* microblaze: add arch_print_bdinfo() implementationOvidiu Panait2022-09-132-0/+25
* zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma2022-07-261-1/+1
* Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to KconfigTom Rini2022-07-071-2/+0
* Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2022-06-2719-468/+699
|\
| * microblaze: Remove interrupt handlerMichal Simek2022-06-242-218/+1
| * microblaze: Convert axi timer to DM driverMichal Simek2022-06-243-150/+1
| * cpu: add CPU driver for microblazeOvidiu Panait2022-06-242-0/+190
| * microblaze: add support for handling PVR dataOvidiu Panait2022-06-243-0/+117
| * microblaze: cache: introduce flush_dcache_range()Ovidiu Panait2022-06-241-0/+11
| * microblaze: cache: introduce cpuinfo structureOvidiu Panait2022-06-246-5/+78
| * microblaze: cache: introduce flush_cache_all()Ovidiu Panait2022-06-244-9/+26
| * microblaze: cache: introduce Kconfig options for icache/dcache sizesOvidiu Panait2022-06-243-6/+5
| * microblaze: cache: split flush_cache() functionOvidiu Panait2022-06-241-22/+33
| * microblaze: cache: improve icache Kconfig optionsOvidiu Panait2022-06-242-7/+3
| * microblaze: cache: improve dcache Kconfig optionsOvidiu Panait2022-06-243-11/+10
| * microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHEOvidiu Panait2022-06-242-2/+2
| * microblaze: start.S: remove unused codeOvidiu Panait2022-06-241-33/+0
| * microblaze: Add support for run time relocationMichal Simek2022-06-246-0/+211
| * microblaze: Create SYM_ADDR macro to deal with symbolsMichal Simek2022-06-241-10/+13
| * microblaze: Add comment about reset locationMichal Simek2022-06-241-0/+1
| * microblaze: Remove _start symbol handling at U-Boot startMichal Simek2022-06-241-3/+4
| * microblaze: Remove code around r20 in relocate_code()Michal Simek2022-06-241-5/+0
| * microblaze: Optimize register usage in relocate_codeMichal Simek2022-06-241-5/+2
| * microblaze: Change stack protection address to new stack addressMichal Simek2022-06-241-0/+1
| * microblaze: Separate code end substractionMichal Simek2022-06-241-1/+2
| * microblaze: Enable REMAKE_ELFMichal Simek2022-06-241-0/+6
| * microblaze: Fix typo in exception.cMichal Simek2022-06-241-1/+1
| * microblaze: Remove CONFIG_TEXT_BASE from codeMichal Simek2022-06-241-3/+3
| * microblaze: Fix early stack allocationMichal Simek2022-06-241-1/+1
| * microblaze: Fix stack protection behaviorMichal Simek2022-06-241-2/+3
| * microblaze: Switch absolute branches to relativeMichal Simek2022-06-241-9/+9
* | linker_lists: Rename sections to remove . prefixAndrew Scull2022-06-232-4/+4
* | Convert CONFIG_SPL_STACK to KconfigTom Rini2022-06-061-1/+1
|/
* microblaze: Migrate DCACHE/ICACHE to KconfigTom Rini2022-04-081-0/+8
* microblaze: Do not place u-boot to reserved memory locationMichal Simek2022-03-071-0/+2
* Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2022-02-211-9/+18
|\
| * microblaze: exception: fix unaligned data access register maskOvidiu Panait2022-02-151-1/+1
| * microblaze: exception: move unaligned access printfs inside switch caseOvidiu Panait2022-02-151-3/+4
| * microblaze: exception: fix return address for delay slot exceptionsOvidiu Panait2022-02-151-2/+10
| * microblaze: exception: fix delay slot exception handlingOvidiu Panait2022-02-151-5/+5
| * microblaze: exception: migrate MICROBLAZE_V5 to KconfigOvidiu Panait2022-02-151-1/+1