summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2023-01-20CI: Make check for new defined CONFIG symbols even more robustTom Rini
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2023-01-20watchdog: Clean up defaults for imx_watchdog / ulp_wdogTom Rini
2023-01-20usbtty: Remove default CONFIG_USBD_* valuesTom Rini
2023-01-20nxp: Finish migration of SYS_FSL_SRDS_[12] to KconfigTom Rini
2023-01-20nxp: Finish migration of SYS_FSL_IFC_BANK_COUNT to KconfigTom Rini
2023-01-20net: phy: mv88e61xx: Finish migration of MV88E61XX_FIXED_PORTSTom Rini
2023-01-20fsl-layerscape: Rework usage of CONFIG_CLUSTER_CLK_FREQTom Rini
2023-01-20usb: musb: Rename CONFIG_USB_MUSB_TIMEOUT to MUSB_TIMEOUTTom Rini
2023-01-20fpga: Migrate CONFIG_MAX_FPGA_DEVICES to KconfigTom Rini
2023-01-20common/update: Finish Kconfig migrationTom Rini
2023-01-20spl: sata: Rework the loading case it not use IS_ENABLED(...)Tom Rini
2023-01-20autoboot: Rework CONFIG_AUTOBOOT_STOP_STR_* usageTom Rini
2023-01-20arm: lib1funcs.S: Update compatibility with Linux comment slightlyTom Rini
2023-01-20dm: ns16550: Restore how we define UART_REGTom Rini
2023-01-20arm: Rework usage of CONFIG_ARMV[78]_SECURE_BASE in linker scriptsTom Rini
2023-01-20i2c: fsl_i2c: Rework usage of CONFIG_SYS_IMMRTom Rini
2023-01-20arc: Migrate ARC_MMU_VER to KconfigTom Rini
2023-01-20global: Remove unused CONFIG definesTom Rini
2023-01-20efi_loader: fix CapsuleMax variable reportingIlias Apalodimas
2023-01-20efi_loader: update the error message of TCG protocol installationIlias Apalodimas
2023-01-20efi_loader: ensure that file ubootefi.var is createdHeinrich Schuchardt
2023-01-20efi_loader: Avoid overwriting previous outputs on console screen clearingJan Kiszka
2023-01-20efi_loader: Set default console colors on efi_cout_clear_screen if neededJan Kiszka
2023-01-20doc: fix references to distro documentationDario Binacchi
2023-01-20doc: man-page for bdinfoHeinrich Schuchardt
2023-01-20doc: man-page for blkcacheHeinrich Schuchardt
2023-01-20doc: man-page for source commandHeinrich Schuchardt
2023-01-20fs/fat: avoid noisy message fat_read_file()Heinrich Schuchardt
2023-01-20Merge tag 'tpm-20012023' of https://source.denx.de/u-boot/custodians/u-boot-tpmTom Rini
2023-01-20tee: optee: fix uuid comparisons on service discoveryIlias Apalodimas
2023-01-20tpm2: ftpm: add the device in the OP-TEE services listIlias Apalodimas
2023-01-20MAINTAINERS: add a new entry on TEE MAINTAINERSIlias Apalodimas
2023-01-20tee: optee: fix a print error on rng probingIlias Apalodimas
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-01-19Merge branch '2022-01-18-assorted-updates'Tom Rini
2023-01-18odroid: limit boot memory to lowmemJoost van Zwieten