Age | Commit message (Expand) | Author |
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 |
2014-10-27 | Provide option to avoid defining a custom version of uintptr_t. | Gabe Black |
2014-10-22 | dm: sf: sandbox: Convert SPI flash driver to driver model | Simon Glass |
2014-10-22 | dm: sandbox: spi: Move to driver model | Simon Glass |
2014-07-23 | sandbox: Set up global data before board_init_f() | Simon Glass |
2014-07-07 | build: define CPU only when arch/${ARCH}/cpu/${CPU} exists | Masahiro Yamada |
2014-06-23 | sandbox: change local_irq_save() to macro | Masahiro Yamada |
2014-06-20 | sandbox: Support iotrace feature | Simon Glass |
2014-05-27 | dm: rename device struct to udevice | Heiko Schocher |
2014-05-12 | common/board_f: Initialized global data for generic board | York Sun |
2014-03-17 | sandbox: Add options to clean up temporary files | Simon Glass |
2014-03-17 | sandbox: Allow Ctrl-C to work in sandbox | Simon Glass |
2014-03-17 | sandbox: Add LCD driver | Simon Glass |
2014-03-17 | sandbox: Add a simple sound driver | Simon Glass |
2014-03-17 | sandbox: Add SDL library for LCD, keyboard, audio | Simon Glass |
2014-03-17 | sandbox: Add -j option to indicate a jump from a previous U-Boot | Simon Glass |
2014-03-04 | sandbox: Convert GPIOs to use driver model | Simon Glass |
2014-01-08 | sandbox: Add a prototype for cleanup_before_linux() | Simon Glass |
2014-01-08 | sandbox: Add facility to save/restore sandbox state | Simon Glass |
2014-01-08 | sandbox: Allow reading/writing of RAM buffer | Simon Glass |