aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-25nds32: Remove the architectureWIP/25Apr2022Tom Rini89-5659/+15
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini86-110/+7188
2022-04-25Merge branch '2022-04-23-binman-updates'Tom Rini13-15/+440
2022-04-25binman: don't import deprecated distutils packageCI/2022-04-23-binman-updatesHeinrich Schuchardt1-7/+0
2022-04-25MAINTAINERS: Add Alper as a binman maintainerAlper Nebi Yasak1-0/+1
2022-04-25binman: Refuse to replace sections for nowAlper Nebi Yasak3-0/+35
2022-04-25binman: Test replacing non-section entries in FIT subsectionsAlper Nebi Yasak1-0/+38
2022-04-25binman: Create FIT subentries in the FIT section, not its parentAlper Nebi Yasak3-1/+110
2022-04-25binman: Remove '/images/' fragment from FIT subentry pathsAlper Nebi Yasak2-5/+15
2022-04-25binman: Don't reset offset/size if image doesn't allow repackingAlper Nebi Yasak2-1/+22
2022-04-25binman: Collect bintools for images when replacing entriesAlper Nebi Yasak4-0/+115
2022-04-25binman: Fix unique names having '/.' for images read from filesAlper Nebi Yasak4-1/+104
2022-04-25bootstd: doc: Add documentationWIP/2022-04-25-initial-implementation-of-stdbootSimon Glass11-0/+1376
2022-04-25bootstd: Provide a default commandSimon Glass1-1/+16
2022-04-25bootstd: Add setup for the bootflow testsSimon Glass2-0/+103
2022-04-25bootstd: Add tests for bootstd including all uclassesSimon Glass13-2/+845
2022-04-25bootstd: usb: Add a bootdev driverSimon Glass3-0/+76
2022-04-25bootstd: Add an implementation of script bootSimon Glass3-0/+151
2022-04-25bootstd: sandbox: Add a hostfs bootdevSimon Glass6-0/+70
2022-04-25bootstd: Add a sandbox bootmeth driverSimon Glass3-0/+77
2022-04-25bootstd: Add an implementation of EFI bootmgrSimon Glass2-0/+89
2022-04-25bootstd: Add a system bootdev for strange boot methodsSimon Glass3-1/+73
2022-04-25bootstd: Add an implementation of EFI bootSimon Glass3-0/+210
2022-04-25bootstd: Add an implementation of distro PXE bootSimon Glass3-0/+197
2022-04-25bootstd: ethernet: Add a bootdev driverSimon Glass5-0/+120
2022-04-25bootstd: mmc: Add a bootdev driverSimon Glass5-1/+102
2022-04-25bootstd: Add an implementation of distro bootSimon Glass5-1/+186
2022-04-25bootstd: Add a bootmeth commandSimon Glass3-0/+125
2022-04-25bootstd: Add a bootflow commandSimon Glass3-0/+423
2022-04-25bootstd: Add a bootdev commandSimon Glass6-0/+134
2022-04-25bootstd: Add support for bootflowsSimon Glass6-3/+475
2022-04-25bootstd: Add the bootmeth uclass and helpersSimon Glass7-2/+605
2022-04-25bootstd: Add the bootdev uclassSimon Glass6-1/+928
2022-04-25bootstd: Add the bootstd uclass and core implementationSimon Glass9-0/+302
2022-04-25bootstd: Add the concept of a bootflowSimon Glass2-0/+265
2022-04-25fs: Add a function to set the filesystem typeSimon Glass2-0/+16
2022-04-25dm: blk: Add a function to return the device typeSimon Glass2-0/+15
2022-04-25test: dm: Restart USB before assuming it is stoppedSimon Glass1-0/+6
2022-04-25test: fastboot: Avoid using mmc1Simon Glass1-2/+2
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass4-4/+42
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass3-6/+9
2022-04-25lib: Add a way to find the postiion of a trailing numberSimon Glass3-3/+42
2022-04-25lib: Fix a few bugs in trailing_strtoln()Simon Glass3-5/+11
2022-04-25lib: Correct comment formatting to avoid sphinx problemsSimon Glass1-46/+46
2022-04-25test: Add tests for trailing_strtol()Simon Glass2-2/+21
2022-04-25lib: Move string tests to the string moduleSimon Glass2-40/+40
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