| Commit message (Expand) | Author | Age | Files | Lines |
* | test: mux-cmd: Add tests for the 'mux' commandWIP/2020-10-28-mux-driver-framework | Pratyush Yadav | 2020-10-28 | 2 | -0/+178 |
* | test: Add tests for the multiplexer framework | Jean-Jacques Hiblot | 2020-10-28 | 3 | -0/+245 |
* | test: log: test message continuation | Heinrich Schuchardt | 2020-10-27 | 2 | -1/+55 |
* | cmd: fat: Use do_save() for fatwrite | Lad Prabhakar | 2020-10-23 | 1 | -3/+3 |
* | test: unit tests for print_freq(), print_size() | Heinrich Schuchardt | 2020-10-23 | 2 | -0/+72 |
* | common: rename getc() to getchar() | Heinrich Schuchardt | 2020-10-22 | 1 | -1/+1 |
* | video: backlight: fix pwm's duty cycle calculation | Dario Binacchi | 2020-10-18 | 1 | -6/+6 |
* | test: Fix sandbox tests failing to build | Sean Anderson | 2020-10-17 | 2 | -2/+2 |
* | cmd/button: return button status | Heinrich Schuchardt | 2020-10-14 | 1 | -8/+26 |
* | test: sharpen button label unit test | Heinrich Schuchardt | 2020-10-14 | 2 | -4/+4 |
* | test: Add PStore command tests | Frédéric Danis | 2020-10-14 | 4 | -0/+77 |
* | test: vboot: add tests for multiple required keys | Thirupathaiah Annapureddy | 2020-10-12 | 1 | -2/+44 |
* | log: Disable the syslog driver by default | Simon Glass | 2020-10-10 | 3 | -0/+42 |
* | log: Add a way to enable/disable a log device | Simon Glass | 2020-10-10 | 2 | -0/+15 |
* | log: Drop #ifdef in log_test | Simon Glass | 2020-10-10 | 1 | -2/+0 |
* | log: Allow LOG_DEBUG to always enable log output | Simon Glass | 2020-10-10 | 4 | -74/+108 |
* | test: dm: Test for default led naming | Sean Anderson | 2020-10-08 | 1 | -1/+2 |
* | test: pinmux: Add test for pin muxing | Sean Anderson | 2020-10-08 | 3 | -18/+78 |
* | test: dm: add test for phandle access functions | Patrick Delaunay | 2020-10-06 | 2 | -0/+140 |
* | dm: update test on of_offset in ofnode_valid | Patrick Delaunay | 2020-10-06 | 1 | -0/+16 |
* | bloblist: Allow custom alignment for blobs | Simon Glass | 2020-10-06 | 1 | -9/+33 |
* | bloblist: Tidy up the data alignment | Simon Glass | 2020-10-06 | 1 | -1/+37 |
* | bloblist: Compare addresses rather than pointers in tests | Simon Glass | 2020-10-06 | 1 | -13/+14 |
* | bloblist: Add a command | Simon Glass | 2020-10-06 | 1 | -1/+58 |
* | Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...WIP/05Oct2020-next | Tom Rini | 2020-10-05 | 2 | -0/+217 |
|\ |
|
| * | clk: do not disable clock if it is critical | Claudiu Beznea | 2020-09-22 | 1 | -1/+31 |
| * | clk: bind clk to new parent device | Claudiu Beznea | 2020-09-22 | 1 | -0/+27 |
| * | dm: core: add support for device re-parenting | Claudiu Beznea | 2020-09-22 | 1 | -0/+160 |
* | | firmware: smci: sandbox test for SCMI reset controllersWIP/30Sep2020-next | Etienne Carriere | 2020-09-30 | 1 | -0/+36 |
* | | firmware: scmi: sandbox test for SCMI clocks | Etienne Carriere | 2020-09-30 | 1 | -6/+135 |
* | | firmware: add SCMI agent uclass | Etienne Carriere | 2020-09-30 | 2 | -0/+39 |
* | | test: dm: Add tests for regmap managed API and regmap fields | Jean-Jacques Hiblot | 2020-09-30 | 1 | -0/+198 |
* | | test/py: allow multi-digit index in in_tree() | Pratyush Yadav | 2020-09-30 | 1 | -1/+1 |
* | | test: gpio: Add tests for the managed API | Jean-Jacques Hiblot | 2020-09-30 | 3 | -4/+106 |
* | | test: reset: Add tests for the managed API | Jean-Jacques Hiblot | 2020-09-30 | 1 | -0/+60 |
* | | timer: Add a test for timer_timebase_fallback | Sean Anderson | 2020-09-30 | 1 | -1/+26 |
* | | acpi: Add more support for generating processor tables | Simon Glass | 2020-09-25 | 1 | -0/+294 |
* | | acpi: Add support for generating processor tables | Simon Glass | 2020-09-25 | 1 | -0/+107 |
* | | dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() | Simon Glass | 2020-09-25 | 1 | -2/+2 |
* | | acpi: Support generating a multi-function _DSM for devices | Simon Glass | 2020-09-25 | 1 | -0/+125 |
* | | acpi: Add support for conditions and return values | Simon Glass | 2020-09-25 | 1 | -0/+91 |
* | | acpi: Add support for writing a _PRW | Simon Glass | 2020-09-25 | 1 | -0/+30 |
* | | test: fdtdec: Add test for new no-map fdtdec_add_reserved_memory() parameter | Patrice Chotard | 2020-09-22 | 1 | -1/+4 |
* | | fdtdec: optionally add property no-map to created reserved memory node | Etienne Carriere | 2020-09-22 | 1 | -3/+3 |
|/ |
|
* | cmd: acpi: Print revisions in hex format | Andy Shevchenko | 2020-09-21 | 1 | -5/+5 |
* | test: do no assume hush parser in validate_empty()WIP/2020-09-12-assorted-bugfixes | Heinrich Schuchardt | 2020-09-12 | 1 | -1/+1 |
* | test: undefined reference to 'sscanf' | Heinrich Schuchardt | 2020-08-27 | 1 | -1/+1 |
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell | Tom Rini | 2020-08-25 | 1 | -0/+22 |
|\ |
|
| * | pci: pci-uclass: Add multi entry support for memory regions | Suneel Garapati | 2020-08-25 | 1 | -0/+22 |
* | | Merge branch '2020-08-24-misc-improvements' | Tom Rini | 2020-08-25 | 3 | -47/+102 |
|\ \ |
|