summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/05Jul2020-nextTom Rini2020-07-0516-240/+424
|\
| * efi_loader: imply FAT, FAT_WRITEHeinrich Schuchardt2020-07-031-0/+2
| * efi_loader: export initialization stateHeinrich Schuchardt2020-07-032-1/+4
| * efi_loader: rtc_mktime() called twiceHeinrich Schuchardt2020-07-031-1/+1
| * efi_loader: use log function in boot managerHeinrich Schuchardt2020-07-031-11/+15
| * efi_loader: time based authenticationHeinrich Schuchardt2020-07-031-6/+11
| * efi_loader: add missing validation of timestampHeinrich Schuchardt2020-07-031-1/+5
| * test: provide tests for efi_image_region_add()Heinrich Schuchardt2020-07-033-0/+165
| * efi_loader: fix efi_image_region_add()Heinrich Schuchardt2020-07-031-16/+19
| * test: correct time stamps for UEFI authenticationHeinrich Schuchardt2020-07-031-8/+8
| * test/py: efi_secboot: fix test case 1g of test_authvarAKASHI Takahiro2020-07-031-6/+6
| * test/py: efi_secboot: remove all "re.search"AKASHI Takahiro2020-07-033-74/+65
| * efi_loader: image_loader: replace debug to EFI_PRINTAKASHI Takahiro2020-07-031-31/+33
| * efi_loader: variable: replace debug to EFI_PRINTAKASHI Takahiro2020-07-031-13/+14
| * efi_loader: signature: replace debug to EFI_PRINTAKASHI Takahiro2020-07-031-59/+62
| * Revert "test: stabilize test_efi_secboot"AKASHI Takahiro2020-07-033-9/+9
| * efi_loader: change efi objects initialization orderAKASHI Takahiro2020-07-031-3/+4
| * Merge tag 'efi-2020-07-rc6-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/30Jun2020Tom Rini2020-06-303-4/+4
| |\
| | * test/py: test_efi_fit: Update #size-cells to 1Bin Meng2020-06-301-2/+2
| | * efi_loader: incorrect check against FDT_ADDR_T_NONEHeinrich Schuchardt2020-06-301-1/+1
| | * efi_loader: fix incorrect use of EFI_EXIT()Heinrich Schuchardt2020-06-291-1/+1
* | | Merge branch '2020-07-01-kconfig-etc-updates' into nextTom Rini2020-07-0525-950/+1542
|\ \ \
| * | | checkpatch.pl: Fully re-sync with v5.7WIP/2020-07-01-kconfig-etc-updatesTom Rini2020-07-011-106/+302
| * | | kconfig: show compiler version text in the top commentTom Rini2020-07-011-0/+2
| * | | socfpga: Enable optimized inlining on stratix10Tom Rini2020-07-011-0/+2
| * | | compilers: Introduce options for forcing inlining on SPL/TPLTom Rini2020-07-012-2/+22
| * | | compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-BootTom Rini2020-07-012-1/+19
| * | | compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5Tom Rini2020-07-018-560/+777
| * | | pci: rockchip: Mark inline functions as static inlineTom Rini2020-07-011-3/+2
| * | | 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
| * | | Don't start ad-hoc games with -Wno-maybe-initializedTom Rini2020-07-011-0/+3
| * | | kconfig: Add scripts/Kconfig.include from v4.19Tom Rini2020-07-012-0/+32
| * | | kconfiglib: Update to the 14.1.0 releaseTom Rini2020-07-011-242/+372
| * | | Remove CROSS_COMPILE default from arch/*/config.mkTom Rini2020-07-018-27/+0
* | | | Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...WIP/02Jul2020-nextTom Rini2020-07-0272-172/+3723
|\ \ \ \ | |/ / / |/| | |
| * | | riscv: cpu: check and append L1 cache to cpu featuresSagar Shrikant Kadam2020-07-011-0/+12
| * | | riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bitSagar Shrikant Kadam2020-07-011-4/+1
| * | | uclass: cpu: fix to display proper CPU featuresSagar Shrikant Kadam2020-07-011-0/+3
| * | | riscv: dts: hifive-unleashed-a00: add cpu aliasesSagar Shrikant Kadam2020-07-011-0/+4
| * | | riscv: Add Sipeed Maix supportSean Anderson2020-07-017-0/+140
| * | | doc: riscv: Add documentation for Sipeed Maix BitSean Anderson2020-07-013-0/+308
| * | | riscv: Add device tree for K210 and Sipeed Maix BitMSean Anderson2020-07-014-0/+680
| * | | riscv: Enable cpu clock if it is presentSean Anderson2020-07-011-0/+20
| * | | riscv: Try to get cpu frequency from a "clocks" node if it existsSean Anderson2020-07-011-1/+18
| * | | 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-017-86/+89
| * | | riscv: Clear pending interrupts before enabling IPIsSean Anderson2020-07-011-0/+2