- f178beb sandbox: Support executables for more phases by Simon Glass · 3 years, 4 months ago
- dd3dfa5 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 4 months ago
- 83befb4 Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 4 months ago
- a675eb1 arm: mvebu: Espressobin: Enable 'mtd' command and define SPI NOR partitions by Pali Rohár · 3 years, 4 months ago
- ba7174f arm: kirkwood: Marvell Sheevaplug: Add DM SATA and remove IDE configs by Tony Dinh · 3 years, 4 months ago
- 3a2f298 arm: kirkwood: NSA310S: Add DM SATA configs by Tony Dinh · 3 years, 5 months ago
- e8d3eaa treewide: Test on CONFIG_USB_HOST (or CONFIG_CMD_USB) not CONFIG_USB by Tom Rini · 3 years, 4 months ago
- 3fa03bc tegra: Test on CONFIG_CMD_USB being enabled for distro bootcmd by Tom Rini · 3 years, 4 months ago
- 67b77d7 ge_bx50v3: Remove unused USB related defines by Tom Rini · 3 years, 4 months ago
- 96b97fa m68k: Remove M52277EVB board by Tom Rini · 3 years, 4 months ago
- a732f62 m68k: Remove M54451EVB board by Tom Rini · 3 years, 4 months ago
- 5e770da m68k: Remove M54418TWR board by Tom Rini · 3 years, 4 months ago
- 563cae7 m68k: Remove M54455EVB board by Tom Rini · 3 years, 4 months ago
- ddf67da efi_capsule: Move signature from DTB to .rodata by Ilias Apalodimas · 3 years, 4 months ago
- f929ce5 Merge branch '2021-07-16-cleanup-image-support' by Tom Rini · 3 years, 4 months ago
- d5dbc66 Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 4 months ago
- 8387dba image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macro by Alexandru Gagniuc · 3 years, 4 months ago
- 8be1818 image: Eliminate IMAGE_ENABLE_VERIFY macro by Alexandru Gagniuc · 3 years, 4 months ago
- 92c960b lib: rsa: Remove #ifdefs from rsa.h by Alexandru Gagniuc · 3 years, 4 months ago
- 820c496 lib: ecdsa: Remove #ifdefs from ecdsa.h by Alexandru Gagniuc · 3 years, 4 months ago
- 0980164 image: Add support for placing crypto_algo in linker lists by Alexandru Gagniuc · 3 years, 4 months ago
- 70c1c89 image: Drop IMAGE_ENABLE_BEST_MATCH by Simon Glass · 3 years, 4 months ago
- 14f061d image: Drop IMAGE_ENABLE_SHAxxx by Simon Glass · 3 years, 4 months ago
- 0ad7569 image: Drop IMAGE_ENABLE_SHA1 by Simon Glass · 3 years, 4 months ago
- 4b00fd1 Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5 by Simon Glass · 3 years, 4 months ago
- 1e52db6 Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32 by Simon Glass · 3 years, 4 months ago
- ad74aed image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · 3 years, 4 months ago
- f5bc9c2 image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx by Simon Glass · 3 years, 4 months ago
- 0003b8a image: Shorten FIT_ENABLE_SHAxxx_SUPPORT by Simon Glass · 3 years, 4 months ago
- 918609c configs: stm32mp1: remove splashimage and add fdtoverlay_addr_r by Patrick Delaunay · 3 years, 5 months ago
- d3fc3da Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 3 years, 4 months ago
- f75b7b8 Nokia RX-51: Load bootmenu also from uSD card by Pali Rohár · 3 years, 5 months ago
- cc434fc Nokia RX-51: Add support for booting kernel in zImage format by Pali Rohár · 3 years, 5 months ago
- 6fdbd2b power: pmic: tps65941: Add compatible for LP876441 by Gowtham Tammana · 3 years, 4 months ago
- bde6ac5 configs: am65x_evm: Switch envboot out for distro_bootcmd by Tom Rini · 3 years, 4 months ago
- 5230625 arm: omap4: Disable USB_TTY and related options by Tom Rini · 3 years, 4 months ago
- 7a37630 configs: j721e_evm: Switch envboot out for distro_bootcmd by Tom Rini · 3 years, 5 months ago
- 5fb3e09 ti: omap5: Switch to generic distro boot for non-Android cases by Tom Rini · 3 years, 5 months ago
- 8e94e7b arm: ti: environment: Move <environment/ti/boot.h> in to <configs/ti_omap5_common.h> by Tom Rini · 3 years, 5 months ago
- e0c91ae ti: am43xx_evm: Switch to DISTRO_BOOT only by Tom Rini · 3 years, 5 months ago
- 7bafe88 soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs by Keerthy · 3 years, 5 months ago
- ff8f277 ti: am335x_evm: Switch to DISTRO_BOOT only by Tom Rini · 3 years, 5 months ago
- 9cd380e am335x, guardian: Enable panel driver Himax HX8238D by Gireesh Hiremath · 3 years, 5 months ago
- ae628fb am335x, guardian: Enable backlight by Gireesh Hiremath · 3 years, 5 months ago
- d364926 am335x, guardian: update swi logic by Gireesh Hiremath · 3 years, 5 months ago
- f379c44 am335x, guardian: set environment variable autoload to no by Gireesh Hiremath · 3 years, 5 months ago
- 2f147e0 am335x, guardian: set tftp_load_addr in environment by Moses Christopher · 3 years, 5 months ago
- f5cbb5c x86: pci: Allow binding of some devices before relocation by Simon Glass · 3 years, 5 months ago
- e58f3a7 pci: Use const for pci_find_device_id() etc. by Simon Glass · 3 years, 5 months ago
- a4c577f mmc: mmc_get_op_cond: Allow quiet detection of eMMC by Pali Rohár · 3 years, 4 months ago
- 3f6e4ec power: pmic: Add driver for ST-Ericsson AB8500 via PRCMU by Stephan Gerhold · 3 years, 4 months ago
- e2f82f9 board: stemmy: Copy atags for booting downstream/vendor kernel by Stephan Gerhold · 3 years, 4 months ago
- 03585d5 board: stemmy: Parse atags to get available memory by Stephan Gerhold · 3 years, 4 months ago
- bc9255a configs: uniphier: Enable CONFIG_SYS_PCI_64BIT by Kunihiko Hayashi · 3 years, 4 months ago
- 13c11c6 fs: fat: add file attributes to struct fs_dirent by Heinrich Schuchardt · 3 years, 6 months ago
- 9b19159 spl: mmc: Factor out eMMC boot partition selection code by Marek Vasut · 3 years, 5 months ago
- 631f3af net: add set_promisc function to enable/disable Promiscuous mode by Tim Harvey · 3 years, 5 months ago
- 60f64be board: phytec: phycore_imx8mp: Add fec support by Teresa Remmet · 3 years, 4 months ago
- 1feac81 board: phytec: phycore_imx8mp: Change debug UART by Teresa Remmet · 3 years, 4 months ago
- 364212c smegw01: Allow booting the Yocto image by default by Fabio Estevam · 3 years, 5 months ago
- 3232806 imx: ventana: increase SYS_BOOTM_LEN by Tim Harvey · 3 years, 5 months ago
- 7d9e9f5 arm: mvebu: a37xx: Enable more baudrates by Pali Rohár · 3 years, 6 months ago
- 4ee73b0 Revert "arm: Remove nsa310s board" by Tom Rini · 3 years, 4 months ago
- 570c3dc arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · 3 years, 6 months ago
- d7221d0 arm: Remove spear320 boards by Tom Rini · 3 years, 6 months ago
- 1dc77c2 arm: Remove spear310 boards by Tom Rini · 3 years, 6 months ago
- 0e377bb arm: Remove spear300 boards by Tom Rini · 3 years, 6 months ago
- aa697e6 arm: Remove nsa310s board by Tom Rini · 3 years, 6 months ago
- dee08b1 arm: Remove gplugd board by Tom Rini · 3 years, 6 months ago
- bc08dc5 arm: Remove edb9315a board by Tom Rini · 3 years, 6 months ago
- f4a6f75 arm: Remove at91rm9200ek boards by Tom Rini · 3 years, 6 months ago
- 1567e32 ppc: Remove MPC832XEMDS boards by Tom Rini · 3 years, 6 months ago
- 6c332e2 ppc: Remove MPC8323ERDB board by Tom Rini · 3 years, 6 months ago
- 139ff3b ppc: Remove MPC8315ERDB board by Tom Rini · 3 years, 6 months ago
- 1c58857 ppc: Remove sbc8641d board by Tom Rini · 3 years, 6 months ago
- ed7fe2b ppc: Remove xpedite boards by Tom Rini · 3 years, 6 months ago
- 66e3c64 ppc: Remove kmcoge4 board by Tom Rini · 3 years, 6 months ago
- 8069689 ppc: Remove MPC8568MDS board by Tom Rini · 3 years, 6 months ago
- 9889860 ppc: Remove MPC8555CDS boards by Tom Rini · 3 years, 6 months ago
- a857133 ppc: Remove MPC8541CDS board by Tom Rini · 3 years, 6 months ago
- 5fe4c0c ppc: Remove TQM834x board by Tom Rini · 3 years, 6 months ago
- bb656c6 ppc: Remove sbc8548 boards by Tom Rini · 3 years, 6 months ago
- 6843862 ppc: Remove caddy2 / vme8349 boards by Tom Rini · 3 years, 6 months ago
- 7458f18 ppc: Remove MPC8313ERDB boards by Tom Rini · 3 years, 6 months ago
- af96210 ppc: Remove ve8313 board by Tom Rini · 3 years, 6 months ago
- b617d40 ppc: Remove mpc8308_p1m board by Tom Rini · 3 years, 6 months ago
- 3588e20 ppc: Remove sbc8349 board by Tom Rini · 3 years, 6 months ago
- 9b7993b m68k: Remove M5475x boards by Tom Rini · 3 years, 6 months ago
- eb83d10 m68k: Remove M5485 boards by Tom Rini · 3 years, 6 months ago
- c7b3600 pci: Remove non-DM board_pci_fixup_dev() declaration by Tom Rini · 3 years, 6 months ago
- 7e58a3a Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 4 months ago
- cb80ff2 bootstage: Eliminate when not enabled by Tom Rini · 3 years, 7 months ago
- 5617efd Merge branch '2021-07-06-platform-updates' by Tom Rini · 3 years, 4 months ago
- 0705556 Kconfig: convert CONFIG_SYS_I2C_LPC32XX by Trevor Woerner · 3 years, 5 months ago
- faf78fd arm: lpc32xx: add EA LPC3250 DevKitv2 board support by Trevor Woerner · 3 years, 5 months ago
- eb5807e lpc32xx: import device tree from Linux by Trevor Woerner · 3 years, 5 months ago
- bd4dbf9 lpc32xx: Kconfig: switch to CONFIG_CONS_INDEX by Trevor Woerner · 3 years, 5 months ago
- 3a37386 configs: synquacer: Enable EFI capsule update support by Masami Hiramatsu · 3 years, 5 months ago
- 5cd4a35 board: synquacer: Add DeveloperBox 96boards EE support by Masami Hiramatsu · 3 years, 5 months ago
- 98c14ff remove struct uclass_driver::ops by Rasmus Villemoes · 3 years, 6 months ago