summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-06-28sandbox: add function os_printf()Heinrich Schuchardt
2022-06-27armv8 SHA-256 using ARMv8 Crypto ExtensionsLoic Poulain
2022-06-27armv8 SHA-1 using ARMv8 Crypto Extensions:Loic Poulain
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2022-06-26sunxi: psci: Fix sunxi_power_switch on sun8i-r40 platformqianfan Zhao
2022-06-26ARM: dts: sun4i: Sync from Linux v5.18-rc1Samuel Holland
2022-06-25sandbox: sdl: Add stub sandbox_sdl_remove_display()Andrew Scull
2022-06-24ARM: zynq: Fix size-cells for pl353 driverAmit Kumar Mahapatra
2022-06-24arm64: zynqmp: Fix usb node drive strength and slew rateAshok Reddy Soma
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: Enable REMAKE_ELFMichal Simek
2022-06-24mips: Move endianness selection to arch/KconfigMichal 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-24arm64: zynqmp: Fix tps544/u3007 node descriptionMichal Simek
2022-06-24arm64: zynqmp: Update tps53681 i2c addressMichal Simek
2022-06-24arm64: zynqmp: Fix i2c addresses for vck190 SCMichal Simek
2022-06-24arm64: zynqmp: Enable DP for kv260-revA boardMichal Simek
2022-06-24arm64: zynqmp: Add support for kr260 revA/B boardsMichal Simek
2022-06-24arm64: zynqmp: Add debug messages to bl2_plat_get_bl31_params()Michal Simek
2022-06-23sandbox: Implement fuzzing engine driverAndrew Scull
2022-06-23sandbox: Add libfuzzer integrationAndrew Scull
2022-06-23sandbox: Decouple program entry from sandbox initAndrew Scull
2022-06-23sandbox: Add support for Address SanitizerAndrew Scull
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull
2022-06-23sandbox: Rename getopt sectionsAndrew Scull
2022-06-23sandbox: Rename EFI runtime sectionsAndrew Scull