summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-05Prepare v2021.07v2021.07Tom Rini
2021-07-02Merge tag 'u-boot-amlogic-20210703' of https://source.denx.de/u-boot/custodia...Tom Rini
2021-07-02configs: libretech: set SPI mode to 0Da Xue
2021-07-02Merge tag 'efi-2021-07-rc6' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-07-02autoboot: fix MENUKEYDa Xue
2021-07-02efi_loader: Allow capsule update on-disk without checking OsIndicationsIlias Apalodimas
2021-07-02efi_loader: clear OsIndicationsHeinrich Schuchardt
2021-07-02efi_loader: Improve the parameter check for QueryVariableInfo()Masami Hiramatsu
2021-07-02efi_loader: missing parentheses in query_console_sizeHeinrich Schuchardt
2021-07-02efi_loader: Always install FMPsIlias Apalodimas
2021-07-02efi_loader: Force a single FMP instance per hardware storeIlias Apalodimas
2021-07-02efi: Fix to use null handle to create new handle for efi_fmp_rawMasami Hiramatsu
2021-06-30Revert "TEST: USB_HOST not USB"Tom Rini
2021-06-30TEST: USB_HOST not USBTom Rini
2021-06-30spi: Update speed/mode on changeMarek Vasut
2021-06-29Merge tag 'efi-2021-07-rc5-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-06-28Prepare v2021.07-rc5v2021.07-rc5Tom Rini
2021-06-28arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=yKunihiko Hayashi
2021-06-28smbios: Fix SMBIOS tablesIlias Apalodimas
2021-06-28smbios: Fix BIOS Characteristics Extension Byte 2Ilias Apalodimas
2021-06-28doc/usage: cmd-usage help file for askenvAdarsh Babu Kalepalli
2021-06-28smbios: convert function descriptions to Sphinx styleHeinrich Schuchardt
2021-06-28efidebug: correct display of BootOrderHeinrich Schuchardt
2021-06-28efi_loader: TPL_HIGH_LEVEL not allowed for CreateEventHeinrich Schuchardt
2021-06-28configs: Resync with savedefconfigTom Rini
2021-06-25Merge tag 'u-boot-imx-20210625' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-06-24Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2021-06-24Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2021-06-24usb: ehci-mx6: Do not fail when 'reg' is not foundFabio Estevam
2021-06-24usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6Fabio Estevam
2021-06-24ARM: rmobile: beacon: Set CONFIG_RZ_G2 on Beacon boardsAdam Ford
2021-06-23Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2021-06-23Merge tag 'mmc-2021-6-22' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2021-06-23Merge branch '2021-06-22-assorted-fixes'Tom Rini
2021-06-23test: Include /sbin to the PATH when creating file systemAndy Shevchenko
2021-06-23MAINTAINER, git-mailrc: Update the mmc maintainerJaehoon Chung
2021-06-23global_data: Ensure we have <config.h> when symbols are not in Kconfig yetTom Rini
2021-06-23socfpga64: Do not define CONFIG_SYS_MEM_RESERVE_SECURE to 0Tom Rini
2021-06-23Revert "powerpc: fix regression in arch_initr_trap()"Tom Rini
2021-06-23powerpc: Don't use relative include for config.h in global_data.hTom Rini
2021-06-23malloc: add SPDX license identifiersHeinrich Schuchardt
2021-06-23MAINTAINERS: Add an entry for NVMeBin Meng
2021-06-23doc: develop: Convert README.nvme to reSTBin Meng
2021-06-23nvme: Don't clear nvme blk device's priv spaceBin Meng
2021-06-23nvme: Drop useless members of 'struct nvme_ns'Bin Meng
2021-06-23nvme: Eliminate the offset of one during block dev creationBin Meng
2021-06-23nvme: Skip block device creation for inactive namespacesBin Meng
2021-06-23nvme: Move block dev creation from uclass post_probe() to driver probe()Bin Meng
2021-06-23nvme: Remove the redundant aqa value settingWesley Sheng
2021-06-23nvme: Correct the prps per page calculation methodWesley Sheng