Age | Commit message (Expand) | Author |
2018-06-03 | sandbox: Add a setjmp() implementation | Simon Glass |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-10 | clk: add sandbox test for bulk API | Neil Armstrong |
2018-04-10 | reset: add sandbox test for bulk API | Neil Armstrong |
2018-02-18 | sandbox: Add 64-bit sandbox | Mario Six |
2018-02-13 | SystemACE: Remove | Tom Rini |
2017-11-16 | sandbox: Add clrbits/setbits macros | Tom Rini |
2017-10-03 | sandbox: Expand list of IO accessors | Maxime Ripard |
2017-10-02 | sandbox: Use asm-generic/io.h | Paul Burton |
2017-06-05 | sandbox: Make u-boot-sandbox.h a private header | Simon Glass |
2017-06-01 | sandbox: Add a way to reset sandbox state for tests | Simon Glass |
2017-05-08 | dm: Simple Watchdog uclass | maxims@google.com |
2017-04-13 | sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-coded | Tom Rini |
2016-10-19 | efi: Use asmlinkage for EFIAPI | Simon Glass |
2016-10-11 | sandbox: Use the address in readl/writel() functions | Simon Glass |
2016-10-06 | spl: Move spl_board_load_image() into a generic header | Simon Glass |
2016-09-23 | Remove arch/${ARCH}/include/asm/errno.h | Masahiro Yamada |
2016-07-27 | Add a power domain framework/uclass | Stephen Warren |
2016-07-14 | sandbox: Add basic SPL implementation | Simon Glass |
2016-06-19 | clk: convert API to match reset/mailbox style | Stephen Warren |
2016-06-19 | reset: implement a reset test | Stephen Warren |
2016-06-19 | sandbox: gpio: doc: Fix parameter documentation | mario.six@gdsys.cc |
2016-06-03 | dm: test: Add GPIO open drain tests | mario.six@gdsys.cc |
2016-05-26 | mailbox: implement a sandbox test | Stephen Warren |
2016-05-26 | Rename reset to sysreset | Stephen Warren |
2016-05-17 | sandbox: Add string and 16-bit I/O functions | Simon Glass |
2016-04-15 | sandbox: Enable many more commands | Tom Rini |
2016-03-08 | sandbox: Fix building with LLVM | Tom Rini |
2015-11-19 | usb: sandbox: Add a USB emulation driver | Simon Glass |
2015-11-19 | test: Record and silence console in tests | Simon Glass |
2015-11-19 | sandbox: Add a way to skip time delays | Simon Glass |
2015-11-05 | sandbox: Use the generic bitops headers | Fabio Estevam |
2015-07-21 | dm: test: Add a test for the system controller uclass | Simon Glass |
2015-07-21 | sandbox: Use the reset driver to handle reset | Simon Glass |
2015-07-21 | sandbox: Support multiple reset types | Simon Glass |
2015-07-21 | dm: test: Add tests for the clk uclass | Simon Glass |
2015-05-06 | sandbox: Don't try distro_bootcmd by default | Sjoerd Simons |
2015-05-05 | dm: rtc: sandbox: Add an emulated I2C RTC device | Simon Glass |
2015-05-05 | dm: i2c: Add an explicit test mode to the sandbox I2C driver | Simon Glass |
2015-05-05 | sandbox: eth: Add a function to skip ping timeouts | Joe Hershberger |
2015-05-05 | sandbox: Add test function to advance time | Joe Hershberger |
2015-04-23 | fdt: sandbox: Move setup code from board_f to fdtdec | Simon Glass |
2015-04-22 | exynos: sandbox: ti: Add SPDX license identifiers and notes | Simon Glass |
2015-04-18 | sandbox: eth: Add support for using the 'lo' interface | Joe Hershberger |
2015-04-18 | sandbox: eth: Add a bridge to a real network for sandbox | Joe Hershberger |
2015-04-18 | sandbox: eth: Add ability to disable ping reply in sandbox eth driver | Joe Hershberger |
2015-04-16 | dm: sandbox: pci: Add PCI support for sandbox | Simon Glass |
2015-02-15 | sandbox: Return '-c command' exit value as sandbox exit code | Joe Hershberger |
2015-02-09 | common: Move dram_init() declaration to common location | Michal Simek |
2014-12-11 | dm: i2c: Add an I2C EEPROM simulator | Simon Glass |