aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-24cmd: part: add explicit dependency on PARTITIONSWIP/24Apr2022AKASHI Takahiro2-1/+1
2022-04-23Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/23Apr2022Tom Rini25-168/+789
2022-04-23efi_loader: disk: use udevice instead of blk_descAKASHI Takahiro1-6/+16
2022-04-23dm: disk: add read/write interfaces with udeviceAKASHI Takahiro2-0/+101
2022-04-23efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro1-2/+6
2022-04-23efi_loader: disk: a helper function to delete efi_disk objectsAKASHI Takahiro1-0/+88
2022-04-23efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro1-3/+11
2022-04-23efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro5-103/+143
2022-04-23efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro4-12/+57
2022-04-23dm: blk: add a device-probe hook for scanning disk partitionsAKASHI Takahiro1-0/+4
2022-04-23dm: disk: add UCLASS_PARTITIONAKASHI Takahiro4-0/+167
2022-04-23test: dm: add tests for tag supportAKASHI Takahiro2-0/+85
2022-04-23dm: tag: add some documentAKASHI Takahiro1-0/+21
2022-04-23dm: tag: change ENOSPC to ENOMEMAKASHI Takahiro1-2/+2
2022-04-23bootmenu: fix menu API error handlingMasahisa Kojima1-2/+2
2022-04-23disk: don't compile in partition support for spl/tpl if not really necessaryAKASHI Takahiro1-18/+19
2022-04-23efi_loader: disk: compile efi_disk when CONFIG_BLKAKASHI Takahiro1-1/+1
2022-04-23efi_loader: PARTITION_UUIDS should be optionalAKASHI Takahiro2-3/+8
2022-04-23sandbox: move a function prototypeAKASHI Takahiro2-1/+2
2022-04-23disk: define nullified functions for !PARTITIONSAKASHI Takahiro1-0/+16
2022-04-23disk: enable function prototypes in part.h for SPL/TPLAKASHI Takahiro1-2/+2
2022-04-23disk: include errno.h explicitly in part.hAKASHI Takahiro1-0/+1
2022-04-23doc: update bootefi man-pageHeinrich Schuchardt1-3/+18
2022-04-23cmd: bootefi: restore ability to boot arbitrary blobKyle Evans1-14/+22
2022-04-23tools: kwboot: Fix spelling of "followed" in kwboot.1Vagrant Cascadian1-1/+1
2022-04-23doc: board: apple: Mention M1 Ultra supportMark Kettenis1-1/+2
2022-04-23Merge branch '2022-04-22-assorted-updates'Tom Rini8-17/+91
2022-04-22arm: apple: Point stdout-path to framebuffer when keyboard presentWIP/2022-04-22-assorted-updatesMark Kettenis2-0/+41
2022-04-22arm: apple: Don't clear framebufferMark Kettenis1-0/+2
2022-04-22Allow colon in PXE bootfile URLsLyle Franklin1-2/+7
2022-04-22fdt: Add -q option to fdt addr for distro_bootcmdPeter Hoyes2-10/+26
2022-04-22cmd: adc: Add support for storing ADC result in env variableMarek Vasut1-4/+14
2022-04-22fdt: Fix TPL SEPARATE_BSS check when locating DTBAndrew Abbott1-1/+1
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-pmicWIP/22Apr2022Tom Rini1-1/+1
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini4-3/+23
2022-04-22configs: Resync with savedefconfigTom Rini84-125/+1
2022-04-22power-domain: Fix use of uninitialized value in dev_power_domain_ctrlSean Anderson1-1/+1
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-watchdogTom Rini4-0/+137
2022-04-22Merge tag 'u-boot-imx-20220422' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini184-3023/+6016
2022-04-22Add support for TP-Link UE200 dongleOleksii Titov1-0/+2
2022-04-22usb: dwc3: Add support for usb3-phy PHY configurationMichal Simek1-0/+18
2022-04-22generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/Michal Simek1-1/+1
2022-04-22usb: gadget: ci: Make various ops constAdam Ford1-2/+2
2022-04-22wdt: nuvoton: Add support for NuvotonJim Liu3-0/+125
2022-04-22doc: device-tree-bindings: watchdog: document common propertiesPhilippe Reynes1-0/+12
2022-04-21Merge branch '2022-04-21-further-cleanups'Tom Rini283-524/+374
2022-04-21ARM: imx: imx8mn-evk: change environment address variablesHeiko Thiery3-6/+14
2022-04-21configs: imx: drop IMX_FEC_BASEPeng Fan17-18/+0
2022-04-21imx8mm-cl-iot-gate: Remove redundant board_fix_fdt()Ying-Chun Liu (PaulLiu)1-5/+0
2022-04-21arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is validWIP/2022-04-21-further-cleanupsPeng Fan9-13/+13