aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-08-19rockchip: rk3399: Add ROC-RK3399-PC supportLevin Du3-0/+699
2019-08-17Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-3/+1
2019-08-15arm: socfpga: gen5: don't zero bss in board_init_f()Simon Goldschmidt1-2/+0
2019-08-15arm: socfpga: Fix SYSRESET_SOCFPGA_S10 config nameLey Foon Tan1-1/+1
2019-08-15riscv: Access CSRs using CSR numbersBin Meng4-243/+19
2019-08-15riscv: Sync csr.h with Linux kernel v5.2Bin Meng2-16/+114
2019-08-12Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-4/+1
2019-08-12Merge tag 'u-boot-amlogic-20190812' of https://gitlab.denx.de/u-boot/custodia...Tom Rini5-0/+687
2019-08-12Merge branch '2019-08-11-ti-imports'Tom Rini9-6/+553
2019-08-12arm: K3: sysfw-loader: Do not require full printf() for version infoAndreas Dannenberg1-5/+16
2019-08-12arm: dts: k3-am65: add support for PCIe and SERDESSekhar Nori2-0/+109
2019-08-12board/BuR/brsmarc1: initial commitHannes Schmelzer4-0/+422
2019-08-12watchdog: omap_wdt: Disable DM watchdog support in SPLSuniel Mahesh1-1/+1
2019-08-12watchdog: omap_wdt: Convert watchdog driver to use DT and DMSuniel Mahesh1-0/+5
2019-08-12ARM: meson: Add support for fastboot_set_reboot_flag()Neil Armstrong1-0/+33
2019-08-12arm: meson: add sm command to retrieve the reboot reasonNeil Armstrong2-1/+104
2019-08-12arm: meson: add sm cmd to retrieve SoC serialNeil Armstrong1-0/+48
2019-08-12ARM: dts: Import Amlogic G12A SEI510 DT from Linux 5.3-rc1Neil Armstrong2-0/+503
2019-08-12powerpc/km: remove unmaintained target KMVECT1Holger Brunck1-4/+0
2019-08-12km/uart: port UART interface of KM Kirkwood boards to driver modelPascal Linder1-0/+1
2019-08-11env: Rename environment.h to env_internal.hSimon Glass3-3/+3
2019-08-11env: Drop environment.h header file where not neededSimon Glass15-15/+0
2019-08-11env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass1-0/+1
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass9-0/+9
2019-08-11env: Move env_set() to env.hSimon Glass14-0/+14
2019-08-11env: Move env_get_hex() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_get_yesno() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass2-0/+2
2019-08-11env: Move env_init() to env.hSimon Glass2-0/+2
2019-08-11env: Move env_get_f() to env.hSimon Glass4-0/+4
2019-08-11board: hisilicon: Add support for Hikey960 boardManivannan Sadhasivam2-0/+65
2019-08-11arm: dts: Add devicetree for Hikey960 boardManivannan Sadhasivam3-0/+618
2019-08-11arm: dts: Import HI3660 devicetree from LinuxManivannan Sadhasivam2-0/+2217
2019-08-10Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini8-0/+1970
2019-08-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini29-370/+984
2019-08-09ARM: renesas: Add R8A77980 V3H Condor board codeMarek Vasut4-0/+334
2019-08-09ARM: renesas: Add R8A77980 V3H platform codeMarek Vasut3-0/+7
2019-08-09ARM: dts: renesas: Add R8A77980 V3H DTs and headersMarek Vasut2-0/+1629
2019-08-09apalis-tk1: support v1.2 hardware revisionMarcel Ziswiler1-41/+48
2019-08-09apalis-tk1: remove non-essential power rails on bootDominik Sliwa1-0/+45
2019-08-09apalis-tk1/t30: colibri_t30: display reset reasonDominik Sliwa1-10/+22
2019-08-09x86: Skip setting up MTRRs in slimbootloaderPark, Aiden1-1/+2
2019-08-09x86: slimbootloader: Add a slimbootloader device treePark, Aiden2-0/+28
2019-08-09x86: slimbootloader: Set TSC information for tsc_timerPark, Aiden2-0/+65
2019-08-09x86: slimbootloader: Add serial driverPark, Aiden3-1/+102
2019-08-09x86: slimbootloader: Add memory configurationPark, Aiden3-1/+205
2019-08-09x86: Add a common HOB libraryPark, Aiden6-273/+320
2019-08-09x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden6-99/+77