aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-12event: Change EVENT_SPY to globalSimon Glass1-2/+5
2022-08-12bootstd: Drop the system bootdevSimon Glass4-79/+2
2022-08-12bootstd: Always create the EFI bootmgr bootmethSimon Glass2-21/+8
2022-08-12bootstd: Allow scanning for global bootmeths separatelySimon Glass4-26/+64
2022-08-12dm: core: Call dm_scan_other() when setting up for testsSimon Glass1-1/+3
2022-08-12bootstd: Support bootflows with global bootmethsSimon Glass3-13/+69
2022-08-12bootstd: Tidy comments in bootflow_scan_bootdev()Simon Glass1-2/+2
2022-08-12bootstd: Allow the bootdev to be optional in bootflowsSimon Glass3-5/+9
2022-08-12bootstd: Allow EFI bootmgr to support an invalid bootflowSimon Glass3-6/+41
2022-08-12bootstd: Allow bootmeths to be marked as globalSimon Glass6-2/+50
2022-08-12bootstd: Tidy up var naming in bootdev_setup_iter_order()Simon Glass1-4/+4
2022-08-12bootstd: Provide a bootmeth method to obtain state infoSimon Glass4-1/+79
2022-08-12bootstd: Detect empty bootmeth orderingSimon Glass1-0/+2
2022-08-12bootstd: Fix comment in bootmeth testSimon Glass1-1/+1
2022-08-12bootstd: Drop delays in the testsSimon Glass1-0/+22
2022-08-12dm: core: Support sandbox with read interfaceSimon Glass1-1/+2
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass3-0/+41
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass5-53/+85
2022-08-12dm: core: Prepare for updating the device tree with ofnodeSimon Glass3-1/+30
2022-08-12dm: core: Tidy up ofnode-writing testSimon Glass1-9/+2
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass3-8/+8
2022-08-12dm: core: Move ofnode-writing test to ofnodeSimon Glass2-53/+56
2022-08-12dm: core: Introduce support for multiple treesSimon Glass9-19/+171
2022-08-12dm: core: Add a note about how livetree updates workSimon Glass2-5/+15
2022-08-12dm: core: Split out the declaration of ofnodeSimon Glass2-60/+73
2022-08-12video: Rename structs and functions to avoid VBESimon Glass11-39/+42
2022-08-12video: Renname vbe.h to vesa.hSimon Glass13-14/+14
2022-08-12vbe: Add some documentationSimon Glass3-0/+28
2022-08-11Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/11Aug2022Tom Rini4-9/+25
2022-08-11Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/...Tom Rini7-151/+197
2022-08-11spl: opensbi: convert scratch options to configNikita Shubin2-1/+9
2022-08-11spl: opensbi: fix typoNikita Shubin1-1/+1
2022-08-11riscv: ae350: Fix XIP config boot failureLeo Yu-Chi Liang2-7/+14
2022-08-11riscv: cpu: set gp before board_init_f_init_reserveNikita Shubin1-0/+1
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
2022-08-09test_fdt: Convert to use argparseSimon Glass1-19/+20
2022-08-09dtoc: Move main program into its own functionSimon Glass1-20/+24