summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://source.denx.de/u-boot/custodians/u-boot-shWIP/15Jan2023Tom Rini2023-01-158-10/+16
|\
| * configs: r8a77980: Condor: Enable MMC support by defaultAndrey Dolnikov2023-01-141-1/+6
| * ARM: renesas: condor: switch eMMC bus to 1V8Hai Pham2023-01-141-7/+1
| * ARM: dts: renesas: condor: Enable SPI NOR fast-readMarek Vasut2023-01-141-0/+1
| * ARM: renesas: ulcb: Set CONFIG_TEXT_BASE=0x0 on R-Car Gen3 ULCBMarek Vasut2023-01-141-1/+1
| * ARM: renesas: condor: Set CONFIG_TEXT_BASE=0x0 on R-Car Gen3 CondorMarek Vasut2023-01-141-1/+1
| * ARM: renesas: Enable LTO on R-Car3 FalconMarek Vasut2023-01-141-0/+1
| * ARM: renesas: Enable LTO on R-Car3 DraakMarek Vasut2023-01-141-0/+1
| * ARM: renesas: Enable LTO on R-Car3 EbisuMarek Vasut2023-01-141-0/+1
| * ARM: renesas: Enable LTO on R-Car3 CondorMarek Vasut2023-01-141-0/+1
| * ARM: renesas: Enable LTO on R-Car3 EagleMarek Vasut2023-01-141-0/+1
| * ARM: renesas: Enable LTO on R-Car3 ULCBMarek Vasut2023-01-141-0/+1
* | Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2023-01-154-2/+23
|\ \ | |/ |/|
| * usb: gadget: dwc2_udc_otg: implement pullup()Mattijs Korpershoek2023-01-141-0/+9
| * usb: gadget: fastboot: detach usb just before rebootingDario Binacchi2023-01-141-1/+1
| * usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUTPatrick Delaunay2023-01-142-1/+13
|/
* Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians...Tom 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()Marek 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