summaryrefslogtreecommitdiff
path: root/tools/binman/etype/u_boot_ucode.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-29binman: Fix return from u-boot-ucode if there is no DTSimon Glass1-0/+1
2020-07-25binman: Use super() instead of specifying parent typeSimon Glass1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20binman: Use super() instead of specifying parent typeSimon Glass1-1/+1
2020-04-26patman: Move to absolute importsSimon Glass1-1/+1
2020-04-26binman: Move to absolute importsSimon Glass1-2/+2
2019-07-11binman: Convert to use bytes typeSimon Glass1-2/+2
2018-09-29binman: Support x86 microcode in TPLSimon Glass1-12/+14
2018-08-02binman: Rename ReadContents() to ReadBlobContents()Simon Glass1-1/+1
2018-08-02binman: Expand documentation for entriesSimon Glass1-0/+6
2018-08-02binman: Rename 'position' to 'offset'Simon Glass1-2/+2
2018-07-09binman: Add a ProcessFdt() methodSimon Glass1-1/+1
2018-07-09binman: Correct operation of ObtainContents()Simon Glass1-2/+7
2018-06-07binman: Rename Entry property to 'section'Simon Glass1-7/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-23binman: Increase test coverage back to 100%Simon Glass1-7/+4
2017-02-07tools: binman: Handle optional microcode case in SPL imageBin Meng1-0/+6
2016-12-19binman: Add support for building x86 ROMsSimon Glass1-0/+84