aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-03test: correct time stamps for UEFI authenticationHeinrich Schuchardt1-8/+8
2020-07-03test/py: efi_secboot: fix test case 1g of test_authvarAKASHI Takahiro1-6/+6
2020-07-03test/py: efi_secboot: remove all "re.search"AKASHI Takahiro3-74/+65
2020-07-03efi_loader: image_loader: replace debug to EFI_PRINTAKASHI Takahiro1-31/+33
2020-07-03efi_loader: variable: replace debug to EFI_PRINTAKASHI Takahiro1-13/+14
2020-07-03efi_loader: signature: replace debug to EFI_PRINTAKASHI Takahiro1-59/+62
2020-07-03Revert "test: stabilize test_efi_secboot"AKASHI Takahiro3-9/+9
2020-07-03efi_loader: change efi objects initialization orderAKASHI Takahiro1-3/+4
2020-07-03riscv: use log functions in fdt_fixupHeinrich Schuchardt1-6/+8
2020-07-03riscv: sifive: fu540: enable all cache ways from U-Boot properPragnesh Patel5-1/+81
2020-07-03riscv: Use optimized version of fdtdec_get_addr_size_no_parentAtish Patra1-3/+3
2020-07-03riscv: Do not return error if reserved node already existsAtish Patra1-1/+1
2020-07-03doc: qemu-riscv: Update QEMU run commandBin Meng1-5/+5
2020-07-03riscv: sifive: fu540: Add gpio-restart supportBin Meng1-0/+2
2020-07-03riscv: Do not build reset.c if SYSRESET is onBin Meng1-0/+2
2020-07-02Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini72-172/+3723
2020-07-02riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATEBin Meng2-1/+3
2020-07-02riscv: Expand the DT size before copy reserved memory nodeBin Meng1-0/+12
2020-07-02riscv: Avoid the reserved memory fixup if src and dst point to the same placeBin Meng1-4/+8
2020-07-02riscv: fu540: dts: Correct reg size of otp and dmc nodesBin Meng1-2/+2
2020-07-02riscv: fu540: dts: Remove the unnecessary space in the cpu2_intc nodeBin Meng1-1/+1
2020-07-02riscv: sbi: Add newline to error messageSean Anderson1-1/+1
2020-07-01checkpatch.pl: Fully re-sync with v5.7Tom Rini1-106/+302
2020-07-01kconfig: show compiler version text in the top commentTom Rini1-0/+2
2020-07-01socfpga: Enable optimized inlining on stratix10Tom Rini1-0/+2
2020-07-01compilers: Introduce options for forcing inlining on SPL/TPLTom Rini2-2/+22
2020-07-01compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-BootTom Rini2-1/+19
2020-07-01compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5Tom Rini8-560/+777
2020-07-01pci: rockchip: Mark inline functions as static inlineTom Rini1-3/+2
2020-07-01socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA caseTom Rini1-1/+1
2020-07-01x86: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini1-1/+1
2020-07-01tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini1-10/+10
2020-07-01Don't start ad-hoc games with -Wno-maybe-initializedTom Rini1-0/+3
2020-07-01kconfig: Add scripts/Kconfig.include from v4.19Tom Rini2-0/+32
2020-07-01kconfiglib: Update to the 14.1.0 releaseTom Rini1-242/+372
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini8-27/+0
2020-07-01riscv: cpu: check and append L1 cache to cpu featuresSagar Shrikant Kadam1-0/+12
2020-07-01riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bitSagar Shrikant Kadam1-4/+1
2020-07-01uclass: cpu: fix to display proper CPU featuresSagar Shrikant Kadam1-0/+3
2020-07-01riscv: dts: hifive-unleashed-a00: add cpu aliasesSagar Shrikant Kadam1-0/+4
2020-07-01riscv: Add Sipeed Maix supportSean Anderson7-0/+140
2020-07-01doc: riscv: Add documentation for Sipeed Maix BitSean Anderson3-0/+308
2020-07-01riscv: Add device tree for K210 and Sipeed Maix BitMSean Anderson4-0/+680
2020-07-01riscv: Enable cpu clock if it is presentSean Anderson1-0/+20
2020-07-01riscv: Try to get cpu frequency from a "clocks" node if it existsSean Anderson1-1/+18
2020-07-01riscv: Allow use of reset driversSean Anderson1-0/+2
2020-07-01riscv: Add option to support RISC-V privileged spec 1.9Sean Anderson3-0/+59
2020-07-01riscv: Clean up IPI initialization codeSean Anderson7-86/+89
2020-07-01riscv: Clear pending interrupts before enabling IPIsSean Anderson1-0/+2
2020-07-01riscv: Add headers for asm/global_data.hSean Anderson1-0/+2