- 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
- ed298be pytest: Collect SPL unit tests by Simon Glass · 4 years, 1 month ago
- 25dc2e9 dm: test: Add a very simple of-platadata test by Simon Glass · 4 years, 1 month ago
- a4e289b dm: test: Add a way to run SPL tests by Simon Glass · 4 years, 1 month ago
- c0b0b14 dm: test: Update the test runner to support of-platdata by Simon Glass · 4 years, 1 month ago
- bf40eee dm: test: Build tests for SPL by Simon Glass · 4 years, 1 month ago
- 8034e4d dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 2 months ago
- 8ec2933 dm: test: Disable some tests that should not run in SPL by Simon Glass · 4 years, 2 months ago
- 85556fb dm: test: Make use of CONFIG_UNIT_TEST by Simon Glass · 4 years, 2 months ago
- 9a78e90 dm: test: Update Makefile conditions by Simon Glass · 4 years, 2 months ago
- 9257d13 dm: test: Sort the Makefile by Simon Glass · 4 years, 2 months ago
- 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
- 5b13c34 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 1 month ago
- 11e4786 test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · 4 years, 1 month ago
- a94b697 test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · 4 years, 1 month ago
- af5e624 test: log: test message continuation by Heinrich Schuchardt · 4 years, 1 month ago
- 92a8862 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 4 months ago
- fad2e88 cmd: fat: Use do_save() for fatwrite by Lad Prabhakar · 4 years, 1 month ago
- dcc8ab7 test: unit tests for print_freq(), print_size() by Heinrich Schuchardt · 4 years, 1 month ago
- c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 2 months ago
- 753251d video: backlight: fix pwm's duty cycle calculation by Dario Binacchi · 4 years, 2 months ago
- c848c8a test: Fix sandbox tests failing to build by Sean Anderson · 4 years, 2 months ago
- adee5df cmd/button: return button status by Heinrich Schuchardt · 4 years, 3 months ago
- 57c2fc6 test: sharpen button label unit test by Heinrich Schuchardt · 4 years, 3 months ago