platform/kernel/u-boot.git
2021-10-26 Balamanikandan... cmd: nand biterr - Add support for nand biterr command
2021-10-26 Tom RiniMerge branch '2021-10-25-assorted-updates'
2021-10-25 Marek Vasutdfu: dfu_sf: Read the SPI flash in 16 MiB chunks
2021-10-25 Ricardo Salvetiarm: spl: prepare for jumping to OPTEE
2021-10-25 Marek Vasutenv: mmc: Add support for redundant env in both eMMC...
2021-10-25 Marek Vasutloads: Block writes into LMB reserved areas of U-Boot
2021-10-25 Marek Vasutenv: mmc: Add missing eMMC bootpart restoration to...
2021-10-25 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2021-10-25 Icenowy Zhengmmc: sunxi: conditionally include MMC2 initialization...
2021-10-25 Icenowy Zhengsunxi: only include alias for eMMC when mmc2 used
2021-10-25 Samuel Hollandsunxi: dts: H616: Enable the watchdog
2021-10-25 Tom RiniMerge tag 'u-boot-imx-20211022' of https://gitlab.denx...
2021-10-25 Samuel Hollandsunxi: Enable watchdog timer support by default
2021-10-25 Samuel Hollandwatchdog: Add a driver for the sunxi watchdog
2021-10-25 Samuel Hollandclk: sunxi: Extend DM_RESET selection to SPL
2021-10-25 Andre Przywarasunxi: SPL SPI: Allow larger SPL
2021-10-25 Samuel Hollandpower: pmic: axp: Implement poweroff via sysreset
2021-10-25 Samuel Hollandpower: axp: Avoid do_poweroff conflict with sysreset
2021-10-25 Samuel Hollandinclude: axp_pmic: Include headers for all variants
2021-10-25 Samuel Hollandinclude: axp_pmic: Add missing header guard definition
2021-10-25 Samuel Hollandtools: mksunxiboot: Use sunxi_image header directly
2021-10-25 Samuel Hollandsunxi: A23/A33/H3: Actually move the secure monitor
2021-10-25 Samuel Hollandphy: sun4i-usb: Support VBUS detection via power supply
2021-10-25 Samuel Hollandphy: sun4i-usb: Refactor VBUS detection to match Linux
2021-10-25 Samuel Hollandphy: sun4i-usb: Remove a couple of debug messages
2021-10-25 Samuel Hollandsunxi: Select SPL_SEPARATE_BSS
2021-10-23 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-spi
2021-10-23 Kuldeep Singhspi: nxp_fspi: Implement errata workaround for LS1028A
2021-10-23 Kuldeep Singhspi: nxp-fspi: Add support for IP read only
2021-10-23 Kris Chaplinmtd: spi-nor-ids: Add SECT_4K to mt25qu512a
2021-10-23 Kris Chaplinmtd: spi-nor-ids: Add is25lp512 and is25wp512 devices
2021-10-23 Marek Behúnmtd: Remove mtd_erase_callback() entirely
2021-10-23 Marek Behúnmtd: mtdpart: Make mtdpart's _erase method sane
2021-10-23 Marek Behúnmtd: spi-nor-core: Check for ctrlc() in spi_nor_erase()
2021-10-23 Marek Behúnmtd: spi-nor-core: Call mtd_erase_callback() from spi_n...
2021-10-23 Marek Behúnmtd: spi-nor-core: Don't check for zero length in spi_n...
2021-10-23 Marek Behúnmtd: spi-flash: Check for zero length in legacy spi_fla...
2021-10-23 Marek Behúnmtd: spi-nor-core: Check return value of write_disable...
2021-10-23 Marek Behúnmtd: spi-nor-core: Don't overwrite return value if...
2021-10-23 Marek Behúnmtd: spi-nor-core: Check return value of write_enable...
2021-10-23 Marek Behúnmtd: spi-nor-core: Try cleaning up in case writing...
2021-10-23 Takahiro Kuwanomtd: spi-nor: Add support for Spansion S25FL256L
2021-10-23 Yanhong Wangmtd: spi-nor-ids: Add GD25LQ256D Chip
2021-10-22 Tom RiniMerge tag 'efi-2022-01-rc1' of https://source.denx...
2021-10-22 Tom RiniMerge tag 'dm-pull-21oct21' of https://source.denx...
2021-10-21 Marek Behúnenv: Move non-cli env functions to env/common.c
2021-10-21 Marek Behúnenv: Simplify env_match() and inline into env_get_f()
2021-10-21 Marek Behúnenv: Use memcpy() instead of ad-hoc code to copy variab...
2021-10-21 Marek Behúnenv: Make return value of env_get_f() behave like sprin...
2021-10-21 Marek Behúnenv: Early return from env_get_f() on NULL name
2021-10-21 Marek Behúnenv: Don't match empty variable name in env_match()
2021-10-21 Marek Behúnenv: Use better name for variable in env_get_f()
2021-10-21 Marek Behúnenv: Use string pointer instead of indexes in env_get_f()
2021-10-21 Marek Behúnenv: Inline env_get_char() into its only user
2021-10-21 Marek Behúnenv: Change env_match() to static and remove from header
2021-10-21 Marek Behúnexamples: api: glue: Remove comment that does not apply...
2021-10-21 Marek Behúnenv: Drop env_get_char_spec() and old, unused .get_char...
2021-10-21 Marek Behúnenv: Fix documentation for env_get_f()
2021-10-21 Pierre-Clément... dm: Fix util.h's broken include guard
2021-10-21 Heinrich Schuchardtsandbox: provide /chosen/boot-hartid property
2021-10-21 Tom Rinibuildman: Add gcc-11.1.0 to the directory list
2021-10-21 Tom RiniCI: Switch running the nokia_rx51 test with in-containe...
2021-10-21 Ariel D'Alessandrotools: imx8m_image: Support ddr3 firmware
2021-10-21 Ricardo Salvetimx7ulp: add getting a board serial number
2021-10-21 Ricardo Salvetiboard: ea: mx7ulp_com: allocate specific region of...
2021-10-21 Ye Liarm: dts: imx8mp: Delete default clocks for clock contr...
2021-10-21 Ye Liimx8mp_evk: Enable the DWC EQoS iMX driver
2021-10-21 Ye Liimx8mp_evk: Delete noncached memory config
2021-10-21 Ye Liimx8mp_evk: Remove EQoS PHY reset codes
2021-10-21 Ye Liimx8mp_evk: Fix incorrect cascade for FEC and EQOS...
2021-10-21 Ye Liarm: dts: imx8mp-evk: Enable the EQoS ethernet port
2021-10-21 Ye Liarm: mach-imx: Allow to build mac.c for EQoS driver
2021-10-21 Ye Liarm: mach-imx: Update MAC fuse for i.MX8MP
2021-10-21 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2021-10-21 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2021-10-21 Pali Rohárarm: a37xx: pci: Fix condition for CRS response
2021-10-21 Tom Riniarm: mvebu: Add missing "if SPL"
2021-10-21 Pali Rohárarm: a37xx: pci: Do not allow setting bars on PCI Bridge
2021-10-21 Marek Behúnarm: mvebu: turris_omnia: Move CONFIG_SPL_DRIVERS_MISC...
2021-10-21 Marek Behúnarm: mvebu: turris_omnia: Move SPL's SYS_MALLOC_SIMPLE...
2021-10-21 Marek Behúnarm: mvebu: turris_omnia: Use show_board_info()
2021-10-21 Marek Behúnarm: mvebu: turris_omnia: Overwrite ethaddr only if...
2021-10-21 Marek Behúnarm: mvebu: turris_mox: Better check for valid ethernet...
2021-10-21 Marek Behúnarm: mvebu: turris_mox: Always handle reset button
2021-10-21 Marek Behúnarm: mvebu: turris_mox: Use show_board_info()
2021-10-21 Marek Behúnarm: mvebu: turris_mox: Cosmetic update for board confi...
2021-10-21 Marek Behúnarm: kirkwood, mvebu: Remove CONFIG_SYS_RESET_ADDRESS...
2021-10-21 Marek Behúnarm: mvebu: a3720: Create Kconfig option for I2C_MV
2021-10-21 Marek Behúnarm: mvebu: turris_mox: Move options to defconfig
2021-10-21 Pali Rohártools: termios_linux.h: Fix tcsendbreak() implementation
2021-10-21 Sven Auhagencmd: tlv_eeprom
2021-10-21 Alistair Delvaefi_loader: Fix link of EFI apps with ld.lld
2021-10-21 Heinrich Schuchardtefi_loader: efi_dp_from_lo() should skip VenMedia node
2021-10-21 Heinrich Schuchardtefi_loader: avoid multiple local copies of lf2_initrd_guid
2021-10-21 Heinrich Schuchardtefi_loader: efi_dp_from_lo() unused parameter size
2021-10-21 Heinrich Schuchardtefi_loader: simplify show_efi_boot_opt_data()
2021-10-21 Heinrich Schuchardtefi_loader: efi_dp_from_lo() don't copy GUID
2021-10-21 Ilias Apalodimasefi_loader: Fix loaded image alignment
2021-10-21 Heinrich Schuchardtefi_loader: don't load Shim's MOK database from file
2021-10-21 Simon Glassx86: Show some EFI info with the bdinfo command
next