aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-16expo: Add documentationWIP/2022-01-16-bootstd-updatesSimon Glass2-0/+189
2023-01-16bootstd: Support setting a theme for the menuSimon Glass5-3/+139
2023-01-16bootstd: Add a test for the bootstd menuSimon Glass6-19/+265
2023-01-16bootstd: Support creating a boot menuSimon Glass5-2/+347
2023-01-16expo: Add basic testsSimon Glass2-0/+541
2023-01-16expo: Add support for scene menusSimon Glass2-0/+392
2023-01-16expo: Add support for scenesSimon Glass2-0/+537
2023-01-16expo: Add basic implementationSimon Glass4-0/+706
2023-01-16menu: Factor out menu-keypress decodingSimon Glass2-18/+40
2023-01-16bootstd: Allow reading a logo for the OSSimon Glass6-9/+91
2023-01-16bootstd: Read the Operating System name for distro/scriptsSimon Glass6-0/+76
2023-01-16video: Add font functions to the vidconsole APISimon Glass5-25/+127
2023-01-16video: Fix unchnaged typoSimon Glass1-1/+1
2023-01-16video: truetype: Rename the metrics functionSimon Glass1-5/+5
2023-01-16video: Enable VIDEO_ANSI by default only with EFISimon Glass1-2/+5
2023-01-16image: Move common image code to image_board and commandSimon Glass8-203/+194
2023-01-16image: Add a function to find a script in an imageSimon Glass2-101/+130
2023-01-16menu: Make use of CLI character processingSimon Glass6-80/+56
2023-01-16menu: Use a switch statementSimon Glass1-11/+20
2023-01-16menu: Update bootmenu_loop() to return the codeSimon Glass4-23/+24
2023-01-16menu: Update bootmenu_autoboot_loop() to return the codeSimon Glass3-12/+13
2023-01-16menu: Rename KEY_... to BKEY_...Simon Glass4-51/+51
2023-01-16bootmenu: Add a few commentsSimon Glass1-0/+42
2023-01-16cli: Move readline character-processing to a state machineSimon Glass4-131/+301
2023-01-16sandbox: Enable mmc command and legacy imagesSimon Glass3-0/+6
2023-01-15Merge https://source.denx.de/u-boot/custodians/u-boot-shWIP/15Jan2023Tom Rini8-10/+16
2023-01-15Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini4-2/+23
2023-01-14usb: gadget: dwc2_udc_otg: implement pullup()Mattijs Korpershoek1-0/+9
2023-01-14usb: gadget: fastboot: detach usb just before rebootingDario Binacchi1-1/+1
2023-01-14usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUTPatrick Delaunay2-1/+13
2023-01-14configs: r8a77980: Condor: Enable MMC support by defaultAndrey Dolnikov1-1/+6
2023-01-14ARM: renesas: condor: switch eMMC bus to 1V8Hai Pham1-7/+1
2023-01-14ARM: dts: renesas: condor: Enable SPI NOR fast-readMarek Vasut1-0/+1
2023-01-14ARM: renesas: ulcb: Set CONFIG_TEXT_BASE=0x0 on R-Car Gen3 ULCBMarek Vasut1-1/+1
2023-01-14ARM: renesas: condor: Set CONFIG_TEXT_BASE=0x0 on R-Car Gen3 CondorMarek Vasut1-1/+1
2023-01-14ARM: renesas: Enable LTO on R-Car3 FalconMarek Vasut1-0/+1
2023-01-14ARM: renesas: Enable LTO on R-Car3 DraakMarek Vasut1-0/+1
2023-01-14ARM: renesas: Enable LTO on R-Car3 EbisuMarek Vasut1-0/+1
2023-01-14ARM: renesas: Enable LTO on R-Car3 CondorMarek Vasut1-0/+1
2023-01-14ARM: renesas: Enable LTO on R-Car3 EagleMarek Vasut1-0/+1
2023-01-14ARM: renesas: Enable LTO on R-Car3 ULCBMarek Vasut1-0/+1
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