aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CI: Update to the latest Ubuntu "Jammy" tag and rebuildWIP/17Oct2024Tom Rini2024-10-173-3/+3
* Merge tag 'dm-pull-17oct24' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2024-10-1787-348/+2241
|\
| * x86: cpu: Add missing header inclusionAndy Shevchenko2024-10-171-0/+1
| * x86: cpu: Add a few prototypes to the header fileAndy Shevchenko2024-10-171-0/+7
| * x86: cpu: Mark a few functions staticAndy Shevchenko2024-10-173-3/+3
| * x86: cpu: Use default print_cpuinfo() for allAndy Shevchenko2024-10-179-58/+5
| * x86: Enable RTC command by defaultSimon Glass2024-10-171-0/+1
| * doc: Update coreboot's CI informationSimon Glass2024-10-171-13/+1
| * docker: Update corebootSimon Glass2024-10-171-2/+5
| * expo: Add forward declaration for udevice to ceditSimon Glass2024-10-171-0/+1
| * expo: Drop scene_title_set()Simon Glass2024-10-174-19/+3
| * expo: Drop unneceesary calls to expo_str()Simon Glass2024-10-171-14/+2
| * expo: Support menu-item values in ceditSimon Glass2024-10-175-60/+117
| * expo: Add a little more cedit CMOS loggingSimon Glass2024-10-171-2/+4
| * expo: Allow menu items to have valuesSimon Glass2024-10-178-4/+58
| * expo: Use standard numbering for save and discardSimon Glass2024-10-1710-41/+112
| * expo: Set the initial next_id to 1Simon Glass2024-10-172-2/+22
| * expo: Place menu items to the right of all labelsSimon Glass2024-10-178-11/+104
| * video: Avoid starting a new line to close to the bottomSimon Glass2024-10-173-2/+13
| * video: Add a dark-grey console colourSimon Glass2024-10-173-1/+5
| * sandbox: dts: Add missing sandbox, emul phandle to sandbox-pmicMarek Vasut2024-10-171-0/+1
| * binman: Add a tutorial on resolving test-coverage bugsSimon Glass2024-10-174-0/+741
| * binman: Support getting test-coverage on just one testSimon Glass2024-10-172-4/+7
| * u_boot_pylib: Support running coverage on selected functionsSimon Glass2024-10-171-5/+8
| * sandbox_spl: Restrict use of UPL when not enabledSimon Glass2024-10-171-2/+3
| * buildman: Correct some warnings about regex stringsSimon Glass2024-10-172-7/+7
| * binman: implement signing FIT images during image buildAlexander Kochetkov2024-10-178-1/+442
| * image-host: fix 'unknown error' error messageAlexander Kochetkov2024-10-171-1/+1
| * binman: fix passing loadables to mkimage on first runAlexander Kochetkov2024-10-171-3/+3
| * bootstd: Avoid depending on BLKSimon Glass2024-10-172-1/+2
| * bootstd: Avoid calling unavailable block functionsSimon Glass2024-10-171-0/+3
| * blk: Make functions available unconditionallySimon Glass2024-10-171-2/+7
| * x86: coreboot: Enable receiving timestamps from corebootSimon Glass2024-10-171-0/+2
| * x86: coreboot: Add timestamps from coreboot to bootstageSimon Glass2024-10-171-0/+2
| * x86: coreboot: Update the timestamp code to use sysinfoSimon Glass2024-10-171-4/+7
| * x86: Add msr commandSimon Glass2024-10-176-2/+154
| * x86: Add a cpuid commandSimon Glass2024-10-176-1/+130
| * x86: Sync up tsc_timer with LinuxSimon Glass2024-10-171-2/+11
| * x86: Avoid timer-clock overflowSimon Glass2024-10-171-0/+1
| * x86: Ensure the CPU identity exists for timer initSimon Glass2024-10-174-0/+24
| * x86: Show the CPU vendor in bdinfoSimon Glass2024-10-173-40/+69
| * virtio: blk: introduce virtio-block erase supportDmitrii Merkurev2024-10-172-14/+124
| * x86: Make default_print_cpuinfo be a weak alias for print_cpuinfoTom Rini2024-10-176-25/+2
| * coreboot: Switch to a monospaced fontSimon Glass2024-10-173-3/+15
| * video: Allow querying the font sizeSimon Glass2024-10-173-10/+22
* | Merge patch series "Cleanup dma device in spl and move dma channel[0]"Tom Rini2024-10-1714-161/+208
|\ \
| * | dma: ti: k3-udma: Move DMA channel[0] allocation to probe and add udma_remove()Santhosh Kumar K2024-10-171-25/+38
| * | dma: ti: k3-udma: Move udma_probe() below all APIsSanthosh Kumar K2024-10-171-135/+135
| * | configs: k3: Enable device removal in SPLPrasanth Babu Mantena2024-10-1712-0/+12
| * | mach-k3: common.c: Remove dma device in spl exitPrasanth Babu Mantena2024-10-171-1/+23