summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'u-boot-rockchip-20200708' of https://gitlab.denx.de/u-boot/custodi...WIP/07Jul2020Tom Rini2020-07-0713-3/+826
|\ \
| * | ARM: dts: rockchip: Add Radxa Rock Pi N8 initial supportJagan Teki2020-07-074-9/+51
| * | ARM: dts: rockchip: Add VMARC RK3288 SOM initial supportJagan Teki2020-07-071-0/+298
| * | ARM: dts: rockchip: radxa-dalang: Update sdmmc propertiesJagan Teki2020-07-072-2/+5
| * | rockchip: rk3399: allow deselecting SPL_ATF_NO_PLATFORM_PARAMHugh Cole-Baker2020-07-071-1/+1
| * | arm64: dts: rockchip: Add Radxa Rock Pi N10 initial supportJagan Teki2020-07-074-1/+33
| * | ARM: dts: rockchip: Sync v5.7-rc1 Radxa Dalang CarrierJagan Teki2020-07-071-0/+81
| * | arm64: dts: rockchip: Sync v5.7-rc1 VMARC RK3399Pro SOMJagan Teki2020-07-071-0/+333
| * | arm64: dts: rockchip: Sync v5.7-rc1 rk3399pro.dtsiJagan Teki2020-07-071-0/+22
| * | rockchip: Pinebook Pro: Fix SPI flash and store env on itPeter Robinson2020-07-071-1/+5
| * | rockchip: Pinebook Pro: enable rng to provide an entropy sourcePeter Robinson2020-07-072-0/+8
| |/
* | arm: juno: Enable DM_ETHAndre Przywara2020-07-071-1/+1
* | arm: use correct argument size of special registersHeinrich Schuchardt2020-07-071-4/+6
* | arm: remove outdated comment concerning -ffixed-x18Heinrich Schuchardt2020-07-071-4/+0
* | owl: Kconfig: Enable DM eth for OWL platformAmit Singh Tomar2020-07-071-0/+1
* | arm: dts: s700: add node for ethernet controllerAmit Singh Tomar2020-07-071-0/+13
* | net: designware: s700: Add glue code for S700 macAmit Singh Tomar2020-07-071-0/+6
* | clk: actions: Add Ethernet clocksAmit Singh Tomar2020-07-072-0/+6
* | Actions: OWL: Calculate SDRAM sizeAmit Singh Tomar2020-07-071-1/+21
* | Merge tag 'u-boot-stm32-20200707' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-07-0715-50/+113
|\ \
| * | stm32mp1: use the command env info in env_checkPatrick Delaunay2020-07-071-0/+1
| * | arm: stm32mp: protect DBGMCU_IDC access with BSECPatrick Delaunay2020-07-073-4/+50
| * | arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumera...Patrick Delaunay2020-07-071-2/+4
| * | ARM: dts: stm32mp1: use OPP information for PLL1 settings in SPLPatrick Delaunay2020-07-075-36/+10
| * | board: st: stpmic1: add function stpmic1_initPatrick Delaunay2020-07-071-1/+0
| * | arm: stm32mp: add weak function to save vddcorePatrick Delaunay2020-07-071-0/+3
| * | ARM: dts: stm32: add cpufreq support on stm32mp15xPatrick Delaunay2020-07-073-0/+37
| * | arm: stm32mp: spl: add bsec driver in SPLPatrick Delaunay2020-07-073-7/+8
* | | Merge tag 'u-boot-atmel-2020.10-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-07-073-12/+13
|\ \ \
| * | | ARM: at91: Enable SPL_SEPARATE_BSS by defaultGregory CLEMENT2020-06-181-0/+1
| * | | ARM: dts: sama5d3: fix gadget endpoint address warningEugen Hristev2020-06-181-6/+6
| * | | ARM: dts: sama5d4: fix gadget endpoint address warningEugen Hristev2020-06-181-6/+6
* | | | arm64: issue ISB after updating system registersVolodymyr Babchuk2020-07-071-0/+8
| |/ / |/| |
* | | Merge branch 'next'Tom Rini2020-07-0676-287/+13709
|\ \ \ | |_|/ |/| |
| * | Merge branch '2020-07-01-kconfig-etc-updates' into nextTom Rini2020-07-0511-39/+12
| |\ \
| | * | socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA caseTom Rini2020-07-011-1/+1
| | * | x86: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini2020-07-011-1/+1
| | * | tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini2020-07-011-10/+10
| | * | Remove CROSS_COMPILE default from arch/*/config.mkTom Rini2020-07-018-27/+0
| * | | riscv: dts: hifive-unleashed-a00: add cpu aliasesSagar Shrikant Kadam2020-07-011-0/+4
| * | | riscv: Add Sipeed Maix supportSean Anderson2020-07-011-0/+4
| * | | riscv: Add device tree for K210 and Sipeed Maix BitMSean Anderson2020-07-013-0/+642
| * | | riscv: Allow use of reset driversSean Anderson2020-07-011-0/+2
| * | | riscv: Add option to support RISC-V privileged spec 1.9Sean Anderson2020-07-013-0/+59
| * | | riscv: Clean up IPI initialization codeSean Anderson2020-07-016-86/+84
| * | | riscv: Clear pending interrupts before enabling IPIsSean Anderson2020-07-011-0/+2
| * | | riscv: Add headers for asm/global_data.hSean Anderson2020-07-011-0/+2
| * | | reset: Add generic reset driverSean Anderson2020-07-011-0/+15
| * | | dm: Add support for simple-pm-busSean Anderson2020-07-012-0/+7
| |/ /
| * | Merge branch '2020-06-30-minor-TI-board-updates' into nextWIP/30Jun2020-nextTom Rini2020-06-301-1/+0
| |\ \