Age | Commit message (Expand) | Author |
2017-05-08 | dm: Simple Watchdog uclass | maxims@google.com |
2017-04-27 | dm: sandbox: pwm: Add a basic pwm test | Simon Glass |
2017-04-14 | sandbox: Add some test LEDs | Simon Glass |
2017-04-13 | sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-coded | Tom Rini |
2017-04-05 | board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() | Simon Glass |
2017-04-05 | board_f: sandbox: Move setup_ram_buf() to private code | Simon Glass |
2017-02-08 | dtoc: Replace dot with underscore to avoid compiler errors | Simon Glass |
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 |