- 7c6ab82 bootstd: cros: Bring in some ChromiumOS structures by Simon Glass · 1 year, 4 months ago
- 09ebe82 bootstd: cros: Move partition reading into a function by Simon Glass · 1 year, 4 months ago
- 16b1b1c bootstd: cros: Correct reporting of I/O errors by Simon Glass · 1 year, 4 months ago
- e9aa12c Merge branch '2023-08-09-misc-cleanups' into next by Tom Rini · 1 year, 4 months ago
- f8f702f scripts: kconfig: Add config fragment support in board/../ by Jason Kacines · 1 year, 5 months ago
- eff11fa treewide: unify the linker symbol reference format by Shiji Yang · 1 year, 4 months ago
- bb11234 treewide: rework linker symbol declarations in sections header by Shiji Yang · 1 year, 4 months ago
- f18679c Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 4 months ago
- cad3979 Merge branch '2023-08-08-assorted-code-corrections' into next by Tom Rini · 1 year, 4 months ago
- d12961b pci: correct function name in message by Heinrich Schuchardt · 1 year, 4 months ago
- 50a132b board_f: Cosmetic style fix by Bin Meng · 1 year, 4 months ago
- 9f0b8f2 crc32: Drop duplicates crc header includes by Ilya Lukin · 1 year, 4 months ago
- c38d27b btrfs: fix some error checking for btrfs_decompress() by Dan Carpenter · 1 year, 4 months ago
- 86604b7 test: fix a couple NULL vs IS_ERR() checks by Dan Carpenter · 1 year, 4 months ago
- 463be54 expo: allocate correct amount of memory by Dan Carpenter · 1 year, 4 months ago
- 1ae0917 cmd: improve string matching for hex by Dan Carpenter · 1 year, 4 months ago
- 4956966 cramfs: clean up some error messages by Dan Carpenter · 1 year, 4 months ago
- 5f5f89a test: unicode: fix a sizeof() vs ARRAY_SIZE() bug by Dan Carpenter · 1 year, 4 months ago
- 18b01e0 cmd: pxe_utils: add some missing tabs by Dan Carpenter · 1 year, 4 months ago
- 21a7406 remoteproc: uclass: Clean up a return by Dan Carpenter · 1 year, 4 months ago
- 408ccac fdt: off by one in ofnode_lookup_fdt() by Dan Carpenter · 1 year, 4 months ago
- 078dacb fs: btrfs: Prevent error pointer dereference in list_subvolums() by Dan Carpenter · 1 year, 4 months ago
- 8fb3cf1 cros_ec: Fix an error code is cros_ec_get_sku_id() by Dan Carpenter · 1 year, 4 months ago
- e310e00 video: Add parentheses around VNBYTES() macro by Dan Carpenter · 1 year, 4 months ago
- 80bfe48 cmd: Fix a size parameter in test_readonly() by Dan Carpenter · 1 year, 4 months ago
- a065952 cmd: Fix an error code in cmd_mux_find() by Dan Carpenter · 1 year, 4 months ago
- 0b18c3d lib/charset: fix u16_strlcat() return value by Matthias Schiffer · 1 year, 4 months ago
- 02482ee Revert "lib: string: Fix strlcpy return value", fix callers by Matthias Schiffer · 1 year, 4 months ago
- 1c6b184 Prepare v2023.10-rc2 by Tom Rini · 1 year, 4 months ago
- 278f0f1 configs: Resync with savedefconfig by Tom Rini · 1 year, 4 months ago
- 808a72a Merge branch '2023-08-07-assorted-fixes' by Tom Rini · 1 year, 4 months ago
- d21c752 fs/erofs: Remove an unnecessary assertion by Yifan Zhao · 1 year, 4 months ago
- 13aaedd common: Drop duplicate space in SPL_BMP description by Marek Vasut · 1 year, 4 months ago
- 8285978 common: fix detection of SYS_MALLOC_F_LEN=0x0 by Heinrich Schuchardt · 1 year, 4 months ago
- 15a23ca spl: move SPL_CRC32 option to lib/Kconfig by Oleksandr Suvorov · 1 year, 4 months ago
- fdc62b0 spl: remove duplicate SPL_MD5 option by Oleksandr Suvorov · 1 year, 4 months ago
- d198c3a bloblist: Enforce CRC32 by Tom Rini · 1 year, 4 months ago
- 60626ea MAINTAINERS: Update rockchip platform maintain files by Kever Yang · 1 year, 4 months ago
- 5272029 MAINTAINERS: add DT/bindings files to at91 entry by Eugen Hristev · 1 year, 4 months ago
- ed37840 board: ten64: add missing error checks for retimer power on by Mathew McBride · 1 year, 4 months ago
- 33a34de ARM: renesas: Update MAINTAINERS file by Marek Vasut · 1 year, 4 months ago
- 707a35f get_maintainer.pl: Add an ignore list for git history by Tom Rini · 1 year, 4 months ago
- 4cca204 Azure: Squash a number of jobs and re-order slightly by Tom Rini · 1 year, 4 months ago
- 708afd3 Azure: Rework Rockchip jobs again by Tom Rini · 1 year, 4 months ago
- c706c9f Merge tag 'dm-pull-5aug23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 4 months ago
- 99cb6b1 buildman: Drop warning about orphaned defconfigs by Simon Glass · 1 year, 4 months ago
- 18a0725 buildman: Exit after reading toolchain by Simon Glass · 1 year, 4 months ago
- 74cd2d8 event: Fix a wrong type_name from dm_post_init to dm_post_init_f by Jaehoon Chung · 1 year, 4 months ago
- 712e106 binman: ftest: Add test for xilinx-bootgen etype by Lukas Funke · 1 year, 4 months ago
- febfc6d binman: etype: Add xilinx-bootgen etype by Lukas Funke · 1 year, 4 months ago
- 09cb50f binman: btool: Add Xilinx Bootgen btool by Lukas Funke · 1 year, 4 months ago
- 76ee0ca binman: Renumber 291 and 292 test files by Simon Glass · 1 year, 4 months ago
- a1475ea Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 1 year, 4 months ago
- 1f9c3d0 cmd: Enable BIND by default if we have USB_ETHER by Tom Rini · 1 year, 4 months ago
- a935819 usb: gadget: ether: Handle gadget driver registration in probe and remove by Marek Vasut · 1 year, 4 months ago
- 038b36d usb: gadget: ether: Move probe function above driver structure by Marek Vasut · 1 year, 4 months ago
- 34ee033 usb: gadget: ether: Inline functions used once by Marek Vasut · 1 year, 4 months ago
- 8915d26 Merge branch '2023-08-04-toradex-platform-updates' by Tom Rini · 1 year, 4 months ago
- 315deb3 board: toradex: add verdin am62 support by Marcel Ziswiler · 1 year, 4 months ago
- 060d30f arm: dts: k3-binman: fix rcfg_yaml and pcfg_yaml labels by Marcel Ziswiler · 1 year, 4 months ago
- ac4518a arm: mach-k3: am62: fix 2nd mux option of clkout0 by Marcel Ziswiler · 1 year, 4 months ago
- 2bb00b8 toradex: tdx-cfg-block: add verdin am62 skus by Marcel Ziswiler · 1 year, 4 months ago
- cea0909 toradex: tdx-cfg-block: rework display adapter name handling by Max Krummenacher · 1 year, 4 months ago
- 2ded2d6 toradex: tdx-cfg-block: rework carrier board name handling by Max Krummenacher · 1 year, 4 months ago
- 8a625d8 toradex: tdx-cfg-block: add yavia carrier cfg block info by Max Krummenacher · 1 year, 4 months ago
- 2da6757 Merge branch '2023-08-03-assorted-fixes' by Tom Rini · 1 year, 4 months ago
- 1dee4eb bootstd: Init the size before reading extlinux file by Simon Glass · 1 year, 4 months ago
- 02fafec bootstd: Init the size before reading the devicetree by Simon Glass · 1 year, 4 months ago
- 4aec190 bootstd: Avoid allocating memory for the EFI file by Simon Glass · 1 year, 4 months ago
- 47fc734 bootstd: Use a function to detect network in EFI bootmeth by Simon Glass · 1 year, 4 months ago
- f41c445 bootflow: Export setup_fs() by Simon Glass · 1 year, 4 months ago
- b27c27a virtio: provide driver name in debug message by Heinrich Schuchardt · 1 year, 4 months ago
- d701a22 fat: correct sign for deletion mark by Heinrich Schuchardt · 1 year, 4 months ago
- 4a59091 rzn1-snarc: Add missing MAINTAINERS file by Tom Rini · 1 year, 4 months ago
- 6b6614a board/freescale: Drop two orphaned entries by Tom Rini · 1 year, 4 months ago
- e236179 vexpress64: Rework MAINTAINERS file slightly by Tom Rini · 1 year, 4 months ago
- ae5c7d6 ARM: imx: Update MAINTAINERS file on DH electronics i.MX8M Plus DHCOM by Marek Vasut · 1 year, 4 months ago
- 184ad9f freescale: Remove Rajesh Bhagat MAINTAINERS by Sean Anderson · 2 years, 1 month ago
- cba8c3e Merge tag 'efi-2023-10-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 4 months ago
- ee1253b Merge branch '2023-08-03-mediatek-and-ten64-updates' by Tom Rini · 1 year, 4 months ago
- 715091b board: ten64: strip extra u-boot compatibles from FDT by Mathew McBride · 1 year, 4 months ago
- 9f55a3d board: ten64: opt out of fsl_setenv_bootcmd by Mathew McBride · 1 year, 4 months ago
- b56ee9d arch: arm: fsl-layerscape: allow "opt-out" of fsl_setenv_bootcmd by Mathew McBride · 1 year, 4 months ago
- 617dd0f board: traverse: ten64: adopt standard boot defaults by Mathew McBride · 1 year, 4 months ago
- 1a1ff2c board: ten64: disable watchdog autostart by Mathew McBride · 1 year, 4 months ago
- e6cbacf board: traverse: ten64: set serial# to be 'label' MAC by Mathew McBride · 1 year, 4 months ago
- 24b0ab0 board: traverse: ten64: fix allocation order of MAC addresses by Mathew McBride · 1 year, 4 months ago
- 0710b54 board: traverse: ten64: init nvme devices in late boot to ensure bootflow availability by Mathew McBride · 1 year, 4 months ago
- a89d9dc configs: ten64: enable NVME_PCI by Mathew McBride · 1 year, 4 months ago
- ed0cd7b board: ten64: add a bootmenu entries for NAND-based entries by Mathew McBride · 1 year, 4 months ago
- 2bfac3e board: traverse: ten64: add NAND based OpenWrt bootcmd by Mathew McBride · 1 year, 4 months ago
- 2c786c9 board: traverse: ten64: specify bootargs for recovery environment by Mathew McBride · 1 year, 4 months ago
- a7b761b board: traverse: ten64: update DPAA2 (network) binary path on sdcards by Mathew McBride · 1 year, 4 months ago
- 6b02edf board: traverse: ten64: fix DPAA2 (network) DPL corruption issue by Mathew McBride · 1 year, 4 months ago
- 2287943 board: traverse: ten64: ensure retimer reset is done on new board revisions by Mathew McBride · 1 year, 4 months ago
- 2e4a29e board: traverse: ten64: recognize board revision D by Mathew McBride · 1 year, 4 months ago
- 3f7834c board: mediatek: add MT7988 reference boards by developer · 1 year, 4 months ago
- f596c1a arm: mediatek: add support for MediaTek MT7988 SoC by developer · 1 year, 4 months ago
- e8b0404 tools: mtk_image: use uint32_t for ghf header magic and version by developer · 1 year, 4 months ago
- 76e1472 net: mediatek: add support for MediaTek MT7988 SoC by developer · 1 year, 4 months ago