aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-12net: ks8851_mll: Remove legacy non-DM_ETH code and callersWIP/2022-08-12-assorted-updatesTom Rini2-110/+0
2022-08-12net: Remove smc91111 ethernet driverTom Rini10-2347/+0
2022-08-12arm: Remove snapper9260 boardTom Rini8-387/+0
2022-08-12ppc: Remove ids8313 boardTom Rini7-703/+0
2022-08-12Convert CONFIG_SYS_FDT_PAD to KconfigTom Rini12-21/+10
2022-08-12Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini12-63/+82
2022-08-12Convert CONFIG_SYS_FSL_PCIE_COMPAT to KconfigTom Rini3-17/+37
2022-08-12Convert CONFIG_SYS_FSL_NUM_CC_PLLS to KconfigTom Rini70-28/+69
2022-08-12Convert CONFIG_SYS_FSL_MAX_NUM_OF_SEC to KconfigTom Rini9-22/+5
2022-08-12Convert CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE to KconfigTom Rini8-3/+8
2022-08-12Remove CONFIG_SYS_FSL_SCFG_IODSECR1_ADDR et alTom Rini24-90/+0
2022-08-12arc: Move SYS_LITTLE_ENDIAN / SYS_BIG_ENDIAN selection to KconfigTom Rini3-10/+2
2022-08-12Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to KconfigTom Rini23-63/+22
2022-08-12ARM: stm32: DH: Use common MAC address functionsPhilip Oberfichtner1-57/+45
2022-08-12ARM: imx8: DH: Use common MAC address functionsPhilip Oberfichtner1-73/+48
2022-08-12ARM: imx6: DH: Use common MAC address functionsPhilip Oberfichtner1-33/+14
2022-08-12board: dhelectronics: Implement common MAC address functionsPhilip Oberfichtner5-0/+139
2022-08-12CI: Azure: Move to using macOS-12 imageTom Rini1-1/+1
2022-08-12CI: Azure: Move to Ubuntu 22.04 imageTom Rini1-1/+1
2022-08-12Merge branch '2022-08-11-verified-boot-for-embedded-initial-support'Tom Rini64-530/+1930
2022-08-12vbe: Add a new vbe commandSimon Glass4-0/+213
2022-08-12bootstd: Check building without global bootmethsSimon Glass3-7/+26
2022-08-12bootstd: Update documentationSimon Glass2-29/+68
2022-08-12bootstd: Add vbe bootmeth into sandboxSimon Glass5-8/+96
2022-08-12vbe: Support VBE simpleSimon Glass4-1/+329
2022-08-12vbe: Add initial support for VBESimon Glass5-0/+181
2022-08-12event: Add an event for device tree fixupsSimon Glass4-0/+29
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