summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sandbox: imply SCP03 and CMD_SCP03Igor Opaniuk2021-03-141-0/+2
* sandbox: Update os_find_u_boot() to find the .img fileSimon Glass2021-03-122-4/+6
* test: Allow SPL to run any available testSimon Glass2021-03-121-2/+5
* test: Rename test-main.c to test-dm.cSimon Glass2021-03-121-1/+1
* sandbox: Drop the 'starting...' messageSimon Glass2021-03-121-1/+0
* Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-03-041-4/+5
|\
| * video: sunxi_display: Convert to DM_VIDEOJagan Teki2021-03-031-4/+5
* | gpio: Add a way to read 3-way strapping pinsSimon Glass2021-03-031-1/+4
* | gpio: sandbox: Track whether a GPIO is drivenSimon Glass2021-03-031-1/+2
* | gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass2021-03-031-0/+5
* | gpio: sandbox: Use a separate flag for the valueSimon Glass2021-03-031-0/+5
* | gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass2021-03-031-4/+4
* | sandbox: Write out bloblist when exitingSimon Glass2021-03-021-0/+5
* | sandbox: Avoid using malloc() for system stateSimon Glass2021-03-024-29/+35
* | sandbox: Add os_realloc()Simon Glass2021-03-021-0/+48
* | s5p4418_nanopi2: Drop dead codeSimon Glass2021-03-022-146/+0
* | arm: remove set_dacr/get_dacr functionsPatrick Delaunay2021-03-021-14/+0
* | arm: cp15: remove weak function arm_init_domainsPatrick Delaunay2021-03-023-10/+0
* | arm: omap2: remove arm_init_domainsPatrick Delaunay2021-03-021-17/+0
* | arm: cp15: update DACR value to activate access controlPatrick Delaunay2021-03-021-2/+5
* | arm: cosmetic: align TTB_SECT define valuePatrick Delaunay2021-03-021-1/+1
* | arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGHPatrick Delaunay2021-03-021-1/+1
* | stm32mp: update the mmu configuration for SPL and prerelocPatrick Delaunay2021-03-021-10/+30
* | stm32mp: update MMU config before the relocationPatrick Delaunay2021-03-021-4/+9
* | reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-0264-71/+71
* | Revert "lpc32xx: cpu: add support for soft reset"Harald Seiler2021-03-021-16/+5
* | nds32: Remove dead reset_cpu() implementationHarald Seiler2021-03-021-22/+0
|/
* Merge tag 'u-boot-stm32-20210226' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2021-02-261-80/+0
|\
| * arm: dts: stm32mp15: remove duplicate uart nodesPatrick Delaunay2021-02-261-80/+0
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-02-261-4/+1
|\ \
| * | ARM: dts: armada-385-turris-omnia: rename node in -u-boot.dtsi fileMarek BehĂșn2021-02-261-4/+1
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2021-02-261-0/+2
|\ \ | |/ |/|
| * riscv: k210: Enable QSPI for spi3Sean Anderson2021-02-251-0/+2
* | ppc: Remove MPC8569MDS boardTom Rini2021-02-257-141/+3
* | arm: Remove sksimx6 boardTom Rini2021-02-251-6/+0
* | arm: Remove mx53smd boardTom Rini2021-02-251-5/+0
* | arm: Remove mx53ard boardTom Rini2021-02-251-5/+0
* | arm: Remove mx25pdk boardTom Rini2021-02-251-7/+0
* | common: Add "ifndef __ASSEMBLY__" in asm/global_data.hSiew Chin Lim2021-02-241-0/+4
|/
* Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-231-2/+2
|\
| * xilinx: Show silicon version in SPLMichal Simek2021-02-101-2/+2
* | Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-221-1/+27
|\ \
| * | test: add a simple test for the adc-keys button driverMarek Szyprowski2021-02-181-1/+27
* | | Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-02-225-61/+82
|\ \ \
| * | | arch: sandbox: fix typo in clk.hDario Binacchi2021-02-221-13/+13
| * | | arm: dts: sync am33xx-clocks with Linux 5.9-rc7Dario Binacchi2021-02-221-3/+3
| * | | arm: dts: sync am33xx gpio nodes with Linux 5.9-rc7Dario Binacchi2021-02-163-45/+65
| * | | ARM: dts: k3-j7200-common-proc-board-u-boot: Fix broken ethernetVignesh Raghavendra2021-02-161-0/+1
* | | | mpc8379erdb: Add device treeSinan Akman2021-02-212-0/+75
* | | | dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-2113-15/+15