configs: sandbox: activate DEBUG_UART
[platform/kernel/u-boot.git] / test /
2020-12-19 Simon Glassdm: core: Drop seq and req_seq
2020-12-19 Simon Glassdm: Drop the unused arg in uclass_find_device_by_seq()
2020-12-19 Simon Glassdm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ
2020-12-19 Simon Glassdm: Switch over to use new sequence number for dev_seq()
2020-12-19 Simon Glassx86: Simplify acpi_device_infer_name()
2020-12-19 Simon Glassdm: test: Drop assumptions of no sequence numbers
2020-12-19 Simon Glassdm: core: Switch binding to use new sequence numbers
2020-12-19 Simon Glassdm: test: Check all devices have a sequence numbers
2020-12-14 Tom RiniMerge tag 'dm-pull-14dec20' of git://git.denx.de/u...
2020-12-13 Simon Glassdm: treewide: Rename ..._platdata variables to just...
2020-12-13 Simon Glassdm: treewide: Update 'auto' declarations to be on one...
2020-12-13 Simon Glassdm: treewide: Rename ofdata_to_platdata() to of_to_plat()
2020-12-13 Simon Glassdm: treewide: Rename dev_get_platdata() to dev_get_plat()
2020-12-13 Simon Glassdm: treewide: Rename 'platdata' variables to just ...
2020-12-13 Simon Glassdm: treewide: Rename auto_alloc_size members to be...
2020-12-13 Simon Glassdm: core: Drop unused parameter from dm_extended_scan_fdt()
2020-12-13 Simon Glassdm: core: Drop unused parameter from dm_scan_fdt()
2020-12-13 Simon Glassdm: core: Add a livetree function to check node status
2020-12-13 Simon Glassdm: core: Rename device_bind_ofnode() to device_bind()
2020-12-13 Heinrich Schuchardttest: unit test for exception command
2020-12-07 Tom RiniMerge branch '2020-12-07-bootm-and-spl-atf-improvements...
2020-12-05 Simon Glassbootm: Support string substitution in bootargs
2020-12-04 Simon Glassbootm: Allow updating the bootargs in a buffer
2020-12-04 Simon Glassbootm: Update bootm_process_cmdline_env() to use flags
2020-12-04 Simon Glassbootm: Add a bool parameter to bootm_process_cmdline_env()
2020-12-04 Simon Glassbootm: Rename fixup_silent_linux()
2020-12-04 Simon Glassbootm: Update fixup_silent_linux() to return an error
2020-12-04 Simon Glassbootm: Add tests for fixup_silent_linux()
2020-12-04 Simon Glassenv: Allow returning errors from hdelete_r()
2020-12-03 Tom RiniMerge tag 'efi-next' of https://gitlab.denx.de/u-boot...
2020-12-03 AKASHI Takahirotest/py: efi_capsule: test for raw image capsule
2020-12-03 AKASHI Takahirotest/py: efi_capsule: test for FIT image capsule
2020-12-02 Tom RiniMerge branch '2020-12-01-next-imports' into next
2020-12-01 Simon Glasssetexpr: Add support for strings
2020-12-01 Simon Glasssetexpr: Correct buffer overflow bug and enable tests
2020-12-01 Simon Glasssetexpr: Correct dropping of final unmatched string
2020-12-01 Simon Glasssetexpr: Add some tests for buffer overflow and backref
2020-12-01 Simon Glasstest: Add some setexpr regex tests
2020-12-01 Simon Glasssetexpr: Add explicit support for 32- and 64-bit ints
2020-12-01 Simon Glasstest: Add some tests for setexpr
2020-11-16 Tom RiniMerge tag 'ti-v2021.01-rc3' of https://gitlab.denx...
2020-11-15 Pali RohárNokia RX-51: Update test script
2020-11-06 Tom RiniMerge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm
2020-11-06 Tom RiniMerge tag 'u-boot-amlogic-20201105' of https://gitlab...
2020-11-06 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-11-06 Simon Glassboard: Rename uclass to sysinfo
2020-11-06 Simon Glassacpi: Don't reset the tables with every new generation
2020-11-05 Tom RiniMerge tag 'u-boot-imx-20201105' of https://gitlab.denx...
2020-11-05 Heinrich Schuchardttest: linking test/compression.c fails
2020-11-05 Heinrich Schuchardttest: test/bloblist.c depends on asm/state.h
2020-11-05 Heinrich Schuchardttest: adjust sysreset tests
2020-11-05 Heinrich Schuchardttest/py: test poweroff
2020-11-02 Tom RiniMerge tag 'u-boot-atmel-fixes-2021.01-a' of https:...
2020-11-01 Tom RiniMerge tag 'efi-2020-01-rc2-2' of https://gitlab.denx...
2020-10-31 Tom RiniMerge tag 'u-boot-rockchip-20201031' of https://gitlab...
2020-10-30 Tom RiniMerge tag 'dm-pull-30oct20' of https://gitlab.denx...
2020-10-30 Tom RiniMerge branch '2020-10-30-misc-changes'
2020-10-30 Sean Andersontest: Add a test for log filter-*
2020-10-30 Sean Andersontest: Add a test for getopt
2020-10-30 Sean Andersontest: Add test for LOGFF_MIN
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 Heinrich Schuchardttest: unit test for efi_create_indexed_name()
2020-10-29 Simon Glassdm: Use driver_info index instead of pointer
2020-10-29 Simon Glassdm: Add a test for of-platdata parent information
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 Glassdm: test: Drop of-platdata pytest
2020-10-29 Simon Glasstest: Run only the selected SPL test
2020-10-29 Simon Glasstest: Run SPL unit tests
2020-10-29 Simon Glasspytest: Collect SPL unit tests
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 Simon Glassdtoc: Fix widening of int to bytes
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 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-10-29 Tom RiniMerge tag 'xilinx-for-v2021.01-v2' of https://gitlab...
2020-10-29 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-10-28 Tom RiniMerge branch '2020-10-28-mux-driver-framework'
2020-10-28 Pratyush Yadavtest: mux-cmd: Add tests for the 'mux' command
2020-10-28 Jean-Jacques Hiblottest: Add tests for the multiplexer framework
2020-10-28 Tom RiniMerge tag 'efi-2021-01-rc2' of https://gitlab.denx...
2020-10-28 Tom RiniMerge branch '2020-10-27-further-log-enhancements'
2020-10-27 Heinrich Schuchardttest: log: test message continuation
2020-10-27 Michal Simekdm: core: Add support for getting node from aliases
2020-10-24 Tom RiniMerge branch '2020-10-23-misc-changes'
2020-10-23 Lad Prabhakarcmd: fat: Use do_save() for fatwrite
2020-10-23 Heinrich Schuchardttest: unit tests for print_freq(), print_size()
2020-10-23 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2020-10-23 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2020-10-22 Tom RiniMerge branch '2020-10-22-misc-changes'
next