- 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · 3 years, 9 months ago
- 9deea13 test: Run sandbox_spl tests on sandbox_noinst by Simon Glass · 3 years, 9 months ago
- cb79f07 sandbox: Create a new sandbox_noinst build by Simon Glass · 3 years, 9 months ago
- 77faa97 Revert "sandbox: Disable I2C emulators in SPL" by Simon Glass · 3 years, 9 months ago
- 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · 3 years, 9 months ago
- 2f25998 dm: core: Drop device_get_by_driver_info() by Simon Glass · 3 years, 9 months ago
- 9bb88fb clk: sandbox: Create a special fixed-rate driver by Simon Glass · 3 years, 9 months ago
- 96113c1 dm: test: Avoid destroying uclasses with of-platdata-inst by Simon Glass · 3 years, 9 months ago
- df56e0b dtoc: Assign a sequence number to each node by Simon Glass · 3 years, 10 months ago
- fce3802 test: print_ut: Fix potential build error by Bin Meng · 3 years, 9 months ago
- 0bcbec7 test: cmd: setexpr: Fix a typo by Bin Meng · 3 years, 9 months ago
- d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 9 months ago
- 905b173 test: py: add initial coverage for scp03 cmd by Igor Opaniuk · 3 years, 10 months ago
- 60e08ee test: acpi: Fix warnings on 32-bit build by Simon Glass · 3 years, 10 months ago
- 5fc47e3 log: Handle line continuation by Simon Glass · 3 years, 10 months ago
- ee11209 spl: test: Add a test for spl_load_simple_fit() by Simon Glass · 3 years, 9 months ago
- 1ef74ab test: Allow SPL to run any available test by Simon Glass · 3 years, 9 months ago
- 1638693 test: Rename all linker lists to have a ut_ prefix by Simon Glass · 3 years, 9 months ago
- b50211f test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 9 months ago
- 11abb2b test: log: Rename log main test file to log_ut.c by Simon Glass · 3 years, 9 months ago
- 53d1b19 test: Move restoring of driver model state to ut_run_list() by Simon Glass · 3 years, 9 months ago
- 1899e13 test: Move the devicetree check into ut_run_list() by Simon Glass · 3 years, 9 months ago
- 5ed319b test: Use return values in dm_test_run() by Simon Glass · 3 years, 9 months ago
- bb2b173 test: Run driver-model tests using ut_run_list() by Simon Glass · 3 years, 9 months ago
- 4066d8d test: Use a local variable for test state by Simon Glass · 3 years, 9 months ago
- 0d32ec2 test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 9 months ago
- d97fd78 test: Drop dm_do_test() by Simon Glass · 3 years, 9 months ago
- 436687e test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 9 months ago
- 5517edb test: Move test running into a separate function by Simon Glass · 3 years, 9 months ago
- 5b7e55b test: Move dm_test_destroy() into test-main.c by Simon Glass · 3 years, 9 months ago
- 2dba476 test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 9 months ago
- b98bfbc test: Drop struct dm_test_state by Simon Glass · 3 years, 9 months ago
- b2890a1 test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 9 months ago
- 59cad96 test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 9 months ago
- 2b566b9 test: Move console silencing to test_pre_run() by Simon Glass · 3 years, 9 months ago
- 86a5bd0 test: Drop mallinfo() work-around by Simon Glass · 3 years, 9 months ago
- 177e0fd test: Move dm_scan_plat() to test_pre_run() by Simon Glass · 3 years, 9 months ago
- 242357c test: Move do_autoprobe() to test_pre_run() by Simon Glass · 3 years, 9 months ago
- d18f739 test: Move dm_extended_scan() to test_pre_run() by Simon Glass · 3 years, 9 months ago
- 0f8f677 test: Call test_pre/post_run() from driver model tests by Simon Glass · 3 years, 9 months ago
- d93dc7d test: Create pre/post-run functions by Simon Glass · 3 years, 9 months ago
- 5722fb2 test: Add an overall test runner by Simon Glass · 3 years, 9 months ago
- a1add9d test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 9 months ago
- 8f05ec4 test: Correct setexpr test prefix by Simon Glass · 3 years, 9 months ago
- 2a4b03f test: Re-enable test_ofplatdata by Simon Glass · 3 years, 9 months ago
- 46c0374 sandbox: Drop the 'starting...' message by Simon Glass · 3 years, 9 months ago
- 76a2ce9 efi_loader: correct uboot_bin_env.its file format by Heinrich Schuchardt · 3 years, 9 months ago
- 6aa77ac lib/charset: UTF-8 stream conversion by Heinrich Schuchardt · 3 years, 9 months ago
- e3fa74b lib/charset: utf8_get() should return error by Heinrich Schuchardt · 3 years, 9 months ago
- 91fb089 efi_loader: carve out utf_to_cp() by Heinrich Schuchardt · 3 years, 9 months ago
- 261fc06 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · 3 years, 9 months ago
- 247ccf2 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 10 months ago
- 7b893f9 dm: gpio: Add a way to update flags by Simon Glass · 3 years, 10 months ago
- 3f2d575 gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 10 months ago
- 909bee3 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 10 months ago
- 54befdd dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 10 months ago
- c4f2d64 fastboot: Allow u-boot-style partitions by Sean Anderson · 3 years, 10 months ago
- 2a19109 test: dm: Add test for fastboot mmc partition naming by Sean Anderson · 3 years, 10 months ago
- b2f1c0b mmc: sandbox: Add support for writing by Sean Anderson · 3 years, 10 months ago
- c33f85e test: missing dependency for test/cmd/setexpr.c by Heinrich Schuchardt · 3 years, 9 months ago
- 00b5acd Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 9 months ago
- 3524a5e dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 11 months ago
- 892e9b4 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · 3 years, 11 months ago
- 22b7f7e dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · 3 years, 11 months ago
- ad39859 test: add a simple test for the adc-keys button driver by Marek Szyprowski · 3 years, 9 months ago
- 40154e9 test: dm: tee: extend with RPC test by Igor Opaniuk · 3 years, 10 months ago
- f9254f7 test: py: add pygit2 and pyelftools to requirements.txt by Igor Opaniuk · 3 years, 10 months ago
- b823daa image: Check for unit addresses in FITs by Simon Glass · 3 years, 9 months ago
- 19d2c02 libfdt: Check for multiple/invalid root nodes by Simon Glass · 3 years, 9 months ago
- 5e942f7 test: Add tests for the 'evil' vboot attacks by Simon Glass · 3 years, 9 months ago
- 141f49a test: Add vboot_evil implementation by Simon Glass · 3 years, 9 months ago
- 4433890 fit: Don't allow verification of images with @ nodes by Simon Glass · 3 years, 9 months ago
- b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
- abbdbbd dm: core: Add late driver remove option by Marek Vasut · 3 years, 10 months ago
- df34d0b dm: core: Avoid partially removing devices by Simon Glass · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 76e6a9e test/py: fix runtest wrapper for pytest 6 by Stephen Warren · 3 years, 10 months ago
- bf0a692 dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · 3 years, 10 months ago
- 6d0601e sandbox: Disable I2C emulators in SPL by Simon Glass · 3 years, 10 months ago
- 333e3a9 cros_ec: Add vstore support by Simon Glass · 3 years, 10 months ago
- 0316130 cros_ec: Show events in human-readable form by Simon Glass · 3 years, 10 months ago
- 9d70252 cros_ec: Add support for switches by Simon Glass · 3 years, 10 months ago
- 959e1ce cros_ec: Support reading EC features by Simon Glass · 3 years, 10 months ago
- 33909b5 cros_ec: Add support for reading the SKU ID by Simon Glass · 3 years, 10 months ago
- 9b306e5 cros_ec: Add a function for the hello message by Simon Glass · 3 years, 10 months ago
- 9211181 test: inconsistent string tests by Heinrich Schuchardt · 3 years, 10 months ago
- c38be19 test: inconsistent bootm tests by Heinrich Schuchardt · 3 years, 10 months ago
- 1b91cee test: Update test_fs to not use deprecated pytest.yield_fixture() by Tom Rini · 3 years, 10 months ago
- ceb4ca2 test: correct entry point to pytest by Heinrich Schuchardt · 3 years, 10 months ago
- f3128e3 test: pr_cont_test.o depends on CONFIG_LOG=y by Heinrich Schuchardt · 3 years, 10 months ago
- 8a99754 test: test_ofplatdata: Mark as sandbox specific by Tom Rini · 3 years, 10 months ago
- ab7e746 bloblist: Support relocating to a larger space by Simon Glass · 3 years, 11 months ago
- 7a9814c test: unit test for echo command by Heinrich Schuchardt · 3 years, 10 months ago
- 79c9f0e doc: move test/py/README.md to HTML documentation by Heinrich Schuchardt · 3 years, 10 months ago
- 566a678 doc: move test/README to HTML documentation by Heinrich Schuchardt · 3 years, 10 months ago
- 1d5955f cmd: Add a pwm command by Pragnesh Patel · 4 years ago
- b5a828e test: unit test for pr_err(), pr_cont() by Heinrich Schuchardt · 3 years, 11 months ago
- c8cdd49 test: correct the test prefix in ut str by Patrick Delaunay · 4 years ago
- 704679d test: correct the test prefix in ut cmd_mem by Patrick Delaunay · 4 years ago
- 8dd78a9 test: Only enable bloblist test when supported by Simon Glass · 4 years, 1 month ago