summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-23bootstd: Only scan bootable partitionsSimon Glass
2023-01-23part: Add a function to find the first bootable partitionSimon Glass
2023-01-23bootstd: Add a hunter for ethernetSimon Glass
2023-01-23net: Add a function to run dhcpSimon Glass
2023-01-23bootstd: Add an MMC hunterSimon Glass
2023-01-23bootstd: Add a USB hunterSimon Glass
2023-01-23test: Add a generic function to skip delaysSimon Glass
2023-01-23dm: usb: Mark the device name as alloced when bindingSimon Glass
2023-01-23bootstd: Support running bootdev huntersSimon Glass
2023-01-23bootstd: Add the concept of a bootdev hunterSimon Glass
2023-01-23efi: Improve logging in efi_diskSimon Glass
2023-01-23event: Correct duplicate log message in event_notify()Simon Glass
2023-01-23lib: Support printing an error stringSimon Glass
2023-01-23sandbox: Enable the Ethernet bootdevSimon Glass
2023-01-23sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass
2023-01-23sandbox: Allow ethernet to be disabled at runtimeSimon Glass
2023-01-23bootstd: Add a default method to get bootflowsSimon Glass
2023-01-23dm: mmc: Use bootdev_setup_sibling_blk()Simon Glass
2023-01-23ide: Drop non-DM code for BLKSimon Glass
2023-01-23dm: test: Correct ordering of DM setupSimon Glass
2023-01-23dm: part: Update test to use mmc2Simon Glass
2023-01-23vbe: sandbox: Drop VBE node in chosenSimon Glass
2023-01-23vbe: Avoid a build failure when bloblist is not enabledSimon Glass
2023-01-23sandbox: mmc: Start off with a zeroed fileSimon Glass
2023-01-23test: Drop duplicate restore of DM stateSimon Glass
2023-01-23test: Fix the help for the ut commandSimon Glass
2023-01-23bootstd: Simplify locating existing bootdevsSimon Glass
2023-01-23bootstd: Remove special-case code for boot_targetsSimon Glass
2023-01-23lib: Add a function to split a string into substringsSimon Glass
2023-01-23dm: test: Correct assertion in dm_test_part()Simon Glass
2023-01-23dm: core: Support sorting devices with dm treeSimon Glass
2023-01-23dm: core: Correct ordering of uclasses IDsSimon Glass
2023-01-23video: sunxi: dw-hdmi: Read address from DT nodeJernej Skrabec
2023-01-23video: sunxi: dw-hdmi: Probe driver by compatibleJernej Skrabec
2023-01-23clk: sunxi: Add DE2 display-related clocks/resetsSamuel Holland
2023-01-23power: pmic: axp: Bind regulators from the DTSamuel Holland
2023-01-23power: regulator: Add a driver for AXP PMIC regulatorsSamuel Holland
2023-01-23power: pmic: axp: Provide a variant ID in the driver dataSamuel Holland
2023-01-23sunxi: eMMC: support TOC0 on boot partitionsAndre Przywara
2023-01-21sunxi: remove CONFIG_MMC?_CD_PINAndre Przywara
2023-01-21sunxi: mmc: group non-DM specific functionsAndre Przywara
2023-01-21sunxi: mmc: ignore card detect in SPLAndre Przywara
2023-01-21sunxi: fel: drop redundant "control register" save/restoreAndre Przywara
2023-01-21sunxi: h616: lower SPL stack address to avoid BROM dataAndre Przywara
2023-01-21sunxi: armv8: fel: load only 32-bit valuesAndre Przywara
2023-01-21sunxi: f1c100s: Drop no-MMC hackAndre Przywara
2023-01-21sunxi: f1c100s: re-enable SYSRESETAndre Przywara
2023-01-20Merge tag 'efi-2023-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-01-20Merge branch '2023-01-20-finish-CONFIG-migration-work'Tom Rini
2023-01-20Revert "config: tools only: add VIDEO to build bmp_logo"Fabio Estevam