aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-11RFC: video: Update stb_truetypeWIP/2023-07-11-expo-initial-config-editorSimon Glass3-219/+2077
2023-07-11expo: Add tests for the configuration editorSimon Glass6-0/+280
2023-07-11expo: Add a configuration editorSimon Glass14-4/+370
2023-07-11expo: Support building an expo from a description fileSimon Glass9-7/+870
2023-07-11expo: Add spacing around menus and itemsSimon Glass5-15/+38
2023-07-11expo: Implement the keypress logic for popup menusSimon Glass4-4/+96
2023-07-11expo: Draw the current opened menu on topSimon Glass4-0/+80
2023-07-11expo: Draw popup menus in both opened and closed statesSimon Glass4-2/+130
2023-07-11expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass3-7/+7
2023-07-11expo: Support drawing of popup menusSimon Glass2-21/+46
2023-07-11expo: Move menu-item selection into a functionSimon Glass2-14/+55
2023-07-11expo: Support simple themesSimon Glass6-3/+95
2023-07-11expo: Set up the width and height of objectsSimon Glass7-2/+239
2023-07-11expo: Calculate text bounding-box correctlySimon Glass1-8/+22
2023-07-11expo: Use flags for objectsSimon Glass4-7/+40
2023-07-11expo: Add width and height to objectsSimon Glass4-30/+43
2023-07-11video: Use enum with video_index_to_colour()Simon Glass2-3/+3
2023-07-11expo: Allow setting the start of the dynamic-ID rangeSimon Glass4-10/+37
2023-07-11console: Allow measuring the bounding box of textSimon Glass3-2/+132
2023-07-11video: Allow temporary colour changesSimon Glass2-0/+50
2023-07-11video: Correct docs for video_index_to_colour()Simon Glass1-1/+1
2023-07-11bootstd: Add a separate log category for expoSimon Glass5-1/+8
2023-07-11fdt: Allow more general use of livetreeSimon Glass5-5/+66
2023-07-11fdt: Clarify the fdt pre-relocation warningSimon Glass1-1/+1
2023-07-11fdt: Align the start of the livetreeSimon Glass3-1/+32
2023-07-11cat: Update command to use fs_load_alloc()Simon Glass1-30/+17
2023-07-11fs: Create functions to load and allocate a fileSimon Glass3-28/+98
2023-07-11expo: Rename exp_set_text_mode()Simon Glass4-5/+5
2023-07-11console: Correct truetype spacing errorSimon Glass2-4/+4
2023-07-11expo: Avoid automatically arranging the sceneSimon Glass5-18/+21
2023-07-11expo: Store the console in the expoSimon Glass3-8/+13
2023-07-11video: Provide a way to clear part of the consoleSimon Glass3-69/+71
2023-07-11video: Drop #ifdefs from console_truetypeSimon Glass1-56/+56
2023-07-11dm: core: Avoid registering an inaccessible treeSimon Glass1-0/+9
2023-07-11gpio: Avoid using an invalid ofnodeSimon Glass1-1/+1
2023-07-11test: Restore test behaviour on failureSimon Glass1-18/+18
2023-07-11sandbox: Fix quiting when the LCD window is closedSimon Glass1-1/+2
2023-07-11expo: Convert to using a string ID for the scene titleSimon Glass3-20/+17
2023-07-11expo: Correct some header-file commentsSimon Glass1-3/+5
2023-07-11binman: Correct coverage gap in controlSimon Glass1-1/+1
2023-07-11Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boo...WIP/11Jul2023Tom Rini7-6/+12
2023-07-11Makefile: Drop -rc6Tom Rini1-1/+1
2023-07-10Merge branch 'next'WIP/10Jul2023Tom Rini632-15611/+17423
2023-07-10Prepare v2023.07v2023.07Tom Rini2-14/+859
2023-07-09Merge tag 'fsl-qoriq-2023-7-6' of https://source.denx.de/u-boot/custodians/u-...WIP/09Jul2023-nextTom Rini31-38/+174
2023-07-09mkeficapsule: fix efi_firmware_management_capsule_header data typeMalte Schmidt1-1/+1
2023-07-09doc: harmonize Linux kernel documentation linksHeinrich Schuchardt2-2/+2
2023-07-09cmd: efidebug: add missing efi_free_pool for dh subcommandMasahisa Kojima1-0/+1
2023-07-09efi_loader: Increase default variable store size to 64KiBAlper Nebi Yasak1-2/+3
2023-07-09efi_loader: Avoid underflow when calculating remaining var store sizeAlper Nebi Yasak1-0/+4