aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-25efi_loader: simplify efi_sigstore_parse_sigdb()Heinrich Schuchardt
2021-10-25efi_loader: function to get GUID for variable nameHeinrich Schuchardt
2021-10-25efi_loader: treat UEFI variable name as constHeinrich Schuchardt
2021-10-25efi_loader: capsule: add back efi_get_public_key_data()AKASHI Takahiro
2021-10-25Revert "Revert "doc: Update CapsuleUpdate READMEs""AKASHI Takahiro
2021-10-25Revert "Revert "mkeficapsule: Remove dtb related options""AKASHI Takahiro
2021-10-25.mailmap: add Heinrich SchuchardtHeinrich Schuchardt
2021-10-25efi_loader: add missing const qualifierMasahisa Kojima
2021-10-25doc: Remove the obsolete README.mpc74xx fileThomas Huth
2021-10-25doc: remove AMCC PPC405 processor referencesHeinrich Schuchardt
2021-10-25Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2021-10-25mmc: sunxi: conditionally include MMC2 initialization codeIcenowy Zheng
2021-10-25sunxi: only include alias for eMMC when mmc2 usedIcenowy Zheng
2021-10-25sunxi: dts: H616: Enable the watchdogSamuel Holland
2021-10-25Merge tag 'u-boot-imx-20211022' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-10-25sunxi: Enable watchdog timer support by defaultSamuel Holland
2021-10-25watchdog: Add a driver for the sunxi watchdogSamuel Holland
2021-10-25clk: sunxi: Extend DM_RESET selection to SPLSamuel Holland
2021-10-25sunxi: SPL SPI: Allow larger SPLAndre Przywara
2021-10-25power: pmic: axp: Implement poweroff via sysresetSamuel Holland
2021-10-25power: axp: Avoid do_poweroff conflict with sysresetSamuel Holland
2021-10-25include: axp_pmic: Include headers for all variantsSamuel Holland
2021-10-25include: axp_pmic: Add missing header guard definitionSamuel Holland
2021-10-25tools: mksunxiboot: Use sunxi_image header directlySamuel Holland
2021-10-25sunxi: A23/A33/H3: Actually move the secure monitorSamuel Holland
2021-10-25phy: sun4i-usb: Support VBUS detection via power supplySamuel Holland
2021-10-25phy: sun4i-usb: Refactor VBUS detection to match LinuxSamuel Holland
2021-10-25phy: sun4i-usb: Remove a couple of debug messagesSamuel Holland
2021-10-25sunxi: Select SPL_SEPARATE_BSSSamuel Holland
2021-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2021-10-23spi: nxp_fspi: Implement errata workaround for LS1028AKuldeep Singh
2021-10-23spi: nxp-fspi: Add support for IP read onlyKuldeep Singh
2021-10-23mtd: spi-nor-ids: Add SECT_4K to mt25qu512aKris Chaplin
2021-10-23mtd: spi-nor-ids: Add is25lp512 and is25wp512 devicesKris Chaplin
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún
2021-10-23mtd: mtdpart: Make mtdpart's _erase method saneMarek Behún
2021-10-23mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase()Marek Behún
2021-10-23mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase()Marek Behún
2021-10-23mtd: spi-nor-core: Don't check for zero length in spi_nor_write() / spi_nor_e...Marek Behún
2021-10-23mtd: spi-flash: Check for zero length in legacy spi_flash_*()Marek Behún
2021-10-23mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase()Marek Behún
2021-10-23mtd: spi-nor-core: Don't overwrite return value if it is non-zeroMarek Behún
2021-10-23mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase()Marek Behún
2021-10-23mtd: spi-nor-core: Try cleaning up in case writing BAR failedMarek Behún
2021-10-23mtd: spi-nor: Add support for Spansion S25FL256LTakahiro Kuwano
2021-10-23mtd: spi-nor-ids: Add GD25LQ256D ChipYanhong Wang
2021-10-22Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-10-21Merge tag 'dm-pull-21oct21' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-10-21env: Move non-cli env functions to env/common.cMarek Behún
2021-10-21env: Simplify env_match() and inline into env_get_f()Marek Behún