aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-10-21env: Use memcpy() instead of ad-hoc code to copy variable valueMarek Behún
2021-10-21env: Make return value of env_get_f() behave like sprintf() on successMarek Behún
2021-10-21env: Early return from env_get_f() on NULL nameMarek Behún
2021-10-21env: Don't match empty variable name in env_match()Marek Behún
2021-10-21env: Use better name for variable in env_get_f()Marek Behún
2021-10-21env: Use string pointer instead of indexes in env_get_f()Marek Behún
2021-10-21env: Inline env_get_char() into its only userMarek Behún
2021-10-21env: Change env_match() to static and remove from headerMarek Behún
2021-10-21examples: api: glue: Remove comment that does not apply anymoreMarek Behún
2021-10-21env: Drop env_get_char_spec() and old, unused .get_char() implementationsMarek Behún
2021-10-21env: Fix documentation for env_get_f()Marek Behún
2021-10-21dm: Fix util.h's broken include guardPierre-Clément Tosi
2021-10-21sandbox: provide /chosen/boot-hartid propertyHeinrich Schuchardt
2021-10-21buildman: Add gcc-11.1.0 to the directory listTom Rini
2021-10-21CI: Switch running the nokia_rx51 test with in-container toolchainTom Rini
2021-10-21Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2021-10-21arm: a37xx: pci: Fix condition for CRS responsePali Rohár
2021-10-21arm: mvebu: Add missing "if SPL"Tom Rini
2021-10-21arm: a37xx: pci: Do not allow setting bars on PCI BridgePali Rohár
2021-10-21arm: mvebu: turris_omnia: Move CONFIG_SPL_DRIVERS_MISC to KconfigMarek Behún
2021-10-21arm: mvebu: turris_omnia: Move SPL's SYS_MALLOC_SIMPLE to KconfigMarek Behún