summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-16bootstd: Support setting a theme for the menuSimon Glass
2023-01-16bootstd: Add a test for the bootstd menuSimon Glass
2023-01-16bootstd: Support creating a boot menuSimon Glass
2023-01-16expo: Add basic testsSimon Glass
2023-01-16expo: Add support for scene menusSimon Glass
2023-01-16expo: Add support for scenesSimon Glass
2023-01-16expo: Add basic implementationSimon Glass
2023-01-16menu: Factor out menu-keypress decodingSimon Glass
2023-01-16bootstd: Allow reading a logo for the OSSimon Glass
2023-01-16bootstd: Read the Operating System name for distro/scriptsSimon Glass
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