aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* event: Correct dependencies on the EVENT frameworkWIP/fixup-arch_cpu_init_dm-conversionTom Rini2023-01-1418-26/+36
* x86: Fix saying arch_cpu_init_dm in debug/docsTom Rini2023-01-142-2/+2
* Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians...WIP/13Jan2023Tom Rini2023-01-1325-86/+507
|\
| * ARM: stm32: Make ECDSA authentication available to U-BootMarek Vasut2023-01-131-1/+1
| * ARM: stm32: Pass ROM API table pointer to U-Boot properMarek Vasut2023-01-131-0/+15
| * ARM: stm32: Factor out save_boot_paramsMarek Vasut2023-01-134-36/+43
| * ARM: stm32: Fix ECDSA authentication with Dcache enabledMarek Vasut2023-01-131-0/+4
| * configs: stm32mp13: Activate command stm32keyPatrick Delaunay2023-01-121-0/+1
| * board: st: Add support of STM32MP13x boards in stm32board cmdPatrick Delaunay2023-01-122-4/+5
| * configs: stm32mp13: Activate CONFIG_CMD_FUSEPatrick Delaunay2023-01-121-0/+1
| * stm32mp: Add support of STM32MP13x in bsec driverPatrick Delaunay2023-01-121-0/+1
| * stm32mp: Add OP-TEE support in bsec driverPatrick Delaunay2023-01-125-12/+183
| * stm32mp: cosmetic: Update of bsec driverPatrick Delaunay2023-01-121-3/+1
| * ARM: dts: stm32: Add timer interrupts on stm32mp15Patrick Delaunay2023-01-121-0/+34
| * ARM: dts: stm32mp15: fix typo in stm32mp15xx-dkx.dtsiPatrick Delaunay2023-01-121-5/+5
| * ARM: dts: stm32mp15: remove clksrc include in SCMI dtsi filePatrick Delaunay2023-01-122-2/+0
| * adc: stm32mp15: add calibration supportOlivier Moysan2023-01-121-18/+116
| * ARM: dts: stm32: add support for USB2514B onboard hub on stm32mp157c-ev1Fabrice Gasnier2023-01-121-0/+8
| * configs: stm32: enable USB onboard HUB driverFabrice Gasnier2023-01-123-0/+3
| * usb: onboard-hub: add driver to manage onboard hub suppliesFabrice Gasnier2023-01-124-6/+83
| * ARM: dts: stm32: update vbus-supply of usbphyc_port0 on stm32mp157c-ev1Fabrice Gasnier2023-01-121-0/+4
* | Merge tag 'efi-2023-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2023-01-139-51/+117
|\ \
| * | efi_loader: provide agent_handle to efi_disk_add_dev()Heinrich Schuchardt2023-01-131-21/+29
| * | efi_selftest: add hii set keyboard layout test caseVincent Stehlé2023-01-131-0/+12
| * | efi_loader: refine set_keyboard_layout() statusVincent Stehlé2023-01-131-0/+3
| * | efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartidHeinrich Schuchardt2023-01-131-1/+1
| * | efi_loader: add .rela sections to .text on arm64Heinrich Schuchardt2023-01-131-4/+4
| * | efi_loader: fix description of memory functionsHeinrich Schuchardt2023-01-131-20/+62
| * | doc: build infodocs target on Gitlab CI, AzureHeinrich Schuchardt2023-01-132-4/+6
| * | doc: fix description of u16_strcasecmp()Heinrich Schuchardt2023-01-131-1/+0
|/ /
* | Merge branch '2023-01-12-further-assorted-general-updates'Tom Rini2023-01-1226-83/+340
|\ \
| * | gpio: Get rid of gpio_hog_probe_all()WIP/2023-01-12-further-assorted-general-updatesMarek Vasut2023-01-125-41/+10
| * | dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPLQuentin Schulz2023-01-121-5/+7
| * | distro_bootcmd: Set distro_bootpart_uuid for block devicesMarek Vasut2023-01-121-0/+3
| * | Revert "time: add weak annotation to timer_read_counter declaration"Harald Seiler2023-01-121-1/+1
| * | net: fm: Support loading firmware from a filesystemSean Anderson2023-01-122-1/+28
| * | net: fm: Add firmware name parameterSean Anderson2023-01-122-4/+13
| * | misc: fs_loader: Add function to get the chosen loaderSean Anderson2023-01-125-27/+44
| * | Added configs required for dcp_rng driverKshitiz Varshney2023-01-122-0/+8
| * | Added dcp_rng driver initialization codeKshitiz Varshney2023-01-121-0/+10
| * | Uboot RNG Driver using Data Co-processorKshitiz Varshney2023-01-123-0/+193
| * | common: spl: ram: fix return codeNikita Shubin2023-01-121-4/+5
| * | cmd: spi: Judge the number of added parameterschenzhipeng2023-01-121-0/+3
| * | console: Add option to keep it silent until env is loadedHarald Seiler2023-01-122-0/+15
|/ /
* | Merge branch '2023-01-11-assorted-general-updates'Tom Rini2023-01-1244-270/+586
|\ \ | |/ |/|
| * CI/Docker: Update to jammy-20221130 tagWIP/2023-01-11-assorted-general-updatesTom Rini2023-01-113-3/+4
| * Use `grep -E` or plain `grep` instead of `egrep`Ville Skyttä2023-01-115-16/+16
| * Kconfig: move NXP specific stuff into a sub-menuHeinrich Schuchardt2023-01-111-2/+4
| * Kconfig: clean up skipping low-level initializationHeinrich Schuchardt2023-01-111-8/+12
| * Dockerfile: add package texinfoHeinrich Schuchardt2023-01-111-0/+1