Age | Commit message (Expand) | Author |
2016-12-09 | spl: sandbox: Drop spl_board_announce_boot_device() | Simon Glass |
2016-12-09 | spl: Add a name to the SPL load-image methods | Simon Glass |
2016-12-02 | libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY | Masahiro Yamada |
2016-10-27 | drivers/pci/Kconfig: Add PCI | Tom Rini |
2016-10-19 | efi: Use asmlinkage for EFIAPI | Simon Glass |
2016-10-11 | sandbox/fs: Set correct filetype for unknown filetype | Stefan Brüns |
2016-10-11 | sandbox: Use the address in readl/writel() functions | Simon Glass |
2016-10-11 | sandbox/fs: Use readdir instead of deprecated readdir_r | Stefan Brüns |
2016-10-11 | sandbox/fs: Use correct size path name buffer | Stefan Brüns |
2016-10-11 | sandbox/fs: Make linking of nodes in os_dirent_ls more obvious | Stefan Brüns |
2016-10-06 | spl: Pass spl_image as a parameter to load_image() methods | Simon Glass |
2016-10-06 | spl: Convert spl_board_load_image() to use linker list | Simon Glass |
2016-10-06 | spl: Convert boot_device into a struct | Simon Glass |
2016-10-06 | spl: Move spl_board_load_image() into a generic header | Simon Glass |
2016-10-01 | sandbox, x86: select DM_KEYBOARD instead of default y entry | Masahiro Yamada |
2016-09-23 | Remove arch/${ARCH}/include/asm/errno.h | Masahiro Yamada |
2016-08-20 | cmd: Split 'bootz' and 'booti' out from 'bootm' | Tom Rini |
2016-07-27 | Add a power domain framework/uclass | Stephen Warren |
2016-07-15 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2016-07-14 | sandbox: Add a test device that uses of-platdata | Simon Glass |
2016-07-14 | sandbox: Add a new sandbox_spl board | Simon Glass |
2016-07-14 | sandbox: Add basic SPL implementation | Simon Glass |
2016-07-14 | sandbox: Don't include the main loop in SPL | Simon Glass |
2016-07-14 | sandbox: Don't use PCI in SPL | Simon Glass |
2016-07-14 | sandbox: Add some missing headers in cpu.c | Simon Glass |
2016-07-14 | sandbox: Correct header file order in cpu.c | Simon Glass |
2016-07-14 | sandbox: Support building an SPL image | Simon Glass |
2016-07-14 | sandbox: Allow chaining from SPL to U-Boot proper | Simon Glass |
2016-07-14 | sandbox: Don't exit when bootm completes | 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-18 | sandbox: Set CONFIG_SYS_CPU | Tom Rini |
2016-04-15 | sandbox: Enable many more commands | Tom Rini |
2016-04-01 | spmi: Add sandbox test driver | Mateusz Kulikowski |
2016-03-22 | sandbox: Avoid calling commands when not available | Simon Glass |
2016-03-08 | sandbox: Fix building with LLVM | Tom Rini |
2016-01-20 | dm: video: test: Add tests for the video uclass | Simon Glass |
2016-01-20 | dm: video: sandbox: Convert sandbox to use driver model for video | Simon Glass |
2016-01-15 | eth-raw-os.c: Add cast to bind(2) call | Tom Rini |
2016-01-12 | sandbox: eth-raw-os.c: Ensure that our interface name is not too long | Tom Rini |
2016-01-07 | test: add sandbox timer to test.dts | Thomas Chou |
2015-12-01 | timer: sandbox: Use device tree to pass the clock frequency | Bin Meng |
2015-11-19 | dm: test: usb: sandbox: Add keyboard tests for sandbox | Simon Glass |
2015-11-19 | usb: sandbox: Add a USB emulation driver | Simon Glass |
2015-11-19 | dm: test: usb: Add tests for the 'usb tree' command | Simon Glass |