aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-14configs: Resync with savedefconfigWIP/check-DM_EVENT-stuffTom Rini20-28/+18
2023-01-14Revert "dm: fix DM_EVENT dependencies"Tom Rini2-2/+8
2023-01-13Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians...WIP/13Jan2023Tom Rini25-86/+507
2023-01-13Merge tag 'efi-2023-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini9-51/+117
2023-01-13ARM: stm32: Make ECDSA authentication available to U-BootMarek Vasut1-1/+1
2023-01-13ARM: stm32: Pass ROM API table pointer to U-Boot properMarek Vasut1-0/+15
2023-01-13ARM: stm32: Factor out save_boot_paramsMarek Vasut4-36/+43
2023-01-13ARM: stm32: Fix ECDSA authentication with Dcache enabledMarek Vasut1-0/+4
2023-01-13efi_loader: provide agent_handle to efi_disk_add_dev()Heinrich Schuchardt1-21/+29
2023-01-13efi_selftest: add hii set keyboard layout test caseVincent Stehlé1-0/+12
2023-01-13efi_loader: refine set_keyboard_layout() statusVincent Stehlé1-0/+3
2023-01-13efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartidHeinrich Schuchardt1-1/+1
2023-01-13efi_loader: add .rela sections to .text on arm64Heinrich Schuchardt1-4/+4
2023-01-13efi_loader: fix description of memory functionsHeinrich Schuchardt1-20/+62
2023-01-13doc: build infodocs target on Gitlab CI, AzureHeinrich Schuchardt2-4/+6
2023-01-13doc: fix description of u16_strcasecmp()Heinrich Schuchardt1-1/+0
2023-01-12Merge branch '2023-01-12-further-assorted-general-updates'Tom Rini26-83/+340
2023-01-12gpio: Get rid of gpio_hog_probe_all()Marek Vasut5-41/+10
2023-01-12dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPLQuentin Schulz1-5/+7
2023-01-12distro_bootcmd: Set distro_bootpart_uuid for block devicesMarek Vasut1-0/+3
2023-01-12Revert "time: add weak annotation to timer_read_counter declaration"Harald Seiler1-1/+1
2023-01-12net: fm: Support loading firmware from a filesystemSean Anderson2-1/+28
2023-01-12net: fm: Add firmware name parameterSean Anderson2-4/+13
2023-01-12misc: fs_loader: Add function to get the chosen loaderSean Anderson5-27/+44
2023-01-12Added configs required for dcp_rng driverKshitiz Varshney2-0/+8
2023-01-12Added dcp_rng driver initialization codeKshitiz Varshney1-0/+10
2023-01-12Uboot RNG Driver using Data Co-processorKshitiz Varshney3-0/+193
2023-01-12common: spl: ram: fix return codeNikita Shubin1-4/+5
2023-01-12cmd: spi: Judge the number of added parameterschenzhipeng1-0/+3
2023-01-12console: Add option to keep it silent until env is loadedHarald Seiler2-0/+15
2023-01-12configs: stm32mp13: Activate command stm32keyPatrick Delaunay1-0/+1
2023-01-12board: st: Add support of STM32MP13x boards in stm32board cmdPatrick Delaunay2-4/+5
2023-01-12configs: stm32mp13: Activate CONFIG_CMD_FUSEPatrick Delaunay1-0/+1
2023-01-12stm32mp: Add support of STM32MP13x in bsec driverPatrick Delaunay1-0/+1
2023-01-12stm32mp: Add OP-TEE support in bsec driverPatrick Delaunay5-12/+183
2023-01-12stm32mp: cosmetic: Update of bsec driverPatrick Delaunay1-3/+1
2023-01-12ARM: dts: stm32: Add timer interrupts on stm32mp15Patrick Delaunay1-0/+34
2023-01-12ARM: dts: stm32mp15: fix typo in stm32mp15xx-dkx.dtsiPatrick Delaunay1-5/+5
2023-01-12ARM: dts: stm32mp15: remove clksrc include in SCMI dtsi filePatrick Delaunay2-2/+0
2023-01-12adc: stm32mp15: add calibration supportOlivier Moysan1-18/+116
2023-01-12ARM: dts: stm32: add support for USB2514B onboard hub on stm32mp157c-ev1Fabrice Gasnier1-0/+8
2023-01-12configs: stm32: enable USB onboard HUB driverFabrice Gasnier3-0/+3
2023-01-12usb: onboard-hub: add driver to manage onboard hub suppliesFabrice Gasnier4-6/+83
2023-01-12Merge branch '2023-01-11-assorted-general-updates'Tom Rini44-270/+586
2023-01-12ARM: dts: stm32: update vbus-supply of usbphyc_port0 on stm32mp157c-ev1Fabrice Gasnier1-0/+4
2023-01-11CI/Docker: Update to jammy-20221130 tagTom Rini3-3/+4
2023-01-11Use `grep -E` or plain `grep` instead of `egrep`Ville Skyttä5-16/+16
2023-01-11Kconfig: move NXP specific stuff into a sub-menuHeinrich Schuchardt1-2/+4
2023-01-11Kconfig: clean up skipping low-level initializationHeinrich Schuchardt1-8/+12
2023-01-11Dockerfile: add package texinfoHeinrich Schuchardt1-0/+1