summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-30log: typo logl_pref in documentationHeinrich Schuchardt
2020-10-30Merge branch '2020-10-30-misc-changes'Tom Rini
2020-10-30doc: Update logging documentationSean Anderson
2020-10-30doc: Add log kerneldocs to documentationSean Anderson
2020-10-30test: Add a test for log filter-*Sean Anderson
2020-10-30cmd: log: Add commands to manipulate filtersSean Anderson
2020-10-30test: Add a test for getoptSean Anderson
2020-10-30lib: Add getoptSean Anderson
2020-10-30cmd: log: Make "log level" print all log levelsSean Anderson
2020-10-30cmd: log: Add commands to list categories and driversSean Anderson
2020-10-30cmd: log: Split off log level parsingSean Anderson
2020-10-30cmd: log: Use sub-commands for logSean Anderson
2020-10-30test: Add test for LOGFF_MINSean Anderson
2020-10-30log: Add filter flag to match greater than a log levelSean Anderson
2020-10-30test: Add tests for LOGFF_DENYSean Anderson
2020-10-30test: log: Give tests names instead of numbersSean Anderson
2020-10-30test: log: Convert log_test from python to CSean Anderson
2020-10-30log: Add filter flag to deny on matchSean Anderson
2020-10-30log: Add function to create a filter with flagsSean Anderson
2020-10-30log: Expose some helper functionsSean Anderson
2020-10-30log: Use CONFIG_IS_ENABLED() for LOG_TESTSean Anderson
2020-10-30log: Add additional const qualifier to arraysSean Anderson
2020-10-30log: Fix incorrect documentation of log_filter.cat_listSean Anderson
2020-10-30log: Fix missing negation of ENOMEMSean Anderson
2020-10-30imx6: enable early spi environment access on aristainetos boardsHeiko Schocher
2020-10-30env: Access Environment in SPI flashes before relocationHeiko Schocher
2020-10-30env: split env_import_redund() into 2 functionsHeiko Schocher
2020-10-29binman: Avoid calculated section data repeatedlySimon Glass
2020-10-29binman: Support compression of sectionsSimon Glass
2020-10-29binman: Use the actual contents in CheckSize()Simon Glass
2020-10-29binman: Update CheckEntries() for compressed sectionsSimon Glass
2020-10-29binman: Drop CheckEntries()Simon Glass
2020-10-29binman: Call CheckSize() from the section's Pack() methodSimon Glass
2020-10-29binman: Drop the Entry.CheckSize() methodSimon Glass
2020-10-29binman: Move sort and expand to the main Pack() functionSimon Glass
2020-10-29binman: Drop Entry.CheckOffset()Simon Glass
2020-10-29binman: Avoid reporting image-pos with compressionSimon Glass
2020-10-29binman: Set section contents in GetData()Simon Glass
2020-10-29binman: Store the original data before compressionSimon Glass
2020-10-29binman: Make section padding consistent with other entriesSimon Glass
2020-10-29binman: Move section padding to the parentSimon Glass
2020-10-29binman: Refactor _BuildSectionData()Simon Glass
2020-10-29binman: Move section-building code into a functionSimon Glass
2020-10-29binman: Expand docs and test for alignmentSimon Glass
2020-10-29binman: Expand docs and test for paddingSimon Glass
2020-10-29binman: Update testPackExtra with more checksSimon Glass
2020-10-29binman: Use 'files-compress' to set compression for filesSimon Glass
2020-10-29binman: Move CompressData() into Entry base classSimon Glass
2020-10-29binman: Expand the error message for breaching a sectionSimon Glass