summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2020-07-rc4-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/06Jun2020Tom Rini2020-06-063-14/+124
|\
| * efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLHeinrich Schuchardt2020-06-051-9/+115
| * virtio: VIRTIO_RNG depends on DM_RNGHeinrich Schuchardt2020-06-051-5/+7
| * smbios: empty strings in smbios_add_string()Heinrich Schuchardt2020-06-051-0/+2
|/
* configs: Resync with savedefconfigTom Rini2020-06-04109-154/+32
* Merge branch '2020-06-04-misc-bugfixes'Tom Rini2020-06-04292-780/+435
|\
| * checkpatch.pl: Add check for defining CONFIG_CMD_xxx via config filesTom Rini2020-06-041-0/+6
| * checkpatch.pl: Request if() instead #ifdefSimon Glass2020-06-041-0/+6
| * checkpatch.pl: Request a test when a new command is addedSimon Glass2020-06-042-0/+56
| * checkpatch.pl: Warn if the flattree API is usedSimon Glass2020-06-041-0/+6
| * checkpatch.pl: Add a check for tests needed for uclassesSimon Glass2020-06-041-0/+6
| * checkpatch.pl: Add a U-Boot optionSimon Glass2020-06-042-0/+15
| * checkpatch.pl: Update to v5.7Simon Glass2020-06-041-165/+63
| * Convert CONFIG_BOARD_LATE_INIT to KconfigTom Rini2020-06-0429-16/+16
| * Convert CONFIG_CMD_ASKENV et al to KconfigTom Rini2020-06-04207-526/+164
| * Convert CONFIG_BZIP2 et al to KconfigTom Rini2020-06-0460-42/+47
| * topic_miami: Disable GPIOTom Rini2020-06-044-7/+0
| * ARM: rmobile: blanche: Disable CONFIG_CMD_SF / CONFIG_CMD_SPITom Rini2020-06-042-3/+1
| * bcmstb: Migrate CONFIG_CMD_EXT[24]Tom Rini2020-06-043-3/+4
| * mx6memcal: Finish migration to defconfig optionsTom Rini2020-06-042-5/+1
| * pfla02: Rework excluding NAND from SPLTom Rini2020-06-043-9/+5
| * serial: Add missing Kconfig dependencies for debug consolesMichal Simek2020-06-041-0/+13
| * serial: Convert ARM_DCC to KconfigTom Rini2020-06-0426-5/+27
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-06-0435-129/+3037
|\
| * riscv: sbi: Move sbi_probe_extension() out of CONFIG_SBI_V01Bin Meng2020-06-041-18/+19
| * riscv: sbi: Remove sbi_spec_versionBin Meng2020-06-042-5/+0
| * doc: sifive: fu540: Add description for OpenSBI generic platformPragnesh Patel2020-06-041-12/+1
| * configs: fu540: Add config options for U-Boot SPLPragnesh Patel2020-06-042-0/+132
| * sifive: fu540: Add U-Boot proper sector startJagan Teki2020-06-041-1/+2
| * sifive: fu540: Add sample SD gpt partition layoutJagan Teki2020-06-042-0/+15
| * riscv: sifive: fu540: add SPL configurationPragnesh Patel2020-06-049-1/+172
| * riscv: cpu: fu540: Add support for cpu fu540Pragnesh Patel2020-06-048-1/+136
| * riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linuxPragnesh Patel2020-06-042-1/+45
| * riscv: sifive: dts: fu540: set ethernet clock ratePragnesh Patel2020-06-041-0/+5
| * clk: sifive: fu540-prci: Release ethernet clock resetPragnesh Patel2020-06-041-0/+20
| * clk: sifive: fu540-prci: Add ddr clock initializationPragnesh Patel2020-06-041-6/+45
| * clk: sifive: fu540-prci: Add clock enable and disable opsPragnesh Patel2020-06-041-12/+96
| * riscv: sifive: dts: fu540: add U-Boot dmc nodePragnesh Patel2020-06-041-0/+9
| * sifive: dts: fu540: Add DDR controller and phy register settingsPragnesh Patel2020-06-041-0/+1489
| * sifive: fu540: add ddr driverPragnesh Patel2020-06-046-0/+434
| * riscv: sifive: dts: fu540: Add board -u-boot.dtsi filesPragnesh Patel2020-06-042-0/+76
| * lib: Makefile: build crc7.c when CONFIG_MMC_SPIPragnesh Patel2020-06-041-1/+1
| * riscv: Add _image_binary_end for SPLPragnesh Patel2020-06-041-0/+1
| * riscv: sifive: fu540: Use OTP DM driver for serial environment variablePragnesh Patel2020-06-044-73/+58
| * misc: add driver for the SiFive otp controllerPragnesh Patel2020-06-043-0/+283
* | Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/cus...Tom Rini2020-06-044-0/+14
|\ \
| * | ARM: dts: sama5d2: Add uart4 definitionTiaki Rice2020-05-181-0/+8
| * | board: atmel: Fix compiler warning 'board_usb_hw_init()' not usedJosef Lusticky2020-05-063-0/+6
* | | Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/03Jun2020Tom Rini2020-06-038-40/+88
|\ \ \ | |_|/ |/| |
| * | efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro2020-06-032-1/+1