aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* dts: Deduplicate dtbs targetWIP/14Oct2024Marek Vasut2024-10-141-8/+1
* arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-113-6/+6
* lmb: do away with arch_lmb_reserve()Sughosh Ganu2024-09-031-14/+0
* lmb: make LMB memory map persistent and globalSughosh Ganu2024-09-031-2/+2
* microblaze: Remove duplicate newlinesMarek Vasut2024-07-154-9/+0
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-202-1/+1
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-192-1/+1
* global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini2024-05-062-1/+1
* Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini2024-04-181-1/+1
* Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini2024-04-101-1/+1
|\
| * treewide: Make arch-specific bootm code depend on BOOTMSimon Glass2024-04-101-1/+1
* | mtd: Make CONFIG_MTD be the gate symbol for the menuTom Rini2024-01-221-0/+1
* | bootm: Adjust arguments of boot_os_fnSimon Glass2023-12-211-2/+4
|/
* microblaze: Remove common.h usageTom Rini2023-10-249-8/+7
* treewide: rework linker symbol declarations in sections headerShiji Yang2023-08-091-5/+0
* arm64: zynqmp: Switch to amd.com emailsMichal Simek2023-07-213-3/+3
* microblaze: u-boot-spl.lds: Pass _image_binary_endFabio Estevam2023-07-031-0/+1
* 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