aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-24xilinx: zynqmp: make spi flash support optionalStefan Herbrechtsmeier1-0/+2
2022-06-24xilinx: common: Separate display cpu info functionStefan Herbrechtsmeier3-29/+38
2022-06-24xilinx: cpuinfo: Print soc machineStefan Herbrechtsmeier1-0/+4
2022-06-24soc: xilinx: zynqmp: Add machine identification supportStefan Herbrechtsmeier2-268/+298
2022-06-24soc: xilinx: zynqmp: Remove redundant checks for zynqmp_mmio_readStefan Herbrechtsmeier1-2/+1
2022-06-24xilinx: zynqmp: Merge device listsStefan Herbrechtsmeier1-30/+24
2022-06-24xilinx: zynqmp: Reuse shift macros to define masksStefan Herbrechtsmeier1-3/+3
2022-06-24xilinx: zynqmp: Add macro for device type maskStefan Herbrechtsmeier1-2/+3
2022-06-24xilinx: zynqmp: Replace strncat with strlcatStefan Herbrechtsmeier1-8/+9
2022-06-24firmware: zynqmp: Probe driver before useStefan Herbrechtsmeier1-3/+20
2022-06-24firmware: zynqmp: Check if rx channel dev pointer is validStefan Herbrechtsmeier1-1/+1
2022-06-24ARM: zynq: Fix size-cells for pl353 driverAmit Kumar Mahapatra1-1/+1
2022-06-24arm64: zynqmp: Fix usb node drive strength and slew rateAshok Reddy Soma12-17/+60
2022-06-24microblaze: Remove interrupt handlerMichal Simek3-219/+1
2022-06-24microblaze: Convert axi timer to DM driverMichal Simek8-150/+98
2022-06-24cpu: add CPU driver for microblazeOvidiu Panait5-0/+380
2022-06-24microblaze: add support for handling PVR dataOvidiu Panait4-0/+125
2022-06-24microblaze: Kconfig: introduce XILINX_MICROBLAZE0_FPGA_FAMILY optionOvidiu Panait1-0/+8
2022-06-24microblaze: cache: introduce flush_dcache_range()Ovidiu Panait2-5/+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 Panait5-10/+21
2022-06-24microblaze: cache: split flush_cache() functionOvidiu Panait1-22/+33
2022-06-24microblaze: cache: improve icache Kconfig optionsOvidiu Panait3-7/+14
2022-06-24microblaze: cache: improve dcache Kconfig optionsOvidiu Panait4-11/+21
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-24cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-0/+30
2022-06-24cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS()Ovidiu Panait1-31/+8
2022-06-24microblaze: Add support for run time relocationMichal Simek9-4/+216
2022-06-24tools: relocate-rela: Add support for 32bit Microblaze relocationMichal Simek1-0/+166
2022-06-24tools: relocate-rela: Add support for elf32 decodingMichal Simek1-2/+139
2022-06-24tools: relocate-rela: Check that relocation works only for EM_AARCH64Michal Simek1-0/+5
2022-06-24tools: relocate-rela: Extract elf64 reloc to special functionMichal Simek1-43/+53
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 Simek3-3/+10
2022-06-24mips: Move endianness selection to arch/KconfigMichal Simek2-18/+22
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 Simek2-5/+1
2022-06-24microblaze: Fix stack protection behaviorMichal Simek1-2/+3
2022-06-24microblaze: Switch absolute branches to relativeMichal Simek1-9/+9
2022-06-24tools: relocate-rela: Read rela start/end directly from ELFMichal Simek2-17/+168
2022-06-24tools: relocate-rela: Use global variablesMichal Simek1-1/+3