summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-31efi_memory: get the efi_mem_list node directlySughosh Ganu1-17/+8
2024-07-31efi_memory: avoid possible null pointer dereferenceSughosh Ganu1-1/+2
2024-07-31efi_memory: use list_count_nodes() to count list entriesSughosh Ganu1-3/+2
2024-07-31linux: list: add a function to count list nodesSughosh Ganu1-0/+15
2024-07-31efi_loader: correct check in efi_load_option_dp_join()Heinrich Schuchardt1-1/+1
2024-07-31doc: Add a description for bootmeth_androidMattijs Korpershoek4-1/+42
2024-07-31smbios: add extended Extended BIOS ROM SizeHeinrich Schuchardt2-1/+9
2024-07-31efi_loader: add /dtbs search pathCaleb Connolly1-0/+3
2024-07-31efi_loader: require EFI boot manager for EBBR complianceHeinrich Schuchardt1-0/+1
2024-07-31efi_loader: adjust config options for capsule updatesIlias Apalodimas1-0/+1
2024-07-30Merge patch series "led: implement software blinking"Tom Rini6-21/+199
2024-07-30led: Add dts property to specify blinking of the ledMichael Polyntsov1-5/+25
2024-07-30led: Implement software led blinkingMichael Polyntsov5-1/+166
2024-07-30led: enable LEDST_BLINK state unconditionallyMikhail Kshevetskiy3-15/+5
2024-07-29Merge patch series "include: asm-generic: Remove duplicate newlines"Tom Rini90-250/+0
2024-07-29include: Remove duplicate newlinesMarek Vasut41-115/+0
2024-07-29include: zfs: Remove duplicate newlinesMarek Vasut3-3/+0
2024-07-29include: valgrind: Remove duplicate newlinesMarek Vasut2-21/+0
2024-07-29include: usb: Remove duplicate newlinesMarek Vasut3-7/+0
2024-07-29include: u-boot: Remove duplicate newlinesMarek Vasut2-3/+0
2024-07-29include: power: Remove duplicate newlinesMarek Vasut2-2/+0
2024-07-29include: net: Remove duplicate newlinesMarek Vasut1-1/+0
2024-07-29include: mtd: Remove duplicate newlinesMarek Vasut1-1/+0
2024-07-29include: linux: Remove duplicate newlinesMarek Vasut22-82/+0
2024-07-29include: jffs2: Remove duplicate newlinesMarek Vasut1-2/+0
2024-07-29include: fsl-mc: Remove duplicate newlinesMarek Vasut3-4/+0
2024-07-29include: firmware: Remove duplicate newlinesMarek Vasut1-1/+0
2024-07-29include: dt-bindings: Remove duplicate newlinesMarek Vasut6-6/+0
2024-07-29include: dm: Remove duplicate newlinesMarek Vasut1-1/+0
2024-07-29include: asm-generic: Remove duplicate newlinesMarek Vasut1-1/+0
2024-07-29Merge tag 'dm-pull-29jul24' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini33-107/+1243
2024-07-29Makefile: Pass OF_SPL_REMOVE_PROPS to binmanSimon Glass2-1/+3
2024-07-29Makefile: Provide VPL devicetree and padding to binmanSimon Glass1-0/+2
2024-07-29binman: fit: Allow running fdtgrep on devicetree blobsSimon Glass6-5/+193
2024-07-29binman: fit: Write the compatible string to configurationSimon Glass4-7/+125
2024-07-29binman: fit: Allow providing FDT filenames in a directorySimon Glass4-5/+96
2024-07-29binman: Add support for alternative FDTsSimon Glass14-2/+507
2024-07-29binman: Allow entry types to override FDT contentsSimon Glass3-2/+18
2024-07-29binman: Remove dependency on pylibfdt for entry-docsSimon Glass1-0/+7
2024-07-29binman: Add a bintool for fdtgrepSimon Glass2-0/+145
2024-07-29binman: Correct indentation in testSplPubkeyDtbSimon Glass1-21/+18
2024-07-29binman: Fix a comment typo in _DoReadFileDtb()Simon Glass1-1/+1
2024-07-29binman: Mention expanded entries in u-boot-vplSimon Glass5-12/+10
2024-07-29binman: Correct comment in blob_dtb GetFdtEtype()Simon Glass1-1/+3
2024-07-29binman: Write the compressed output to a fileSimon Glass1-0/+3
2024-07-29binman: elf: Add more debugging to LookupAndWriteSymbols()Simon Glass1-1/+1
2024-07-29binman: Move problem-checking code into a functionSimon Glass1-32/+46
2024-07-29binman: Tidy up comment for Bintoolfdt_add_pubkey.run()Simon Glass1-0/+4
2024-07-29binman: Tidy up bintool docsSimon Glass1-23/+38
2024-07-29binman: Correct an error in the FIT-template exampleSimon Glass1-2/+2