summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-17bootstd: Support automatically setting Linux parametersSimon Glass
2023-07-17x86: qemu: Switch to standard bootSimon Glass
2023-07-17x86: qemu: Create a little more room for U-BootSimon Glass
2023-07-17bootstd: Add support for updating elements of the cmdlineSimon Glass
2023-07-17bootstd: Add a function to update a command lineSimon Glass
2023-07-17bdinfo: Show information about the serial portSimon Glass
2023-07-16bootstd: Allow storing x86 setup informationSimon Glass
2023-07-16bootstd: Use the bootargs env var for changing the cmdlineSimon Glass
2023-07-16bootstd: Allow storing the OS command line in the bootflowSimon Glass
2023-07-16bootstd: Correct baudrate typoSimon Glass
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass
2023-07-16bootstd: Correct the name of the QEMU bootmethSimon Glass
2023-07-16test: Skip flat-tree tests if devicetree is not usedSimon Glass
2023-07-14Merge branch '2023-07-14-assorted-general-updates'Tom Rini
2023-07-14powerpc: Fix flush_cache() speed regressionChristophe Leroy
2023-07-14lzma: Fix decompression speed regressionChristophe Leroy
2023-07-14ufs: Use 'TASK_TAG' to construct the ucd_req_ptr->header.dword_0Bhupesh Sharma
2023-07-14drivers: led: bcm6753: do not use null label to find the topPhilippe Reynes
2023-07-14board_f: Relocate fdt even if GD_FLG_SKIP_RELOC is setKunihiko Hayashi
2023-07-14lib/zlib: Fix a bug when getting a gzip header extra fieldOleksandr Suvorov
2023-07-14net: ti: am65-cpsw-nuss: Use dedicated port mode control registersAndreas Dannenberg
2023-07-14disable NFS support by defaultPeter Robinson
2023-07-14env: mmc: statically set the environment partition nameEmmanuel Di Fede
2023-07-14firmware: scmi: return a right errno for SCMI status codeAKASHI Takahiro
2023-07-14hash: fix a memory leakSergei Antonov
2023-07-14clk: scmi: claim the dependency on CONFIG_CLKAKASHI Takahiro
2023-07-14arch: arm: npcm8xx: add cpu version and 4G ram supportJim Liu
2023-07-14misc: npcm_host_intf: change initialization sequenceJim Liu
2023-07-14pinctrl: nuvoton: fix reset reason error for poweronJim Liu
2023-07-14board: nuvoton: arbel: change uboot load addressJim Liu
2023-07-14misc: nuvoton: fix type errorJim Liu
2023-07-14ARM: dts: npcm8xx: fix dts node errorJim Liu
2023-07-14board: nuvoton: add env setting for boot to linuxJim Liu
2023-07-14ARM: config: Enable config to decompress the FIT imageJim Liu
2023-07-14Merge branch '2023-07-14-nuvoton-platform-updates'Tom Rini
2023-07-14Merge branch '2023-07-14-expo-initial-config-editor'Tom Rini
2023-07-14video: Update stb_truetypeSimon Glass
2023-07-14expo: Add tests for the configuration editorSimon Glass
2023-07-14expo: Add a configuration editorSimon Glass
2023-07-14expo: Support building an expo from a description fileSimon Glass
2023-07-14expo: Add spacing around menus and itemsSimon Glass
2023-07-14expo: Implement the keypress logic for popup menusSimon Glass
2023-07-14expo: Draw the current opened menu on topSimon Glass
2023-07-14expo: Draw popup menus in both opened and closed statesSimon Glass
2023-07-14expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass
2023-07-14expo: Support drawing of popup menusSimon Glass
2023-07-14expo: Move menu-item selection into a functionSimon Glass
2023-07-14expo: Support simple themesSimon Glass
2023-07-14expo: Set up the width and height of objectsSimon Glass
2023-07-14expo: Calculate text bounding-box correctlySimon Glass