pandora-u-boot.git
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
2021-03-02 Patrick Delaunayarm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGH
2021-03-02 Patrick Delaunaystm32mp: update the mmu configuration for SPL and prereloc
2021-03-02 Patrick Delaunaystm32mp: update MMU config before the relocation
2021-03-02 Harald Seilerreset: Remove addr parameter from reset_cpu()
2021-03-02 Harald SeilerRevert "lpc32xx: cpu: add support for soft reset"
2021-03-02 Harald Seilerboard: ns3: Remove superfluous reset logic
2021-03-02 Harald Seilernds32: Remove dead reset_cpu() implementation
2021-03-02 Tom RiniPrepare v2021.04-rc3 v2021.04-rc3
2021-03-01 Heinrich Schuchardtlog: convert pr_*() to logging
2021-03-01 Marek BehĂșnfs: btrfs: do not fail when offset of a ROOT_ITEM is...
2021-02-28 Tom Riniuboot-test-hooks: Switch to our GitLab instance
2021-02-28 Heinrich SchuchardtCorrect U-Boot upstream repository
2021-02-27 Tom RiniMerge tag 'efi-2021-04-rc3-2' of https://gitlab.denx...
2021-02-26 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
2021-02-26 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
2021-02-26 Tom RiniMerge tag 'u-boot-stm32-20210226' of https://gitlab...
2021-02-26 Heinrich Schuchardtcmd/efidebug: add firmware management protocol GUID
2021-02-26 Heinrich Schuchardtefi_loader: fix documentation in efi_loader.h
2021-02-26 Heinrich Schuchardtefi_loader: limit output length for VenHw, VenMedia
2021-02-26 Klaus Heinrich... tools/mkeficapsule.c: fix DEBUG build
next