| Commit message (Expand) | Author | Age | Files | Lines |
* | sandbox: keep time offset when resetting | Heinrich Schuchardt | 2021-01-30 | 1 | -0/+25 |
* | dm: core: Update ofnode_read_fmap_entry() to read hashes | Simon Glass | 2021-01-30 | 1 | -0/+10 |
* | sandbox: Disable I2C emulators in SPL | Simon Glass | 2021-01-30 | 1 | -3/+7 |
* | cros_ec: Add support for switches | Simon Glass | 2021-01-30 | 1 | -0/+1 |
* | cros_ec: Add a function for the hello message | Simon Glass | 2021-01-30 | 1 | -0/+14 |
* | sandbox: fix sandbox_cmdline_cb_test_fdt() | Heinrich Schuchardt | 2021-01-30 | 1 | -1/+1 |
* | test: add test for dropped trace before log_init | Patrick Delaunay | 2021-01-15 | 1 | -0/+5 |
* | dm: core: add a function to decode display timings | Dario Binacchi | 2021-01-12 | 1 | -0/+46 |
* | fdt: translate address if #size-cells = <0> | Dario Binacchi | 2021-01-12 | 1 | -0/+21 |
* | clk: add clk_round_rate() | Dario Binacchi | 2021-01-12 | 1 | -0/+9 |
* | sandbox: Update dts files to reduce SPL size | Simon Glass | 2021-01-05 | 2 | -8/+7 |
* | sandbox: i2c: Move priv into a header file | Simon Glass | 2021-01-05 | 1 | -0/+14 |
* | sandbox: serial: Move priv into a header file | Simon Glass | 2021-01-05 | 1 | -0/+30 |
* | sandbox: remove ram buffer file when U-Boot is loaded by SPL | Patrick Delaunay | 2021-01-05 | 3 | -4/+12 |
* | sandbox: Drop unnecessary test node | Simon Glass | 2021-01-05 | 1 | -5/+0 |
* | test: spi: Add sandbox_spi_get_{speed, mode} interface | Ovidiu Panait | 2020-12-22 | 1 | -0/+16 |
* | sandbox: test: Add a second SPI slave on sandbox_spi bus | Ovidiu Panait | 2020-12-22 | 1 | -1/+9 |
* | sandbox: spi: Drop unused sandbox_spi_parse_spec function | Ovidiu Panait | 2020-12-22 | 1 | -10/+0 |
* | sandbox: implement invalidate_icache_all() | Heinrich Schuchardt | 2020-12-22 | 2 | -1/+24 |
* | sandbox: implement runtime system reset | Heinrich Schuchardt | 2020-12-22 | 1 | -0/+10 |
* | dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ | Simon Glass | 2020-12-18 | 1 | -0/+13 |
* | dm: Switch over to use new sequence number for dev_seq() | Simon Glass | 2020-12-18 | 1 | -1/+1 |
* | sandbox: add handler for exceptions | Heinrich Schuchardt | 2020-12-13 | 4 | -0/+88 |
* | Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm | Tom Rini | 2020-11-06 | 5 | -5/+56 |
|\ |
|
| * | sandbox: implement reset | Heinrich Schuchardt | 2020-11-05 | 4 | -0/+43 |
| * | sandbox: use O_CLOEXEC in os_open() | Heinrich Schuchardt | 2020-11-05 | 1 | -0/+5 |
| * | sandbox: eth-raw: do not close the console input | Heinrich Schuchardt | 2020-11-05 | 2 | -5/+8 |
* | | board: Rename uclass to sysinfo | Simon Glass | 2020-11-06 | 1 | -4/+4 |
|/ |
|
* | dm: Add a test for of-platdata parent information | Simon Glass | 2020-10-29 | 2 | -0/+2 |
* | dm: test: Add a test for of-platdata phandles | Simon Glass | 2020-10-29 | 1 | -0/+26 |
* | dm: test: Drop of-platdata pytest | Simon Glass | 2020-10-29 | 3 | -22/+0 |
* | sandbox: Allow selection of SPL unit tests | Simon Glass | 2020-10-29 | 3 | -1/+11 |
* | dm: test: Add a way to run SPL tests | Simon Glass | 2020-10-29 | 3 | -0/+18 |
* | sandbox: make SDL window resizable | Heinrich Schuchardt | 2020-10-29 | 1 | -1/+2 |
* | test: Add tests for the multiplexer framework | Jean-Jacques Hiblot | 2020-10-28 | 1 | -0/+33 |
* | test: sharpen button label unit test | Heinrich Schuchardt | 2020-10-14 | 2 | -8/+8 |
* | test: dm: Test for default led naming | Sean Anderson | 2020-10-08 | 1 | -1/+1 |
* | test: pinmux: Add test for pin muxing | Sean Anderson | 2020-10-08 | 1 | -7/+38 |
* | sandbox: avoid duplicate backslash input | Heinrich Schuchardt | 2020-10-06 | 1 | -5/+15 |
* | sandbox: add missing SDL key scan codes | Heinrich Schuchardt | 2020-10-06 | 1 | -67/+89 |
* | test: dm: add test for phandle access functions | Patrick Delaunay | 2020-10-06 | 1 | -0/+1 |
* | firmware: smci: sandbox test for SCMI reset controllers | Etienne Carriere | 2020-09-30 | 2 | -0/+23 |
* | firmware: scmi: sandbox test for SCMI clocks | Etienne Carriere | 2020-09-30 | 2 | -0/+54 |
* | firmware: add SCMI agent uclass | Etienne Carriere | 2020-09-30 | 2 | -0/+59 |
* | test: dm: Add tests for regmap managed API and regmap fields | Jean-Jacques Hiblot | 2020-09-30 | 1 | -0/+13 |
* | test: gpio: Add tests for the managed API | Jean-Jacques Hiblot | 2020-09-30 | 1 | -0/+10 |
* | test: reset: Add tests for the managed API | Jean-Jacques Hiblot | 2020-09-30 | 1 | -0/+3 |
* | timer: Add a test for timer_timebase_fallback | Sean Anderson | 2020-09-30 | 2 | -1/+19 |
* | pci: pci-uclass: Add multi entry support for memory regions | Suneel Garapati | 2020-08-25 | 1 | -2/+3 |
* | sandbox: u-boot.lds: Remove bogus __bss_start symbol | Ovidiu Panait | 2020-08-22 | 2 | -4/+0 |