aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-30log: Add filter flag to match greater than a log levelSean Anderson2-7/+15
2020-10-30test: Add tests for LOGFF_DENYSean Anderson1-0/+67
2020-10-30test: log: Give tests names instead of numbersSean Anderson1-24/+24
2020-10-30test: log: Convert log_test from python to CSean Anderson5-297/+257
2020-10-30log: Add filter flag to deny on matchSean Anderson2-3/+20
2020-10-30log: Add function to create a filter with flagsSean Anderson2-4/+31
2020-10-30log: Expose some helper functionsSean Anderson2-20/+34
2020-10-30log: Use CONFIG_IS_ENABLED() for LOG_TESTSean Anderson1-2/+2
2020-10-30log: Add additional const qualifier to arraysSean Anderson1-2/+2
2020-10-30log: Fix incorrect documentation of log_filter.cat_listSean Anderson1-2/+2
2020-10-30log: Fix missing negation of ENOMEMSean Anderson1-1/+1
2020-10-30imx6: enable early spi environment access on aristainetos boardsHeiko Schocher4-0/+4
2020-10-30env: Access Environment in SPI flashes before relocationHeiko Schocher2-3/+105
2020-10-30env: split env_import_redund() into 2 functionsHeiko Schocher2-10/+50
2020-10-30test: unit test for efi_create_indexed_name()Heinrich Schuchardt1-0/+19
2020-10-30efi_loader: add efi_create_indexed_name()AKASHI Takahiro3-0/+40
2020-10-30efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro2-0/+10
2020-10-30dfu: add dfu_write_by_alt()AKASHI Takahiro2-1/+72
2020-10-30dfu: export dfu_listAKASHI Takahiro2-1/+4
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro5-2/+100
2020-10-30dfu: modify an argument type for an addressAKASHI Takahiro3-6/+7
2020-10-30dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro5-22/+41
2020-10-30efi_loader: typo in function description of u16_strnlenHeinrich Schuchardt1-1/+1
2020-10-30rtc: initialize emulated RTC from environment variableHeinrich Schuchardt2-8/+21
2020-10-30rtc: use probe() to initialize emulated RTCHeinrich Schuchardt1-6/+12
2020-10-30efi_loader: fix DisconnectController() for sole childHeinrich Schuchardt1-8/+11
2020-10-30video: rockchip: Add missing dpcd_write() call to link_train_ce()Alper Nebi Yasak1-0/+6
2020-10-30ram: rockchip: px30: add a config-based ddr selectionHeiko Stuebner2-0/+29
2020-10-30rockchip: Rock960: fix up USB supportPeter Robinson2-3/+8
2020-10-30rockchip: dts: tinker: remove unnecessary nodeStefan Agner1-4/+0
2020-10-30rockchip: dts: tinker: move i2c node to shared device treeStefan Agner2-7/+7
2020-10-30clk: rockchip: rk3399: implement getting wdt/alive clocksJack Mitchell1-0/+20
2020-10-29binman: Avoid calculated section data repeatedlySimon Glass1-11/+13
2020-10-29binman: Support compression of sectionsSimon Glass7-0/+323
2020-10-29binman: Use the actual contents in CheckSize()Simon Glass2-8/+5
2020-10-29binman: Update CheckEntries() for compressed sectionsSimon Glass1-2/+4
2020-10-29binman: Drop CheckEntries()Simon Glass3-14/+13
2020-10-29binman: Call CheckSize() from the section's Pack() methodSimon Glass1-1/+4
2020-10-29binman: Drop the Entry.CheckSize() methodSimon Glass2-12/+10
2020-10-29binman: Move sort and expand to the main Pack() functionSimon Glass1-3/+4
2020-10-29binman: Drop Entry.CheckOffset()Simon Glass2-5/+2
2020-10-29binman: Avoid reporting image-pos with compressionSimon Glass4-13/+26
2020-10-29binman: Set section contents in GetData()Simon Glass3-2/+22
2020-10-29binman: Store the original data before compressionSimon Glass2-1/+18
2020-10-29binman: Make section padding consistent with other entriesSimon Glass4-2/+86
2020-10-29binman: Move section padding to the parentSimon Glass2-12/+12
2020-10-29binman: Refactor _BuildSectionData()Simon Glass2-10/+51
2020-10-29binman: Move section-building code into a functionSimon Glass2-8/+31
2020-10-29binman: Expand docs and test for alignmentSimon Glass3-12/+56
2020-10-29binman: Expand docs and test for paddingSimon Glass3-7/+45