summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-16video: Add font functions to the vidconsole APISimon Glass
2023-01-16video: Fix unchnaged typoSimon Glass
2023-01-16video: truetype: Rename the metrics functionSimon Glass
2023-01-16video: Enable VIDEO_ANSI by default only with EFISimon Glass
2023-01-16image: Move common image code to image_board and commandSimon Glass
2023-01-16image: Add a function to find a script in an imageSimon Glass
2023-01-16menu: Make use of CLI character processingSimon Glass
2023-01-16menu: Use a switch statementSimon Glass
2023-01-16menu: Update bootmenu_loop() to return the codeSimon Glass
2023-01-16menu: Update bootmenu_autoboot_loop() to return the codeSimon Glass
2023-01-16menu: Rename KEY_... to BKEY_...Simon Glass
2023-01-16bootmenu: Add a few commentsSimon Glass
2023-01-16cli: Move readline character-processing to a state machineSimon Glass
2023-01-16sandbox: Enable mmc command and legacy imagesSimon Glass
2023-01-15Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2023-01-15Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2023-01-14usb: gadget: dwc2_udc_otg: implement pullup()Mattijs Korpershoek
2023-01-14usb: gadget: fastboot: detach usb just before rebootingDario Binacchi
2023-01-14usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUTPatrick Delaunay
2023-01-14configs: r8a77980: Condor: Enable MMC support by defaultAndrey Dolnikov
2023-01-14ARM: renesas: condor: switch eMMC bus to 1V8Hai Pham
2023-01-14ARM: dts: renesas: condor: Enable SPI NOR fast-readMarek Vasut
2023-01-14ARM: renesas: ulcb: Set CONFIG_TEXT_BASE=0x0 on R-Car Gen3 ULCBMarek Vasut
2023-01-14ARM: renesas: condor: Set CONFIG_TEXT_BASE=0x0 on R-Car Gen3 CondorMarek Vasut
2023-01-14ARM: renesas: Enable LTO on R-Car3 FalconMarek Vasut
2023-01-14ARM: renesas: Enable LTO on R-Car3 DraakMarek Vasut
2023-01-14ARM: renesas: Enable LTO on R-Car3 EbisuMarek Vasut
2023-01-14ARM: renesas: Enable LTO on R-Car3 CondorMarek Vasut
2023-01-14ARM: renesas: Enable LTO on R-Car3 EagleMarek Vasut
2023-01-14ARM: renesas: Enable LTO on R-Car3 ULCBMarek Vasut
2023-01-13Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians...Tom Rini
2023-01-13Merge tag 'efi-2023-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-01-13ARM: stm32: Make ECDSA authentication available to U-BootMarek Vasut
2023-01-13ARM: stm32: Pass ROM API table pointer to U-Boot properMarek Vasut
2023-01-13ARM: stm32: Factor out save_boot_paramsMarek Vasut
2023-01-13ARM: stm32: Fix ECDSA authentication with Dcache enabledMarek Vasut
2023-01-13efi_loader: provide agent_handle to efi_disk_add_dev()Heinrich Schuchardt
2023-01-13efi_selftest: add hii set keyboard layout test caseVincent Stehlé
2023-01-13efi_loader: refine set_keyboard_layout() statusVincent Stehlé
2023-01-13efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartidHeinrich Schuchardt
2023-01-13efi_loader: add .rela sections to .text on arm64Heinrich Schuchardt
2023-01-13efi_loader: fix description of memory functionsHeinrich Schuchardt
2023-01-13doc: build infodocs target on Gitlab CI, AzureHeinrich Schuchardt
2023-01-13doc: fix description of u16_strcasecmp()Heinrich Schuchardt
2023-01-12Merge branch '2023-01-12-further-assorted-general-updates'Tom Rini
2023-01-12gpio: Get rid of gpio_hog_probe_all()Marek Vasut
2023-01-12dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPLQuentin Schulz
2023-01-12distro_bootcmd: Set distro_bootpart_uuid for block devicesMarek Vasut
2023-01-12Revert "time: add weak annotation to timer_read_counter declaration"Harald Seiler
2023-01-12net: fm: Support loading firmware from a filesystemSean Anderson