aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-16Merge tag 'video-20230714' of https://source.denx.de/u-boot/custodians/u-boot...WIP/16Jul2023Tom Rini8-20/+278
2023-07-15Merge tag 'efi-2023-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...WIP/15Jul2023Tom Rini10-441/+514
2023-07-15doc: uefi: enhance anti-rollback documentationMasahisa Kojima1-0/+7
2023-07-15README: remove Minicom commentHeinrich Schuchardt1-21/+0
2023-07-15efi_selftests: add extra testcases on controller handlingIlias Apalodimas1-3/+41
2023-07-15efi_loader: fix the return codes of UninstallProtocolIlias Apalodimas1-0/+2
2023-07-15efi_loader: check the status of disconnected driversIlias Apalodimas1-2/+8
2023-07-15efi_loader: reconnect drivers on failureIlias Apalodimas1-5/+26
2023-07-15Load option with short device path for boot varsRaymond Mao1-0/+6
2023-07-15Fix incorrect return code of boot option updateRaymond Mao3-4/+8
2023-07-15Move bootorder and bootoption apis to libRaymond Mao6-408/+418
2023-07-14Merge branch '2023-07-14-assorted-general-updates'Tom Rini104-175/+106
2023-07-14powerpc: Fix flush_cache() speed regressionChristophe Leroy1-5/+5
2023-07-14lzma: Fix decompression speed regressionChristophe Leroy1-14/+4
2023-07-14ufs: Use 'TASK_TAG' to construct the ucd_req_ptr->header.dword_0Bhupesh Sharma1-1/+1
2023-07-14drivers: led: bcm6753: do not use null label to find the topPhilippe Reynes1-54/+60
2023-07-14board_f: Relocate fdt even if GD_FLG_SKIP_RELOC is setKunihiko Hayashi1-2/+0
2023-07-14lib/zlib: Fix a bug when getting a gzip header extra fieldOleksandr Suvorov1-2/+3
2023-07-14net: ti: am65-cpsw-nuss: Use dedicated port mode control registersAndreas Dannenberg1-3/+6
2023-07-14disable NFS support by defaultPeter Robinson91-91/+0
2023-07-14env: mmc: statically set the environment partition nameEmmanuel Di Fede3-0/+19
2023-07-14firmware: scmi: return a right errno for SCMI status codeAKASHI Takahiro1-1/+1
2023-07-14hash: fix a memory leakSergei Antonov1-2/+6
2023-07-14clk: scmi: claim the dependency on CONFIG_CLKAKASHI Takahiro1-0/+1
2023-07-14arch: arm: npcm8xx: add cpu version and 4G ram supportJim Liu3-4/+79
2023-07-14misc: npcm_host_intf: change initialization sequenceJim Liu1-3/+3
2023-07-14pinctrl: nuvoton: fix reset reason error for poweronJim Liu1-0/+3
2023-07-14board: nuvoton: arbel: change uboot load addressJim Liu3-5/+19
2023-07-14misc: nuvoton: fix type errorJim Liu1-1/+1
2023-07-14ARM: dts: npcm8xx: fix dts node errorJim Liu1-16/+17
2023-07-14board: nuvoton: add env setting for boot to linuxJim Liu2-0/+9
2023-07-14ARM: config: Enable config to decompress the FIT imageJim Liu1-0/+3
2023-07-14Merge branch '2023-07-14-nuvoton-platform-updates'Tom Rini13-29/+134
2023-07-14Merge branch '2023-07-14-expo-initial-config-editor'Tom Rini49-613/+5159
2023-07-14video: Update stb_truetypeSimon Glass3-219/+2077
2023-07-14expo: Add tests for the configuration editorSimon Glass6-0/+280
2023-07-14expo: Add a configuration editorSimon Glass14-4/+370
2023-07-14expo: Support building an expo from a description fileSimon Glass9-7/+870
2023-07-14expo: Add spacing around menus and itemsSimon Glass5-15/+38
2023-07-14expo: Implement the keypress logic for popup menusSimon Glass4-4/+96
2023-07-14expo: Draw the current opened menu on topSimon Glass4-0/+80
2023-07-14expo: Draw popup menus in both opened and closed statesSimon Glass4-2/+130
2023-07-14expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass3-7/+7
2023-07-14expo: Support drawing of popup menusSimon Glass2-21/+46
2023-07-14expo: Move menu-item selection into a functionSimon Glass2-14/+55
2023-07-14expo: Support simple themesSimon Glass6-3/+95
2023-07-14expo: Set up the width and height of objectsSimon Glass7-2/+239
2023-07-14expo: Calculate text bounding-box correctlySimon Glass1-8/+22
2023-07-14expo: Use flags for objectsSimon Glass4-7/+40
2023-07-14expo: Add width and height to objectsSimon Glass4-30/+43