aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-17x86: Add a comment for board_init_f_r_trampoline()Simon Glass1-2/+14
2023-07-17x86: Tidy up EFI code in interrupt_init()Simon Glass1-12/+5
2023-07-17bios_emulator: Drop VIDEO_IO_OFFSETSimon Glass8-21/+10
2023-07-17bios_emulator: Add Kconfig and adjust Makefile for SPLSimon Glass4-8/+13
2023-07-17x86: mtrr: Add documentationSimon Glass2-0/+152
2023-07-17x86: Allow listing MTRRs in SPLSimon Glass4-56/+92
2023-07-17x86: coral: Adjust various config optionsSimon Glass1-2/+8
2023-07-17x86: coreboot: Adjust various config optionsSimon Glass1-12/+2
2023-07-17bootstd: Add a simple bootmeth for ChromiumOSSimon Glass4-0/+225
2023-07-17x86: zimage: Export the function to obtain the cmdlineSimon Glass2-3/+18
2023-07-17x86: Add a function to boot a zimageSimon Glass2-11/+88
2023-07-17bootstd: Support automatically setting Linux parametersSimon Glass4-2/+123
2023-07-17x86: qemu: Switch to standard bootSimon Glass3-10/+2
2023-07-17x86: qemu: Create a little more room for U-BootSimon Glass1-1/+2
2023-07-17bootstd: Add support for updating elements of the cmdlineSimon Glass5-2/+293
2023-07-17bootstd: Add a function to update a command lineSimon Glass3-0/+385
2023-07-17bdinfo: Show information about the serial portSimon Glass2-0/+35
2023-07-16bootstd: Allow storing x86 setup informationSimon Glass2-0/+4
2023-07-16bootstd: Use the bootargs env var for changing the cmdlineSimon Glass3-2/+68
2023-07-16bootstd: Allow storing the OS command line in the bootflowSimon Glass4-1/+13
2023-07-16bootstd: Correct baudrate typoSimon Glass1-1/+1
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass8-9/+9
2023-07-16bootstd: Correct the name of the QEMU bootmethSimon Glass1-1/+1
2023-07-16test: Skip flat-tree tests if devicetree is not usedSimon Glass1-1/+2
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