aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-26env: superfluous check before free()WIP/2021-10-26-add-nand-biterr-and-bugfixesHeinrich Schuchardt1-4/+2
2021-10-26dfu: Sort Kconfig entries alphabeticallyMarek Vasut1-7/+7
2021-10-26lib: uuid: fix the test on RNG device presencePatrick Delaunay1-1/+1
2021-10-26common: Kconfig.boot: add config SPL_FIT_RSASSA_PSSPhilippe Reynes1-0/+7
2021-10-26lib: rsa: rsa-verify: also check that padding is not NULLPhilippe Reynes1-1/+1
2021-10-26firmware: scmi: fix struct layout for scmi_clk_rate_set_inClément Léger1-2/+2
2021-10-26cmd: nand biterr - Add support for nand biterr commandBalamanikandan Gunasundar1-3/+124
2021-10-26Merge branch '2021-10-25-assorted-updates'Tom Rini7-14/+111
2021-10-25dfu: dfu_sf: Read the SPI flash in 16 MiB chunksMarek Vasut1-2/+12
2021-10-25arm: spl: prepare for jumping to OPTEERicardo Salveti3-3/+30
2021-10-25env: mmc: Add support for redundant env in both eMMC boot partitionsMarek Vasut2-5/+47
2021-10-25loads: Block writes into LMB reserved areas of U-BootMarek Vasut1-0/+12
2021-10-25env: mmc: Add missing eMMC bootpart restoration to env eraseMarek Vasut1-4/+10
2021-10-25Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/25Oct2021Tom Rini27-35/+305
2021-10-25mmc: sunxi: conditionally include MMC2 initialization codeIcenowy Zheng1-0/+2
2021-10-25sunxi: only include alias for eMMC when mmc2 usedIcenowy Zheng1-0/+2
2021-10-25sunxi: dts: H616: Enable the watchdogSamuel Holland1-1/+0
2021-10-25Merge tag 'u-boot-imx-20211022' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini52-278/+880
2021-10-25sunxi: Enable watchdog timer support by defaultSamuel Holland1-0/+1
2021-10-25watchdog: Add a driver for the sunxi watchdogSamuel Holland3-0/+197
2021-10-25clk: sunxi: Extend DM_RESET selection to SPLSamuel Holland1-0/+1
2021-10-25sunxi: SPL SPI: Allow larger SPLAndre Przywara1-3/+7
2021-10-25power: pmic: axp: Implement poweroff via sysresetSamuel Holland2-1/+50
2021-10-25power: axp: Avoid do_poweroff conflict with sysresetSamuel Holland6-1/+11
2021-10-25include: axp_pmic: Include headers for all variantsSamuel Holland6-12/+10
2021-10-25include: axp_pmic: Add missing header guard definitionSamuel Holland1-0/+1
2021-10-25tools: mksunxiboot: Use sunxi_image header directlySamuel Holland1-1/+1
2021-10-25sunxi: A23/A33/H3: Actually move the secure monitorSamuel Holland1-0/+2
2021-10-25phy: sun4i-usb: Support VBUS detection via power supplySamuel Holland2-0/+8
2021-10-25phy: sun4i-usb: Refactor VBUS detection to match LinuxSamuel Holland1-13/+12
2021-10-25phy: sun4i-usb: Remove a couple of debug messagesSamuel Holland1-4/+0
2021-10-25sunxi: Select SPL_SEPARATE_BSSSamuel Holland1-0/+1
2021-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-spiWIP/23Oct2021Tom Rini19-108/+159
2021-10-23spi: nxp_fspi: Implement errata workaround for LS1028AKuldeep Singh1-5/+48
2021-10-23spi: nxp-fspi: Add support for IP read onlyKuldeep Singh1-4/+20
2021-10-23mtd: spi-nor-ids: Add SECT_4K to mt25qu512aKris Chaplin1-1/+1
2021-10-23mtd: spi-nor-ids: Add is25lp512 and is25wp512 devicesKris Chaplin1-0/+4
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún15-91/+5
2021-10-23mtd: mtdpart: Make mtdpart's _erase method saneMarek Behún1-8/+18
2021-10-23mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase()Marek Behún1-0/+5
2021-10-23mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase()Marek Behún1-2/+18
2021-10-23mtd: spi-nor-core: Don't check for zero length in spi_nor_write() / spi_nor_e...Marek Behún1-6/+0
2021-10-23mtd: spi-flash: Check for zero length in legacy spi_flash_*()Marek Behún1-0/+9
2021-10-23mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase()Marek Behún1-1/+3
2021-10-23mtd: spi-nor-core: Don't overwrite return value if it is non-zeroMarek Behún1-2/+4
2021-10-23mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase()Marek Behún1-1/+3
2021-10-23mtd: spi-nor-core: Try cleaning up in case writing BAR failedMarek Behún1-1/+1
2021-10-23mtd: spi-nor: Add support for Spansion S25FL256LTakahiro Kuwano2-0/+20
2021-10-23mtd: spi-nor-ids: Add GD25LQ256D ChipYanhong Wang1-0/+5
2021-10-22Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini29-324/+295