aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-13Merge tag 'efi-next-20230313' of https://source.denx.de/u-boot/custodians/u-b...WIP/13Mar2023-nextTom Rini17-86/+228
2023-03-13Merge tag 'dm-next-12mar23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini25-84/+1155
2023-03-13video: Add a note about the broken implementationSimon Glass1-1/+7
2023-03-13efi: Add dhrystone, dcache and scroll lines to appSimon Glass1-0/+3
2023-03-13video: Clear the vidconsole rather than the videoSimon Glass3-4/+29
2023-03-13video: Remove duplicate cursor-positioning functionSimon Glass1-34/+10
2023-03-13efi: Adjust script to show pre-relocation output on terminalSimon Glass1-0/+2
2023-03-13bbinfo: Show the size of the copy framebufferSimon Glass1-1/+5
2023-03-13video: Allow a copy framebuffer with pre-allocated fbSimon Glass2-8/+26
2023-03-13efi: Support copy framebufferSimon Glass2-1/+26
2023-03-13efi: Use a fixed value for the timer clockSimon Glass1-0/+9
2023-03-13x86: Add a few more items to bdinfoSimon Glass3-0/+14
2023-03-13efi: Support a 64-bit frame buffer addressSimon Glass5-19/+45
2023-03-13efi: video: Return mode info for app alsoSimon Glass1-2/+5
2023-03-13efi: video: Move payload code into a functionSimon Glass1-26/+57
2023-03-12buildman: Fix CROSS_COMPILE output for sandboxSimon Glass1-2/+3
2023-03-12Revert "buildman: Correct CROSS_COMPILE output for sandbox"Simon Glass1-1/+2
2023-03-10tools: add fdt_add_pubkeyRoman Kopytin3-0/+142
2023-03-10binman: add tests for sign optionIvan Mikhaylov7-6/+227
2023-03-10binman: add sign option for binmanIvan Mikhaylov5-1/+62
2023-03-10binman: add documentation for binman sign optionIvan Mikhaylov1-0/+47
2023-03-10test: cmd: fdt: Test fdt applyMarek Vasut1-0/+152
2023-03-10test: cmd: fdt: Test fdt chosenMarek Vasut1-0/+48
2023-03-10test: cmd: fdt: Test fdt rsvmemMarek Vasut1-0/+63
2023-03-10test: cmd: fdt: Test fdt memoryMarek Vasut1-0/+83
2023-03-10test: cmd: fdt: Test fdt headerMarek Vasut1-0/+59
2023-03-10test: cmd: fdt: Test fdt print and listMarek Vasut1-0/+143
2023-03-10cmd: fdt: Drop the 0x prefixMarek Vasut1-1/+1
2023-03-10console: Use only 0x00 as line separator for console recordingMarek Vasut1-1/+1
2023-03-10test: cmd: fdt: Drop new unneeded curly bracketsMarek Vasut1-8/+6
2023-03-10test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut9-72/+124
2023-03-09Merge tag 'dm-next-9mar23' of https://source.denx.de/u-boot/custodians/u-boot...WIP/09Mar2023-nextTom Rini132-823/+3074
2023-03-08binman: Support generation of x509 certificatesSimon Glass7-0/+333
2023-03-08binman: Support updating section contentsSimon Glass10-15/+287
2023-03-08binman: Handle missing bintools correctly in fitSimon Glass2-1/+11
2023-03-08binman: Allow preserving the output dir when replacingSimon Glass3-7/+20
2023-03-08buildman: Correct CROSS_COMPILE output for sandboxSimon Glass1-2/+1
2023-03-08patman: Check patches in parallelSimon Glass1-20/+26
2023-03-08patman: Run get_maintainer.pl in parallelSimon Glass2-3/+32
2023-03-08patman: Refactor MakeCcFile() into two functionsSimon Glass1-24/+57
2023-03-08patman: Drop an incorrect comment about git amSimon Glass1-1/+1
2023-03-08test: cmd: fdt: Add list of remaining missing testsMarek Vasut1-0/+7
2023-03-08test: cmd: fdt: Test fdt bootcpuMarek Vasut1-0/+33
2023-03-08test: cmd: fdt: Test fdt rmMarek Vasut1-0/+84
2023-03-08test: cmd: fdt: Test fdt mknodeMarek Vasut1-0/+68
2023-03-08test: cmd: fdt: Test fdt setMarek Vasut1-0/+144
2023-03-08test: cmd: fdt: Test fdt get sizeMarek Vasut1-0/+87
2023-03-08test: cmd: fdt: Test fdt get addrMarek Vasut1-0/+67
2023-03-08test: cmd: fdt: Test fdt get nameMarek Vasut1-0/+79
2023-03-08test: cmd: fdt: Test fdt resizeMarek Vasut1-0/+24