summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-07-24dt-bindings: clock: jh7110: Modify clock id to be same with LinuxXingyu Wu1-50/+51
2023-07-21include: video: Reserve video using blobNikhil M Jain1-0/+9
2023-07-21configs: k2x_evm: Always include FIT loading supportAndrew Davis3-27/+6
2023-07-21Merge tag 'xilinx-for-v2023.10-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini10-17/+41
2023-07-21event: Add fpga load eventChristian Taedcke1-0/+17
2023-07-21arm64: zynqmp: Switch to amd.com emailsMichal Simek7-10/+10
2023-07-21xilinx: Consolidate zynqmp_mmio_read/write in zynqmp_firmware.hMichal Simek1-0/+1
2023-07-21arm64: versal-net: spi: Update boot sequence dynamicallyAshok Reddy Soma1-7/+12
2023-07-21xilinx: zynq: Add missing prototype for zynqmp_mmio_writeAlgapally Santosh Sagar1-0/+1
2023-07-21Merge tag 'dm-pull-20jul23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-9/+3
2023-07-20core: read: fix dev_read_addr_size()John Keeping1-9/+3
2023-07-20spl: Correct spl_board_boot_device function prototypeTom Rini1-1/+2
2023-07-20efi_loader: support all uclasses in device pathHeinrich Schuchardt1-0/+7
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas1-4/+0
2023-07-19Merge tag 'fsl-qoriq-2023-7-13' of https://source.denx.de/u-boot/custodians/u...Tom Rini4-4/+12
2023-07-19Merge https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini1-0/+2
2023-07-18mmc: Introduce mmc_send_stop_transmission()Hai Pham1-0/+2
2023-07-17disk: part: Add API to get partitions with specific driverJoshua Watt1-1/+18
2023-07-17android_ab: Add option to skip decrementing triesJoshua Watt1-1/+2
2023-07-17bootstd: Correct 'bpot' typoJulien Delbergue1-1/+1
2023-07-17Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini14-24/+151
2023-07-17x86: Pass video settings from SPL to U-Boot properSimon Glass2-0/+25
2023-07-17bdinfo: Show the malloc base with the bdinfo commandSimon Glass1-0/+13
2023-07-17part: Allow setting the partition-table typeSimon Glass1-0/+9
2023-07-17bios_emulator: Drop VIDEO_IO_OFFSETSimon Glass6-12/+0
2023-07-17bootstd: Support automatically setting Linux parametersSimon Glass1-0/+12
2023-07-17x86: qemu: Switch to standard bootSimon Glass1-8/+0
2023-07-17bootstd: Add support for updating elements of the cmdlineSimon Glass1-0/+42
2023-07-17bootstd: Add a function to update a command lineSimon Glass1-0/+40
2023-07-16bootstd: Allow storing x86 setup informationSimon Glass1-0/+2
2023-07-16bootstd: Use the bootargs env var for changing the cmdlineSimon Glass1-2/+4
2023-07-16bootstd: Allow storing the OS command line in the bootflowSimon Glass1-0/+2
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass2-2/+2
2023-07-15Merge tag 'efi-2023-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-5/+11
2023-07-15Move bootorder and bootoption apis to libRaymond Mao2-5/+11
2023-07-14Merge branch '2023-07-14-nuvoton-platform-updates'Tom Rini2-2/+5
2023-07-14expo: Add a configuration editorSimon Glass1-0/+29
2023-07-14expo: Support building an expo from a description fileSimon Glass2-0/+43
2023-07-14expo: Implement the keypress logic for popup menusSimon Glass1-0/+7
2023-07-14expo: Draw popup menus in both opened and closed statesSimon Glass1-0/+30
2023-07-14expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass1-3/+3
2023-07-14expo: Support drawing of popup menusSimon Glass1-0/+9
2023-07-14expo: Support simple themesSimon Glass1-0/+24
2023-07-14expo: Set up the width and height of objectsSimon Glass1-0/+21
2023-07-14expo: Use flags for objectsSimon Glass1-2/+11
2023-07-14expo: Add width and height to objectsSimon Glass1-4/+17
2023-07-14video: Use enum with video_index_to_colour()Simon Glass1-2/+2
2023-07-14expo: Allow setting the start of the dynamic-ID rangeSimon Glass1-0/+19
2023-07-14console: Allow measuring the bounding box of textSimon Glass1-0/+48
2023-07-14video: Allow temporary colour changesSimon Glass1-0/+30