Commit Graph

142 Commits (lime2-spi)

Author SHA1 Message Date
Simon Glass 8797b2cae3 sandbox: Add a new sandbox_spl board 8 years ago
Simon Glass e961a66df9 sandbox: Add basic SPL implementation 8 years ago
Simon Glass d0d0746e0c sandbox: Don't include the main loop in SPL 8 years ago
Simon Glass a7d9caecd7 sandbox: Don't use PCI in SPL 8 years ago
Simon Glass f4289cbd8a sandbox: Add some missing headers in cpu.c 8 years ago
Simon Glass 6e20650425 sandbox: Correct header file order in cpu.c 8 years ago
Simon Glass d4e33f5a72 sandbox: Allow chaining from SPL to U-Boot proper 8 years ago
Stephen Warren 1163625898 Rename reset to sysreset 8 years ago
Simon Glass 2b6793de25 sandbox: Avoid calling commands when not available 8 years ago
Tom Rini 71229098a6 eth-raw-os.c: Add cast to bind(2) call 8 years ago
Tom Rini ab971e192a sandbox: eth-raw-os.c: Ensure that our interface name is not too long 8 years ago
Simon Glass 9ce8b40206 test: Record and silence console in tests 9 years ago
Simon Glass 9723563aa8 sandbox: Add a way to skip time delays 9 years ago
Simon Glass 5010d98f02 sandbox: Use the reset driver to handle reset 9 years ago
Simon Glass dc6f4d3a55 sandbox: Support multiple reset types 9 years ago
Simon Glass 29748515fd sandbox: Add an implementation for cleanup_before_linux_select() 9 years ago
Simon Glass 8939df092e sandbox: Tidy up terminal restore 9 years ago
Simon Glass 3806882042 sandbox: Add missing errno.h includes in a few files 9 years ago
Simon Glass d73125cb8e sandbox: Correct error handling in state_read_file() 9 years ago
Sjoerd Simons ebaa832e99 sandbox: Don't try distro_bootcmd by default 9 years ago
Simon Glass 94eefdee2f dm: sandbox: Add os_localtime() to obtain the system time 9 years ago
Joe Hershberger 909bd6d972 sandbox: Add test function to advance time 9 years ago
Simon Glass b45122fdf5 fdt: sandbox: Move setup code from board_f to fdtdec 9 years ago
Sjoerd Simons dd2d29a1e1 sandbox: Split bootm code out into lib/bootm 9 years ago
Joe Hershberger 22f68524f8 sandbox: eth: Add support for using the 'lo' interface 9 years ago
Joe Hershberger a346ca7902 sandbox: eth: Add a bridge to a real network for sandbox 9 years ago
Simon Glass 9569c40668 dm: sandbox: pci: Add PCI support for sandbox 9 years ago
Joe Hershberger 88539e4431 sandbox: Return '-c command' exit value as sandbox exit code 9 years ago
Simon Glass 1f32ae9578 sandbox: Add a -D option to use a default device tree 9 years ago
Simon Glass f80a8bbee8 sandbox: Fix warnings in cpu.c and os.c 10 years ago
Suriyan Ramasami 96b1046d1c sandbox: Prepare API change for files greater than 2GB 10 years ago
Masahiro Yamada b41411954d linux/kernel.h: sync min, max, min3, max3 macros with Linux 10 years ago
Rabin Vincent 7dbcb76e77 sandbox: init cli for -c 10 years ago
Simon Glass 6133683320 sandbox: Remove all drivers before exit 10 years ago
Simon Glass 29afe9e6ed sandbox: Support pre-relocation malloc() 10 years ago
Simon Glass 4d94dfa059 sandbox: Set up global data before board_init_f() 10 years ago
Stephen Warren 9c38c07008 sandbox: terminate os_dirent_ls() result list 10 years ago
Simon Glass ab839dc3e6 sandbox: Add options to clean up temporary files 10 years ago
Simon Glass ffb87905cb sandbox: Allow Ctrl-C to work in sandbox 10 years ago
Simon Glass 7d95f2a329 sandbox: Add LCD driver 10 years ago
Simon Glass bbc09bf27e sandbox: Add SDL library for LCD, keyboard, audio 10 years ago
Simon Glass bda7773f04 sandbox: Add -j option to indicate a jump from a previous U-Boot 10 years ago
Simon Glass 47f5fcfb41 sandbox: Add os_jump_to_image() to run another executable 10 years ago
Simon Glass 66bd1cff90 Use a const pointer for map_to_sysmem() 10 years ago
Stephen Warren cfd13e8dda unit-test: make "test -e" test independent of $CWD 10 years ago
Masahiro Yamada 6825a95b0b kbuild: use Linux Kernel build scripts 10 years ago
Masahiro Yamada 9e4140329e kbuild: change out-of-tree build 10 years ago
Masahiro Yamada 3d83efbce9 sandbox: Use system headers first for sandbox's os.c in a different way 10 years ago
Masahiro Yamada 347d06dec4 sandbox: fix the return type of os_free() function 10 years ago
Simon Glass 1209e2727c sandbox: Add facility to save/restore sandbox state 11 years ago