| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat() | Simon Glass | 2020-12-13 | 5 | -22/+22 |
* | dm: treewide: Rename 'platdata' variables to just 'plat' | Simon Glass | 2020-12-13 | 11 | -72/+72 |
* | dm: treewide: Rename auto_alloc_size members to be shorter | Simon Glass | 2020-12-13 | 8 | -30/+30 |
* | dm: core: Drop unused parameter from dm_extended_scan_fdt() | Simon Glass | 2020-12-13 | 2 | -2/+2 |
* | dm: core: Drop unused parameter from dm_scan_fdt() | Simon Glass | 2020-12-13 | 3 | -3/+3 |
* | dm: core: Add a livetree function to check node status | Simon Glass | 2020-12-13 | 1 | -0/+12 |
* | dm: core: Rename device_bind_ofnode() to device_bind() | Simon Glass | 2020-12-13 | 1 | -2/+2 |
* | test: unit test for exception command | Heinrich Schuchardt | 2020-12-13 | 1 | -0/+24 |
* | bootm: Support string substitution in bootargs | Simon Glass | 2020-12-04 | 1 | -5/+109 |
* | bootm: Allow updating the bootargs in a buffer | Simon Glass | 2020-12-04 | 1 | -15/+99 |
* | bootm: Update bootm_process_cmdline_env() to use flags | Simon Glass | 2020-12-04 | 1 | -5/+5 |
* | bootm: Add a bool parameter to bootm_process_cmdline_env() | Simon Glass | 2020-12-04 | 1 | -5/+5 |
* | bootm: Rename fixup_silent_linux() | Simon Glass | 2020-12-04 | 1 | -5/+5 |
* | bootm: Update fixup_silent_linux() to return an error | Simon Glass | 2020-12-04 | 1 | -5/+5 |
* | bootm: Add tests for fixup_silent_linux() | Simon Glass | 2020-12-04 | 3 | -0/+61 |
* | env: Allow returning errors from hdelete_r() | Simon Glass | 2020-12-04 | 1 | -1/+1 |
* | test/py: efi_capsule: test for raw image capsule | AKASHI Takahiro | 2020-12-03 | 2 | -0/+66 |
* | test/py: efi_capsule: test for FIT image capsule | AKASHI Takahiro | 2020-12-03 | 4 | -0/+290 |
* | setexpr: Add support for strings | Simon Glass | 2020-12-01 | 1 | -0/+86 |
* | setexpr: Correct buffer overflow bug and enable tests | Simon Glass | 2020-12-01 | 1 | -17/+7 |
* | setexpr: Correct dropping of final unmatched string | Simon Glass | 2020-12-01 | 1 | -3/+2 |
* | setexpr: Add some tests for buffer overflow and backref | Simon Glass | 2020-12-01 | 1 | -0/+89 |
* | test: Add some setexpr regex tests | Simon Glass | 2020-12-01 | 1 | -0/+58 |
* | setexpr: Add explicit support for 32- and 64-bit ints | Simon Glass | 2020-12-01 | 1 | -9/+9 |
* | test: Add some tests for setexpr | Simon Glass | 2020-12-01 | 3 | -0/+166 |
* | Nokia RX-51: Update test script | Pali Rohár | 2020-11-15 | 1 | -12/+15 |
* | Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmWIP/06Nov2020 | Tom Rini | 2020-11-06 | 4 | -8/+24 |
|\ |
|
| * | test: linking test/compression.c fails | Heinrich Schuchardt | 2020-11-05 | 2 | -1/+10 |
| * | test: test/bloblist.c depends on asm/state.h | Heinrich Schuchardt | 2020-11-05 | 1 | -0/+2 |
| * | test: adjust sysreset tests | Heinrich Schuchardt | 2020-11-05 | 1 | -3/+8 |
| * | test/py: test poweroff | Heinrich Schuchardt | 2020-11-05 | 1 | -4/+4 |
* | | board: Rename uclass to sysinfo | Simon Glass | 2020-11-06 | 3 | -60/+60 |
* | | acpi: Don't reset the tables with every new generation | Simon Glass | 2020-11-06 | 1 | -0/+4 |
|/ |
|
* | Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/01Nov2020 | Tom Rini | 2020-11-01 | 1 | -0/+19 |
|\ |
|
| * | test: unit test for efi_create_indexed_name() | Heinrich Schuchardt | 2020-10-30 | 1 | -0/+19 |
* | | Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo... | Tom Rini | 2020-10-30 | 9 | -94/+340 |
|\ \ |
|
| * | | dm: Use driver_info index instead of pointer | Simon Glass | 2020-10-29 | 2 | -9/+25 |
| * | | dm: Add a test for of-platdata parent information | Simon Glass | 2020-10-29 | 1 | -0/+15 |
| * | | dm: Use an allocated array for run-time device info | Simon Glass | 2020-10-29 | 1 | -9/+10 |
| * | | dm: test: Add a test for of-platdata phandles | Simon Glass | 2020-10-29 | 1 | -0/+37 |
| * | | dm: test: Add a check that all devices have a dev value | Simon Glass | 2020-10-29 | 1 | -0/+81 |
| * | | dm: Add a C test for of-platdata properties | Simon Glass | 2020-10-29 | 1 | -0/+69 |
| * | | dm: test: Drop of-platdata pytest | Simon Glass | 2020-10-29 | 1 | -47/+0 |
| * | | test: Run only the selected SPL test | Simon Glass | 2020-10-29 | 1 | -1/+1 |
| * | | test: Run SPL unit tests | Simon Glass | 2020-10-29 | 1 | -1/+1 |
| * | | pytest: Collect SPL unit tests | Simon Glass | 2020-10-29 | 2 | -5/+42 |
| * | | dm: test: Add a very simple of-platadata test | Simon Glass | 2020-10-29 | 2 | -1/+22 |
| * | | dm: test: Add a way to run SPL tests | Simon Glass | 2020-10-29 | 1 | -1/+1 |
| * | | dm: test: Update the test runner to support of-platdata | Simon Glass | 2020-10-29 | 1 | -11/+16 |
| * | | dm: test: Build tests for SPL | Simon Glass | 2020-10-29 | 1 | -0/+10 |