summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-25bootstd: Add an implementation of distro bootSimon Glass
2022-04-25bootstd: Add a bootmeth commandSimon Glass
2022-04-25bootstd: Add a bootflow commandSimon Glass
2022-04-25bootstd: Add a bootdev commandSimon Glass
2022-04-25bootstd: Add support for bootflowsSimon Glass
2022-04-25bootstd: Add the bootmeth uclass and helpersSimon Glass
2022-04-25bootstd: Add the bootdev uclassSimon Glass
2022-04-25bootstd: Add the bootstd uclass and core implementationSimon Glass
2022-04-25bootstd: Add the concept of a bootflowSimon Glass
2022-04-25fs: Add a function to set the filesystem typeSimon Glass
2022-04-25dm: blk: Add a function to return the device typeSimon Glass
2022-04-25test: dm: Restart USB before assuming it is stoppedSimon Glass
2022-04-25test: fastboot: Avoid using mmc1Simon Glass
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass
2022-04-25lib: Add a way to find the postiion of a trailing numberSimon Glass
2022-04-25lib: Fix a few bugs in trailing_strtoln()Simon Glass
2022-04-25lib: Correct comment formatting to avoid sphinx problemsSimon Glass
2022-04-25test: Add tests for trailing_strtol()Simon Glass
2022-04-25lib: Move string tests to the string moduleSimon Glass
2022-04-25board: amlogic: jethub j100: enable saradc in configVyacheslav Bocharov
2022-04-25board: amlogic: jethub j100: enable saradc in dtsVyacheslav Bocharov
2022-04-25adc: meson-saradc: add AXG variantVyacheslav Bocharov
2022-04-25clk: meson: update driver for g12a-ao clocksVyacheslav Bocharov
2022-04-25clk: meson: fix driver name for g12a-ao clocksVyacheslav Bocharov
2022-04-25clk: meson: add minimal driver for axg-ao clocksVyacheslav Bocharov
2022-04-25armv8: fsl-layerscape: Respect Kconfig for erratum A009007Sean Anderson
2022-04-25configs: Layerscape: Remove the 'fdt_addr' envHou Zhiqiang
2022-04-24cmd: part: add explicit dependency on PARTITIONSAKASHI Takahiro
2022-04-23Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-04-23efi_loader: disk: use udevice instead of blk_descAKASHI Takahiro
2022-04-23dm: disk: add read/write interfaces with udeviceAKASHI Takahiro
2022-04-23efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro
2022-04-23efi_loader: disk: a helper function to delete efi_disk objectsAKASHI Takahiro
2022-04-23efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro
2022-04-23efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro
2022-04-23efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro
2022-04-23dm: blk: add a device-probe hook for scanning disk partitionsAKASHI Takahiro
2022-04-23dm: disk: add UCLASS_PARTITIONAKASHI Takahiro
2022-04-23test: dm: add tests for tag supportAKASHI Takahiro
2022-04-23dm: tag: add some documentAKASHI Takahiro
2022-04-23dm: tag: change ENOSPC to ENOMEMAKASHI Takahiro
2022-04-23bootmenu: fix menu API error handlingMasahisa Kojima
2022-04-23disk: don't compile in partition support for spl/tpl if not really necessaryAKASHI Takahiro
2022-04-23efi_loader: disk: compile efi_disk when CONFIG_BLKAKASHI Takahiro
2022-04-23efi_loader: PARTITION_UUIDS should be optionalAKASHI Takahiro
2022-04-23sandbox: move a function prototypeAKASHI Takahiro
2022-04-23disk: define nullified functions for !PARTITIONSAKASHI Takahiro
2022-04-23disk: enable function prototypes in part.h for SPL/TPLAKASHI Takahiro
2022-04-23disk: include errno.h explicitly in part.hAKASHI Takahiro