platform/kernel/u-boot.git
2020-10-30 Tom RiniMerge tag 'dm-pull-30oct20' of https://gitlab.denx...
2020-10-30 Heinrich Schuchardtlog: typo logl_pref in documentation
2020-10-30 Tom RiniMerge branch '2020-10-30-misc-changes'
2020-10-30 Sean Andersondoc: Update logging documentation
2020-10-30 Sean Andersondoc: Add log kerneldocs to documentation
2020-10-30 Sean Andersontest: Add a test for log filter-*
2020-10-30 Sean Andersoncmd: log: Add commands to manipulate filters
2020-10-30 Sean Andersontest: Add a test for getopt
2020-10-30 Sean Andersonlib: Add getopt
2020-10-30 Sean Andersoncmd: log: Make "log level" print all log levels
2020-10-30 Sean Andersoncmd: log: Add commands to list categories and drivers
2020-10-30 Sean Andersoncmd: log: Split off log level parsing
2020-10-30 Sean Andersoncmd: log: Use sub-commands for log
2020-10-30 Sean Andersontest: Add test for LOGFF_MIN
2020-10-30 Sean Andersonlog: Add filter flag to match greater than a log level
2020-10-30 Sean Andersontest: Add tests for LOGFF_DENY
2020-10-30 Sean Andersontest: log: Give tests names instead of numbers
2020-10-30 Sean Andersontest: log: Convert log_test from python to C
2020-10-30 Sean Andersonlog: Add filter flag to deny on match
2020-10-30 Sean Andersonlog: Add function to create a filter with flags
2020-10-30 Sean Andersonlog: Expose some helper functions
2020-10-30 Sean Andersonlog: Use CONFIG_IS_ENABLED() for LOG_TEST
2020-10-30 Sean Andersonlog: Add additional const qualifier to arrays
2020-10-30 Sean Andersonlog: Fix incorrect documentation of log_filter.cat_list
2020-10-30 Sean Andersonlog: Fix missing negation of ENOMEM
2020-10-30 Heiko Schocherimx6: enable early spi environment access on aristainet...
2020-10-30 Heiko Schocherenv: Access Environment in SPI flashes before relocation
2020-10-30 Heiko Schocherenv: split env_import_redund() into 2 functions
2020-10-29 Simon Glassbinman: Avoid calculated section data repeatedly
2020-10-29 Simon Glassbinman: Support compression of sections
2020-10-29 Simon Glassbinman: Use the actual contents in CheckSize()
2020-10-29 Simon Glassbinman: Update CheckEntries() for compressed sections
2020-10-29 Simon Glassbinman: Drop CheckEntries()
2020-10-29 Simon Glassbinman: Call CheckSize() from the section's Pack()...
2020-10-29 Simon Glassbinman: Drop the Entry.CheckSize() method
2020-10-29 Simon Glassbinman: Move sort and expand to the main Pack() function
2020-10-29 Simon Glassbinman: Drop Entry.CheckOffset()
2020-10-29 Simon Glassbinman: Avoid reporting image-pos with compression
2020-10-29 Simon Glassbinman: Set section contents in GetData()
2020-10-29 Simon Glassbinman: Store the original data before compression
2020-10-29 Simon Glassbinman: Make section padding consistent with other...
2020-10-29 Simon Glassbinman: Move section padding to the parent
2020-10-29 Simon Glassbinman: Refactor _BuildSectionData()
2020-10-29 Simon Glassbinman: Move section-building code into a function
2020-10-29 Simon Glassbinman: Expand docs and test for alignment
2020-10-29 Simon Glassbinman: Expand docs and test for padding
2020-10-29 Simon Glassbinman: Update testPackExtra with more checks
2020-10-29 Simon Glassbinman: Use 'files-compress' to set compression for...
2020-10-29 Simon Glassbinman: Move CompressData() into Entry base class
2020-10-29 Simon Glassbinman: Expand the error message for breaching a section
2020-10-29 Simon Glassbinman: Remove references to 'image' in entry_Section
2020-10-29 Simon Glassbinman: Fix return from u-boot-ucode if there is no DT
2020-10-29 Simon Glassbinman: Give a sensible error if no command is given
2020-10-29 Simon Glassbinman: Add tests for skip-at-start sections
2020-10-29 Simon Glassbinman: Drop unused return variable for _DoTestFile()
2020-10-29 Simon Glassbinman: Update the entry docs
2020-10-29 Simon Glassdm: doc: Update the of-platadata documentation
2020-10-29 Simon Glassdm: Don't allow U_BOOT_DEVICE() when of-platdata is...
2020-10-29 Simon Glassimx: mx6cuboxi: Disable thermal driver in SPL
2020-10-29 Simon Glassdm: Use driver_info index instead of pointer
2020-10-29 Simon Glassx86: apl: Take advantage of the of-platdata parent...
2020-10-29 Simon Glassx86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT
2020-10-29 Simon Glassdm: core: Convert #ifdef to if() in root.c
2020-10-29 Simon Glassdm: Add a test for of-platdata parent information
2020-10-29 Simon Glassdm: Support parent devices with of-platdata
2020-10-29 Simon Glasssandbox: Fix up building for of-platdata
2020-10-29 Simon Glassdm: Use an allocated array for run-time device info
2020-10-29 Simon Glassdm: test: Add a test for of-platdata phandles
2020-10-29 Simon Glassdm: test: Add a check that all devices have a dev value
2020-10-29 Simon Glassdm: Add a C test for of-platdata properties
2020-10-29 Simon GlassAzure/GitLab/Travis: Add SPL unit tests
2020-10-29 Simon Glassdm: test: Drop of-platdata pytest
2020-10-29 Simon Glasstest: Run only the selected SPL test
2020-10-29 Simon Glasssandbox: Allow selection of SPL unit tests
2020-10-29 Simon Glasstest: Run SPL unit tests
2020-10-29 Simon Glasspytest: Collect SPL unit tests
2020-10-29 Simon GlassMakefile: Generate a symbol file for u-boot-spl
2020-10-29 Simon Glassdm: test: Add a very simple of-platadata test
2020-10-29 Simon Glassdm: test: Add a way to run SPL tests
2020-10-29 Simon Glassdm: test: Update the test runner to support of-platdata
2020-10-29 Simon Glassdm: test: Build tests for SPL
2020-10-29 Dario Binacchidm: core: fix typo in device.h
2020-10-29 Heinrich Schuchardtsandbox: make SDL window resizable
2020-10-29 Simon Glassdtoc: Fix widening of int to bytes
2020-10-29 Simon Glassdm: core: Allow dm_warn() to be used in SPL
2020-10-29 Simon Glassdtoc: Order the structures internally by name
2020-10-29 Simon Glassdtoc: Document the return value of scan_structs()
2020-10-29 Simon Glasssandbox: Drop ad-hoc device declarations in SPL
2020-10-29 Simon Glassdm: test: Disable some tests that should not run in SPL
2020-10-29 Simon Glassdm: test: Make use of CONFIG_UNIT_TEST
2020-10-29 Simon Glassdm: test: Update Makefile conditions
2020-10-29 Simon Glassdm: test: Sort the Makefile
2020-10-29 Simon Glassdm: Avoid using #ifdef for CONFIG_OF_LIVE
2020-10-29 Simon Glassdm: core: Avoid void * in the of-platdata structs
2020-10-29 Simon Glassdm: core: Expand the comment for DM_GET_DEVICE()
2020-10-29 Simon Glassdtoc: Use a namedtuple for _links
2020-10-29 Simon Glassdtoc: Extract inner loop from output_node()
2020-10-29 Simon Glassbinman: Support multiple images in the library
2020-10-29 Simon Glassbinman: Add a way to read the ROM offset
2020-10-29 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
next