| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig | Tom Rini | 2022-06-28 | 3 | -29/+0 |
* | Convert CONFIG_SYS_MPC85XX_NO_RESETVEC to Kconfig | Tom Rini | 2022-06-28 | 3 | -4/+27 |
* | siemens: Move CONFIG_FACTORYSET to Kconfig | Tom Rini | 2022-06-28 | 3 | -0/+9 |
* | arm: samsung: Migrate a number of symbols to Kconfig | Tom Rini | 2022-06-28 | 9 | -15/+60 |
* | arm: exynos: Remove old pwm backlight driver | Tom Rini | 2022-06-28 | 1 | -20/+0 |
* | arm: samsung: Remove dead LCD code | Tom Rini | 2022-06-28 | 1 | -1/+0 |
* | Convert CONFIG_LBA48 et al to Kconfig | Tom Rini | 2022-06-28 | 1 | -2/+0 |
* | xtensa: Switch to using CONFIG_XTENSA for building device trees | Tom Rini | 2022-06-28 | 1 | -1/+1 |
* | tpl: Ensure all TPL symbols in Kconfig have some TPL dependency | Tom Rini | 2022-06-28 | 1 | -0/+1 |
* | spl: Move SPL_LDSCRIPT defaults to one place | Tom Rini | 2022-06-28 | 9 | -36/+0 |
* | PowerPC: Remove some unused USB code | Tom Rini | 2022-06-28 | 1 | -22/+0 |
* | Convert CONFIG_TEGRA_GPU to Kconfig | Tom Rini | 2022-06-28 | 1 | -0/+4 |
* | usb: ehci-fsl: Remove non-DM code | Tom Rini | 2022-06-28 | 3 | -15/+0 |
* | Convert CONFIG_EFLASH_PROTSECTORS to Kconfig | Tom Rini | 2022-06-28 | 2 | -2/+9 |
* | aspeed/ast2600: Fix SPL linker script | Joel Stanley | 2022-06-28 | 1 | -3/+3 |
* | powerpc: mpc85xx: Set TEXT_BASE addresses to real base values | Pali Rohár | 2022-06-28 | 3 | -31/+12 |
* | armv8 SHA-256 using ARMv8 Crypto Extensions | Loic Poulain | 2022-06-27 | 4 | -0/+160 |
* | armv8 SHA-1 using ARMv8 Crypto Extensions: | Loic Poulain | 2022-06-27 | 4 | -0/+165 |
* | Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u... | Tom Rini | 2022-06-27 | 42 | -523/+1570 |
|\ |
|
| * | ARM: zynq: Fix size-cells for pl353 driver | Amit Kumar Mahapatra | 2022-06-24 | 1 | -1/+1 |
| * | arm64: zynqmp: Fix usb node drive strength and slew rate | Ashok Reddy Soma | 2022-06-24 | 12 | -17/+60 |
| * | microblaze: Remove interrupt handler | Michal Simek | 2022-06-24 | 3 | -219/+1 |
| * | microblaze: Convert axi timer to DM driver | Michal Simek | 2022-06-24 | 4 | -150/+6 |
| * | cpu: add CPU driver for microblaze | Ovidiu Panait | 2022-06-24 | 2 | -0/+190 |
| * | microblaze: add support for handling PVR data | Ovidiu Panait | 2022-06-24 | 3 | -0/+117 |
| * | microblaze: cache: introduce flush_dcache_range() | Ovidiu Panait | 2022-06-24 | 1 | -0/+11 |
| * | microblaze: cache: introduce cpuinfo structure | Ovidiu Panait | 2022-06-24 | 6 | -5/+78 |
| * | microblaze: cache: introduce flush_cache_all() | Ovidiu Panait | 2022-06-24 | 4 | -9/+26 |
| * | microblaze: cache: introduce Kconfig options for icache/dcache sizes | Ovidiu Panait | 2022-06-24 | 3 | -6/+5 |
| * | microblaze: cache: split flush_cache() function | Ovidiu Panait | 2022-06-24 | 1 | -22/+33 |
| * | microblaze: cache: improve icache Kconfig options | Ovidiu Panait | 2022-06-24 | 2 | -7/+3 |
| * | microblaze: cache: improve dcache Kconfig options | Ovidiu Panait | 2022-06-24 | 3 | -11/+10 |
| * | microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHE | Ovidiu Panait | 2022-06-24 | 2 | -2/+2 |
| * | microblaze: start.S: remove unused code | Ovidiu Panait | 2022-06-24 | 1 | -33/+0 |
| * | microblaze: Add support for run time relocation | Michal Simek | 2022-06-24 | 8 | -4/+214 |
| * | microblaze: Create SYM_ADDR macro to deal with symbols | Michal Simek | 2022-06-24 | 1 | -10/+13 |
| * | microblaze: Add comment about reset location | Michal Simek | 2022-06-24 | 1 | -0/+1 |
| * | microblaze: Remove _start symbol handling at U-Boot start | Michal Simek | 2022-06-24 | 1 | -3/+4 |
| * | microblaze: Remove code around r20 in relocate_code() | Michal Simek | 2022-06-24 | 1 | -5/+0 |
| * | microblaze: Optimize register usage in relocate_code | Michal Simek | 2022-06-24 | 1 | -5/+2 |
| * | microblaze: Change stack protection address to new stack address | Michal Simek | 2022-06-24 | 1 | -0/+1 |
| * | microblaze: Separate code end substraction | Michal Simek | 2022-06-24 | 1 | -1/+2 |
| * | microblaze: Enable REMAKE_ELF | Michal Simek | 2022-06-24 | 2 | -3/+9 |
| * | mips: Move endianness selection to arch/Kconfig | Michal Simek | 2022-06-24 | 2 | -18/+22 |
| * | microblaze: Fix typo in exception.c | Michal Simek | 2022-06-24 | 1 | -1/+1 |
| * | microblaze: Remove CONFIG_TEXT_BASE from code | Michal Simek | 2022-06-24 | 1 | -3/+3 |
| * | microblaze: Fix early stack allocation | Michal Simek | 2022-06-24 | 1 | -1/+1 |
| * | microblaze: Fix stack protection behavior | Michal Simek | 2022-06-24 | 1 | -2/+3 |
| * | microblaze: Switch absolute branches to relative | Michal Simek | 2022-06-24 | 1 | -9/+9 |
| * | arm64: zynqmp: Fix tps544/u3007 node description | Michal Simek | 2022-06-24 | 2 | -6/+2 |