platform/kernel/u-boot.git
2021-03-15 Tom RiniMerge branch '2021-03-12-assorted-improvements' into...
2021-03-14 Igor Opaniuktest: py: add initial coverage for scp03 cmd
2021-03-14 Igor Opaniuksandbox: imply SCP03 and CMD_SCP03
2021-03-14 Jorge Ramirez... doc: describe the scp03 command
2021-03-14 Jorge Ramirez... drivers: tee: sandbox: SCP03 control emulator
2021-03-13 Jorge Ramirez... cmd: SCP03: enable and provision command
2021-03-13 Jorge Ramirez... common: SCP03 control (enable and provision of keys)
2021-03-13 Simon Glassdoc: sandbox: Update instructions on quitting
2021-03-13 Simon Glasstest: acpi: Fix warnings on 32-bit build
2021-03-13 Simon Glasstpm: Correct warning on 32-bit build
2021-03-12 Simon Glasstpm: Don't select LOG
2021-03-12 Simon Glasslog: Add return-checking macros for 0 being success
2021-03-12 Simon Glasslog: Handle line continuation
2021-03-12 Simon Glasslog: Set up a flag byte for log records
2021-03-12 Tom RiniMerge branch '2021-03-12-test-improvements' into next
2021-03-12 Simon Glassdoc: Explain briefly how to write new tests
2021-03-12 Simon Glasstest: sandbox: Move sandbox test docs into doc/develop
2021-03-12 Simon Glassspl: test: Add a test for spl_load_simple_fit()
2021-03-12 Simon Glassspl: Convert spl_fit to work with sandbox
2021-03-12 Simon Glasssandbox: Update os_find_u_boot() to find the .img file
2021-03-12 Simon Glasstest: Allow SPL to run any available test
2021-03-12 Simon Glasstest: Rename all linker lists to have a ut_ prefix
2021-03-12 Simon Glasstest: Add a macros for finding tests in linker_lists
2021-03-12 Simon Glasstest: log: Rename log main test file to log_ut.c
2021-03-12 Simon Glasstest: Move restoring of driver model state to ut_run_list()
2021-03-12 Simon Glasstest: Move the devicetree check into ut_run_list()
2021-03-12 Simon Glasstest: Use return values in dm_test_run()
2021-03-12 Simon Glasstest: Run driver-model tests using ut_run_list()
2021-03-12 Simon Glasstest: Use a local variable for test state
2021-03-12 Simon Glasstest: Add ut_run_test_live_flat() to run tests twice
2021-03-12 Simon Glasstest: Drop dm_do_test()
2021-03-12 Simon Glasstest: Use ut_run_test() to run driver model tests
2021-03-12 Simon Glasstest: Move test running into a separate function
2021-03-12 Simon Glasstest: Move dm_test_destroy() into test-main.c
2021-03-12 Simon Glasstest: Move dm_test_init() into test-main.c
2021-03-12 Simon Glasstest: Drop struct dm_test_state
2021-03-12 Simon Glasstest: Handle driver model reinit in test_pre_run()
2021-03-12 Simon Glasstest: Move delay skipping to test_pre_run()
2021-03-12 Simon Glasstest: Move console silencing to test_pre_run()
2021-03-12 Simon Glasstest: Drop mallinfo() work-around
2021-03-12 Simon Glasstest: Move dm_scan_plat() to test_pre_run()
2021-03-12 Simon Glasstest: Move do_autoprobe() to test_pre_run()
2021-03-12 Simon Glasstest: Move dm_extended_scan() to test_pre_run()
2021-03-12 Simon Glasstest: Call test_pre/post_run() from driver model tests
2021-03-12 Simon Glasstest: Create pre/post-run functions
2021-03-12 Simon Glasstest: Add an overall test runner
2021-03-12 Simon Glasstest: Rename test-main.c to test-dm.c
2021-03-12 Simon Glasstest: Mark all driver model tests with a flag
2021-03-12 Simon Glasstest: Correct setexpr test prefix
2021-03-12 Simon Glassdoc: Document how sandbox_spl_tests are run
2021-03-12 Simon Glassdoc: Explain how to run tests without pytest
2021-03-12 Simon Glasstest: Re-enable test_ofplatdata
2021-03-12 Simon Glasssandbox: Drop the 'starting...' message
2021-03-12 Simon Glassdoc: Document make tcheck
2021-03-12 Simon Glassdoc: Tidy up testing section
2021-03-12 Simon Glassdm: core: Fix allocation of empty of-platdata
2021-03-04 Tom RiniMerge tag 'next-2021-03-04' of https://gitlab.denx...
2021-03-04 Tom RiniMerge branch '2021-03-03-gpio-improvements' into next
2021-03-03 Simon Glassgpio: Add a way to read 3-way strapping pins
2021-03-03 Simon Glassgpio: Define the log category in the uclass
2021-03-03 Simon Glassgpio: sandbox: Track whether a GPIO is driven
2021-03-03 Simon Glassgpio: x86: Drop the deprecated methods in intel_gpio
2021-03-03 Simon Glassgpio: Use an 'ops' variable everywhere
2021-03-03 Simon Glassgpio: Replace direction_input() and direction_output()
2021-03-03 Simon Glassdm: gpio: Add a way to update flags
2021-03-03 Simon Glassgpio: sandbox: Make sandbox_gpio_set_flags() set all...
2021-03-03 Simon Glassgpio: sandbox: Fully separate pin value from output...
2021-03-03 Simon Glassgpio: sandbox: Use a separate flag for the value
2021-03-03 Simon Glassgpio: sandbox: Rename GPIO dir_flags to flags
2021-03-03 Simon Glassgpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()
2021-03-03 Simon Glassdm: gpio: Rename get_dir_flags() method to get_flags()
2021-03-03 Simon Glassdm: gpio: Rename set_dir_flags() method to update_flags()
2021-03-03 Simon Glassgpio: Disable functions not used with of-platdata
2021-03-03 Tom RiniMerge branch '2021-03-03-assorted-improvements' into...
2021-03-03 Jagan Tekivideo: sunxi_display: Convert to DM_VIDEO
2021-03-02 Simon Glasstpm: Allow disabling platform hierarchy with TPM2
2021-03-02 Simon Glasstpm: Add TPM2 support for write_lock
2021-03-02 Simon Glasstpm: Add TPM2 support for read/write values
2021-03-02 Simon Glasstpm: Add an implementation of define_space
2021-03-02 Simon Glasstpm: Reduce duplication in a few functions
2021-03-02 Simon Glasstpm: Add a basic API implementation for TPMv2
2021-03-02 Simon Glasstpm: Switch TPMv1 over to use the new API
2021-03-02 Simon Glasstpm: Add an API that can support v1.2 and v2
2021-03-02 Simon Glasstpm: Add debugging of request in tpm_sendrecv_command()
2021-03-02 Simon Glasstpm: Use logging in the uclass
2021-03-02 Simon Glasstpm: Don't include cr50 in TPL/SPL
2021-03-02 Simon Glassbootm: Fix duplicate debugging in bootm_process_cmdline()
2021-03-02 Simon Glasssandbox: Write out bloblist when exiting
2021-03-02 Simon Glasssandbox: Avoid using malloc() for system state
2021-03-02 Simon Glasssandbox: Add os_realloc()
2021-03-02 Simon Glasss5p4418_nanopi2: Drop dead code
2021-03-02 Simon Glassdoc: Add a note about producing 'md.b' output using...
2021-03-02 Simon Glassdoc: describe the md command
2021-03-02 Simon Glassbinman: Indicate how to make binman verbose
2021-03-02 Simon Glassspl: Drop duplicate 'Jumping to U-Boot' message
2021-03-02 Patrick Delaunayarm: remove set_dacr/get_dacr functions
2021-03-02 Patrick Delaunayarm: cp15: remove weak function arm_init_domains
2021-03-02 Patrick Delaunayarm: omap2: remove arm_init_domains
2021-03-02 Patrick Delaunayarm: cp15: update DACR value to activate access control
2021-03-02 Patrick Delaunayarm: cosmetic: align TTB_SECT define value
next