aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-11vbe: Add a new vbe commandWIP/2022-08-11-verified-boot-for-embedded-initial-supportSimon Glass4-0/+213
2022-08-11bootstd: Check building without global bootmethsSimon Glass3-7/+26
2022-08-11bootstd: Update documentationSimon Glass2-29/+68
2022-08-11bootstd: Add vbe bootmeth into sandboxSimon Glass5-8/+96
2022-08-11vbe: Support VBE simpleSimon Glass4-1/+329
2022-08-11vbe: Add initial support for VBESimon Glass5-0/+181
2022-08-11event: Add an event for device tree fixupsSimon Glass4-0/+29
2022-08-11event: Change EVENT_SPY to globalSimon Glass1-2/+5
2022-08-11bootstd: Drop the system bootdevSimon Glass4-79/+2
2022-08-11bootstd: Always create the EFI bootmgr bootmethSimon Glass2-21/+8
2022-08-11bootstd: Allow scanning for global bootmeths separatelySimon Glass4-26/+64
2022-08-11dm: core: Call dm_scan_other() when setting up for testsSimon Glass1-1/+3
2022-08-11bootstd: Support bootflows with global bootmethsSimon Glass3-13/+69
2022-08-11bootstd: Tidy comments in bootflow_scan_bootdev()Simon Glass1-2/+2
2022-08-11bootstd: Allow the bootdev to be optional in bootflowsSimon Glass3-5/+9
2022-08-11bootstd: Allow EFI bootmgr to support an invalid bootflowSimon Glass3-6/+41
2022-08-11bootstd: Allow bootmeths to be marked as globalSimon Glass6-2/+50
2022-08-11bootstd: Tidy up var naming in bootdev_setup_iter_order()Simon Glass1-4/+4
2022-08-11bootstd: Provide a bootmeth method to obtain state infoSimon Glass4-1/+79
2022-08-11bootstd: Detect empty bootmeth orderingSimon Glass1-0/+2
2022-08-11bootstd: Fix comment in bootmeth testSimon Glass1-1/+1
2022-08-11bootstd: Drop delays in the testsSimon Glass1-0/+22
2022-08-11dm: core: Support sandbox with read interfaceSimon Glass1-1/+2
2022-08-11dm: core: Add support for writing u32 with ofnodeSimon Glass3-0/+41
2022-08-11dm: core: Allow writing to a flat tree with ofnodeSimon Glass5-53/+85
2022-08-11dm: core: Prepare for updating the device tree with ofnodeSimon Glass3-1/+30
2022-08-11dm: core: Tidy up ofnode-writing testSimon Glass1-9/+2
2022-08-11dm: core: Swap parameters of ofnode_write_prop()Simon Glass3-8/+8
2022-08-11dm: core: Move ofnode-writing test to ofnodeSimon Glass2-53/+56
2022-08-11dm: core: Introduce support for multiple treesSimon Glass9-19/+171
2022-08-11dm: core: Add a note about how livetree updates workSimon Glass2-5/+15
2022-08-11dm: core: Split out the declaration of ofnodeSimon Glass2-60/+73
2022-08-11video: Rename structs and functions to avoid VBESimon Glass11-39/+42
2022-08-11video: Renname vbe.h to vesa.hSimon Glass13-14/+14
2022-08-11vbe: Add some documentationSimon Glass3-0/+28
2022-08-11Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/...Tom Rini7-151/+197
2022-08-10Merge branch '2022-08-10-assorted-updates'Tom Rini82-25/+477
2022-08-10boot: allow bootmeth-distro without CONFIG_NETJohn Keeping5-7/+13
2022-08-10MAINTAINERS: Update e-mail addressWIP/2022-08-10-assorted-updatesJoao Marcos Costa1-1/+1
2022-08-10lz4: Fix compile warning comparison of distinct pointer typesPali Rohár1-1/+1
2022-08-10scripts/config: pick config script from kernel scriptsMilan P. Stanić1-0/+230
2022-08-10Makefile: avoid false positive -Wmaybe-uninitializedHeinrich Schuchardt1-1/+7
2022-08-10common: Drop display_options.h from common headerSimon Glass54-1/+53
2022-08-10power: regulator: Remove i2c header from gpio regulatorMichal Simek12-12/+0
2022-08-10cmd: inconsistent return type of command_process()Heinrich Schuchardt1-3/+3
2022-08-10test: Add some tests for kconfig.hSimon Glass7-2/+174
2022-08-10lmb: Fix LMB_MEMORY_REGIONS flag usagePatrice Chotard2-2/+2
2022-08-10Makefile: Correct the rule removing old of-platdata filesSimon Glass1-2/+3
2022-08-10mmc: Do not send status of send_status is falseMarek Vasut1-0/+3
2022-08-09dtoc: Correct remaining pylint problems in test_fdtSimon Glass2-114/+142