- 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
- b8f0082 test: Avoid assuming sandbox board for bloblist test by Simon Glass · 4 years, 1 month ago
- 7423bbf test: test/lib/test_print.c depends on CONSOLE_RECORD by Heinrich Schuchardt · 4 years, 1 month ago
- 293798c test: log: add test for console output of dropped messages by Patrick Delaunay · 4 years ago
- 053156d test: add test for dropped trace before log_init by Patrick Delaunay · 4 years ago
- cc03497 test: log: add test for dropped messages by Patrick Delaunay · 4 years ago
- 529e46f test: add LOGL_FORCE_DEBUG flags support in log tests by Patrick Delaunay · 4 years ago
- 9d12a9b Nokia RX-51: Add test for U-Boot serial console by Pali Rohár · 4 years ago
- 836cc9d dm: core: add a function to decode display timings by Dario Binacchi · 4 years ago
- b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · 4 years ago
- b7f8589 clk: add clk_round_rate() by Dario Binacchi · 4 years ago
- 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
- 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
- 784cd9e dm: core: Allow the uclass list to move by Simon Glass · 4 years ago
- f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
- 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
- 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · 4 years ago
- 4bf8972 test: Move some test drivers into their own file by Simon Glass · 4 years ago
- bdb7635 test: Use a simple variable to record removed device by Simon Glass · 4 years ago
- 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
- 56a34a4 sandbox: Drop unnecessary test node by Simon Glass · 4 years ago
- 2157529 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · 4 years ago
- 136a6dd test: dm: spi: Add testcase for spi_claim_bus() by Ovidiu Panait · 4 years ago
- ae73473 sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 4 years ago
- 38040a9 dm: core: Drop seq and req_seq by Simon Glass · 4 years ago
- 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
- 791a17f dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 4 years ago
- 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years ago
- 9a65513 x86: Simplify acpi_device_infer_name() by Simon Glass · 4 years ago
- 528296f dm: test: Drop assumptions of no sequence numbers by Simon Glass · 4 years ago
- 437ed82 dm: core: Switch binding to use new sequence numbers by Simon Glass · 4 years ago
- 6a109b3 dm: test: Check all devices have a sequence numbers by Simon Glass · 4 years ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 4d71d60 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years ago
- 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years ago
- 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · 4 years ago
- 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
- 0e29873 test: unit test for exception command by Heinrich Schuchardt · 4 years, 1 month ago
- 529e208 bootm: Support string substitution in bootargs by Simon Glass · 4 years, 1 month ago
- b4e1b6d bootm: Allow updating the bootargs in a buffer by Simon Glass · 4 years, 1 month ago
- 63660dc bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · 4 years, 1 month ago
- d87002f bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · 4 years, 1 month ago
- a50b6dd bootm: Rename fixup_silent_linux() by Simon Glass · 4 years, 1 month ago
- 2eab017 bootm: Update fixup_silent_linux() to return an error by Simon Glass · 4 years, 1 month ago
- 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · 4 years, 1 month ago
- 783ef3f env: Allow returning errors from hdelete_r() by Simon Glass · 4 years, 1 month ago
- 30a7c61 test/py: efi_capsule: test for raw image capsule by AKASHI Takahiro · 4 years ago
- 0f626ce test/py: efi_capsule: test for FIT image capsule by AKASHI Takahiro · 4 years ago
- 580a7a5 setexpr: Add support for strings by Simon Glass · 4 years, 1 month ago
- 7a11486 setexpr: Correct buffer overflow bug and enable tests by Simon Glass · 4 years, 1 month ago
- 28ae25a setexpr: Correct dropping of final unmatched string by Simon Glass · 4 years, 1 month ago
- 00e4419 setexpr: Add some tests for buffer overflow and backref by Simon Glass · 4 years, 1 month ago
- bbcdba8 test: Add some setexpr regex tests by Simon Glass · 4 years, 1 month ago
- 7c19edf setexpr: Add explicit support for 32- and 64-bit ints by Simon Glass · 4 years, 1 month ago
- 663a2c1 test: Add some tests for setexpr by Simon Glass · 4 years, 1 month ago
- 2def741 Nokia RX-51: Update test script by Pali Rohár · 4 years, 1 month ago
- a391451 Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 1 month ago
- 458b66a board: Rename uclass to sysinfo by Simon Glass · 4 years, 1 month ago
- a385d49 acpi: Don't reset the tables with every new generation by Simon Glass · 4 years, 1 month ago
- 7b3b003 test: linking test/compression.c fails by Heinrich Schuchardt · 4 years, 1 month ago
- 67b9134 test: test/bloblist.c depends on asm/state.h by Heinrich Schuchardt · 4 years, 1 month ago
- e7e4f2d test: adjust sysreset tests by Heinrich Schuchardt · 4 years, 1 month ago
- 5cf0f3b test/py: test poweroff by Heinrich Schuchardt · 4 years, 1 month ago
- ddf5fda Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
- bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
- cf1ddf4 test: Add a test for log filter-* by Sean Anderson · 4 years, 1 month ago
- 6fbe005 test: Add a test for getopt by Sean Anderson · 4 years, 1 month ago
- 4147317 test: Add test for LOGFF_MIN by Sean Anderson · 4 years, 1 month ago
- 14e9986 test: Add tests for LOGFF_DENY by Sean Anderson · 4 years, 1 month ago
- ba95667 test: log: Give tests names instead of numbers by Sean Anderson · 4 years, 1 month ago
- c182182 test: log: Convert log_test from python to C by Sean Anderson · 4 years, 1 month ago
- 3180554 test: unit test for efi_create_indexed_name() by Heinrich Schuchardt · 4 years, 1 month ago
- 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
- 4d4558e dm: Add a test for of-platdata parent information by Simon Glass · 4 years, 2 months ago
- cfd6a00 dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 2 months ago
- 6b927b1 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 2 months ago
- d825ea7 dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 2 months ago
- 64401e7 dm: Add a C test for of-platdata properties by Simon Glass · 4 years, 2 months ago
- 10a2cd3 dm: test: Drop of-platdata pytest by Simon Glass · 4 years, 1 month ago
- 8c921ac test: Run only the selected SPL test by Simon Glass · 4 years, 1 month ago
- e43b1b5 test: Run SPL unit tests by Simon Glass · 4 years, 1 month ago