- 1123213 nds32: Remove the architecture by Tom Rini · 2 years, 8 months ago
- 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 7 months ago
- bc9da9f Merge branch '2022-04-23-binman-updates' by Tom Rini · 2 years, 7 months ago
- dd2e8ed binman: don't import deprecated distutils package by Heinrich Schuchardt · 2 years, 7 months ago
- 06c73e3 MAINTAINERS: Add Alper as a binman maintainer by Alper Nebi Yasak · 2 years, 7 months ago
- 82337bb binman: Refuse to replace sections for now by Alper Nebi Yasak · 2 years, 8 months ago
- 99283e5 binman: Test replacing non-section entries in FIT subsections by Alper Nebi Yasak · 2 years, 8 months ago
- 74d3b23 binman: Create FIT subentries in the FIT section, not its parent by Alper Nebi Yasak · 2 years, 8 months ago
- e736878 binman: Remove '/images/' fragment from FIT subentry paths by Alper Nebi Yasak · 2 years, 8 months ago
- e2ce4fb binman: Don't reset offset/size if image doesn't allow repacking by Alper Nebi Yasak · 2 years, 8 months ago
- 8ee4ec9 binman: Collect bintools for images when replacing entries by Alper Nebi Yasak · 2 years, 8 months ago
- 67bf2c8 binman: Fix unique names having '/.' for images read from files by Alper Nebi Yasak · 2 years, 8 months ago
- e7b2ce1 bootstd: doc: Add documentation by Simon Glass · 2 years, 7 months ago
- a91492b bootstd: Provide a default command by Simon Glass · 2 years, 7 months ago
- fca20a5 bootstd: Add setup for the bootflow tests by Simon Glass · 2 years, 7 months ago
- fb1451b bootstd: Add tests for bootstd including all uclasses by Simon Glass · 2 years, 7 months ago
- 0ccb0ac bootstd: usb: Add a bootdev driver by Simon Glass · 2 years, 7 months ago
- d940924 bootstd: Add an implementation of script boot by Simon Glass · 2 years, 7 months ago
- 7d0478d bootstd: sandbox: Add a hostfs bootdev by Simon Glass · 2 years, 7 months ago
- 126947b bootstd: Add a sandbox bootmeth driver by Simon Glass · 2 years, 7 months ago
- 0b41525 bootstd: Add an implementation of EFI bootmgr by Simon Glass · 2 years, 7 months ago
- a080b98 bootstd: Add a system bootdev for strange boot methods by Simon Glass · 2 years, 7 months ago
- acfa9bd bootstd: Add an implementation of EFI boot by Simon Glass · 2 years, 7 months ago
- dab2c28 bootstd: Add an implementation of distro PXE boot by Simon Glass · 2 years, 7 months ago
- 4fd8d07 bootstd: ethernet: Add a bootdev driver by Simon Glass · 2 years, 7 months ago
- b8aa463 bootstd: mmc: Add a bootdev driver by Simon Glass · 2 years, 7 months ago
- 31aefaf bootstd: Add an implementation of distro boot by Simon Glass · 2 years, 7 months ago
- 7fca71d bootstd: Add a bootmeth command by Simon Glass · 2 years, 7 months ago
- 2d653f6 bootstd: Add a bootflow command by Simon Glass · 2 years, 7 months ago
- 5d053cc bootstd: Add a bootdev command by Simon Glass · 2 years, 7 months ago
- a8f5be1 bootstd: Add support for bootflows by Simon Glass · 2 years, 7 months ago
- a950d31 bootstd: Add the bootmeth uclass and helpers by Simon Glass · 2 years, 7 months ago
- 201417d bootstd: Add the bootdev uclass by Simon Glass · 2 years, 7 months ago
- ef5e389 bootstd: Add the bootstd uclass and core implementation by Simon Glass · 2 years, 7 months ago
- 9d26025 bootstd: Add the concept of a bootflow by Simon Glass · 2 years, 7 months ago
- c24e58f fs: Add a function to set the filesystem type by Simon Glass · 2 years, 7 months ago
- 87571b7 dm: blk: Add a function to return the device type by Simon Glass · 2 years, 7 months ago
- 026e213 test: dm: Restart USB before assuming it is stopped by Simon Glass · 2 years, 7 months ago
- 9bd2f62 test: fastboot: Avoid using mmc1 by Simon Glass · 2 years, 7 months ago
- 4e0710a dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 7 months ago
- 6aa4fe3 dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 7 months ago
- 8565efd lib: Add a way to find the postiion of a trailing number by Simon Glass · 2 years, 7 months ago
- d667a0d lib: Fix a few bugs in trailing_strtoln() by Simon Glass · 2 years, 7 months ago
- 4e64cae lib: Correct comment formatting to avoid sphinx problems by Simon Glass · 2 years, 7 months ago
- 18436c7 test: Add tests for trailing_strtol() by Simon Glass · 2 years, 7 months ago
- 2fa4756 lib: Move string tests to the string module by Simon Glass · 2 years, 7 months ago
- 64efbd1 cmd: part: add explicit dependency on PARTITIONS by AKASHI Takahiro · 2 years, 7 months ago
- 46a06ed Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 7 months ago
- d97e98c efi_loader: disk: use udevice instead of blk_desc by AKASHI Takahiro · 2 years, 7 months ago
- 59da9d4 dm: disk: add read/write interfaces with udevice by AKASHI Takahiro · 2 years, 7 months ago
- a3cb34e efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devices by AKASHI Takahiro · 2 years, 7 months ago
- b406eb0 efi_loader: disk: a helper function to delete efi_disk objects by AKASHI Takahiro · 2 years, 7 months ago
- 3c809df efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devices by AKASHI Takahiro · 2 years, 7 months ago
- a9bf024 efi_loader: disk: a helper function to create efi_disk objects from udevice by AKASHI Takahiro · 2 years, 7 months ago
- a57ad20 efi_loader: split efi_init_obj_list() into two stages by AKASHI Takahiro · 2 years, 7 months ago
- bf76031 dm: blk: add a device-probe hook for scanning disk partitions by AKASHI Takahiro · 2 years, 7 months ago
- 43855fd dm: disk: add UCLASS_PARTITION by AKASHI Takahiro · 2 years, 7 months ago
- 8ff5022 test: dm: add tests for tag support by AKASHI Takahiro · 2 years, 7 months ago
- b77324d dm: tag: add some document by AKASHI Takahiro · 2 years, 7 months ago
- a806f33 dm: tag: change ENOSPC to ENOMEM by AKASHI Takahiro · 2 years, 7 months ago
- 990f663 bootmenu: fix menu API error handling by Masahisa Kojima · 2 years, 8 months ago
- 3fb6fa7 disk: don't compile in partition support for spl/tpl if not really necessary by AKASHI Takahiro · 2 years, 7 months ago
- 38f255b efi_loader: disk: compile efi_disk when CONFIG_BLK by AKASHI Takahiro · 2 years, 7 months ago
- 7a06fd7 efi_loader: PARTITION_UUIDS should be optional by AKASHI Takahiro · 2 years, 7 months ago
- c73a070 sandbox: move a function prototype by AKASHI Takahiro · 2 years, 7 months ago
- 2a0d188 disk: define nullified functions for !PARTITIONS by AKASHI Takahiro · 2 years, 7 months ago
- 37168e3 disk: enable function prototypes in part.h for SPL/TPL by AKASHI Takahiro · 2 years, 7 months ago
- fd3654d disk: include errno.h explicitly in part.h by AKASHI Takahiro · 2 years, 7 months ago
- 7f97d8c doc: update bootefi man-page by Heinrich Schuchardt · 2 years, 7 months ago
- 2058983 cmd: bootefi: restore ability to boot arbitrary blob by Kyle Evans · 2 years, 7 months ago
- 1134385 tools: kwboot: Fix spelling of "followed" in kwboot.1 by Vagrant Cascadian · 2 years, 7 months ago
- 568d3ba doc: board: apple: Mention M1 Ultra support by Mark Kettenis · 2 years, 7 months ago
- 9bb99fa Merge branch '2022-04-22-assorted-updates' by Tom Rini · 2 years, 7 months ago
- a609353 arm: apple: Point stdout-path to framebuffer when keyboard present by Mark Kettenis · 2 years, 7 months ago
- 4a8d071 arm: apple: Don't clear framebuffer by Mark Kettenis · 2 years, 7 months ago
- 85f8e03 Allow colon in PXE bootfile URLs by Lyle Franklin · 2 years, 7 months ago
- e9496ec fdt: Add -q option to fdt addr for distro_bootcmd by Peter Hoyes · 2 years, 8 months ago
- 9de612a cmd: adc: Add support for storing ADC result in env variable by Marek Vasut · 2 years, 7 months ago
- 0de71bb fdt: Fix TPL SEPARATE_BSS check when locating DTB by Andrew Abbott · 2 years, 7 months ago
- faeb564 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-pmic by Tom Rini · 2 years, 7 months ago
- 6d73175 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 7 months ago
- bfdb305 configs: Resync with savedefconfig by Tom Rini · 2 years, 7 months ago
- 8479902 power-domain: Fix use of uninitialized value in dev_power_domain_ctrl by Sean Anderson · 2 years, 8 months ago
- 759a899 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years, 7 months ago
- 6e2af64 Merge tag 'u-boot-imx-20220422' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 7 months ago
- 6674d2d Add support for TP-Link UE200 dongle by Oleksii Titov · 2 years, 7 months ago
- 142d50f usb: dwc3: Add support for usb3-phy PHY configuration by Michal Simek · 2 years, 8 months ago
- e81782a generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/ by Michal Simek · 2 years, 8 months ago
- 570eaad usb: gadget: ci: Make various ops const by Adam Ford · 2 years, 9 months ago
- e885d09 wdt: nuvoton: Add support for Nuvoton by Jim Liu · 2 years, 8 months ago
- 33ef090 doc: device-tree-bindings: watchdog: document common properties by Philippe Reynes · 2 years, 8 months ago
- ea5583b Merge branch '2022-04-21-further-cleanups' by Tom Rini · 2 years, 7 months ago
- d173b10 ARM: imx: imx8mn-evk: change environment address variables by Heiko Thiery · 2 years, 9 months ago
- f5f3906 configs: imx: drop IMX_FEC_BASE by Peng Fan · 2 years, 7 months ago
- 84adf92 imx8mm-cl-iot-gate: Remove redundant board_fix_fdt() by Ying-Chun Liu (PaulLiu) · 2 years, 7 months ago
- 151a030 arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is valid by Peng Fan · 2 years, 7 months ago
- c5b9bf5 include/configs: drop COUNTER_FREQUENCY by Peng Fan · 2 years, 7 months ago
- abf8d96 configs: set CONFIG_COUNTER_FREQUENCY by Peng Fan · 2 years, 7 months ago
- 4e65175 arch: arm: Kconfig: set default COUNTER_FREQUENCY by Peng Fan · 2 years, 7 months ago
- bf8c4ce arch: arm: move COUNTER_FREQUENCY from versal to arm by Peng Fan · 2 years, 7 months ago