Commit Graph

103 Commits (1206723b6e597f1aa946b800fc59059db91908bc)

Author SHA1 Message Date
Simon Glass 689697785e board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() 8 years ago
Simon Glass bb967240bb board_f: sandbox: Move setup_ram_buf() to private code 8 years ago
Simon Glass f831b8e4a4 spl: sandbox: Drop spl_board_announce_boot_device() 8 years ago
Simon Glass ebc4ef61d7 spl: Add a name to the SPL load-image methods 8 years ago
Stefan Brüns 2f159402d9 sandbox/fs: Set correct filetype for unknown filetype 8 years ago
Stefan Brüns bf635ed091 sandbox/fs: Use readdir instead of deprecated readdir_r 8 years ago
Stefan Brüns f189899c2f sandbox/fs: Use correct size path name buffer 8 years ago
Stefan Brüns ce2ec19c56 sandbox/fs: Make linking of nodes in os_dirent_ls more obvious 8 years ago
Simon Glass 2a2ee2ac35 spl: Pass spl_image as a parameter to load_image() methods 8 years ago
Simon Glass 97d9df0a91 spl: Convert spl_board_load_image() to use linker list 8 years ago
Simon Glass ecdfd69a4b spl: Convert boot_device into a struct 8 years ago
Simon Glass a091a8f084 sandbox: Add a test device that uses of-platdata 9 years ago
Simon Glass 8797b2cae3 sandbox: Add a new sandbox_spl board 9 years ago
Simon Glass e961a66df9 sandbox: Add basic SPL implementation 9 years ago
Simon Glass d0d0746e0c sandbox: Don't include the main loop in SPL 9 years ago
Simon Glass a7d9caecd7 sandbox: Don't use PCI in SPL 9 years ago
Simon Glass f4289cbd8a sandbox: Add some missing headers in cpu.c 9 years ago
Simon Glass 6e20650425 sandbox: Correct header file order in cpu.c 9 years ago
Simon Glass d4e33f5a72 sandbox: Allow chaining from SPL to U-Boot proper 9 years ago
Stephen Warren 1163625898 Rename reset to sysreset 9 years ago
Simon Glass 2b6793de25 sandbox: Avoid calling commands when not available 9 years ago
Tom Rini 71229098a6 eth-raw-os.c: Add cast to bind(2) call 9 years ago
Tom Rini ab971e192a sandbox: eth-raw-os.c: Ensure that our interface name is not too long 9 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 10 years ago
Simon Glass dc6f4d3a55 sandbox: Support multiple reset types 10 years ago
Simon Glass 29748515fd sandbox: Add an implementation for cleanup_before_linux_select() 10 years ago
Simon Glass 8939df092e sandbox: Tidy up terminal restore 10 years ago
Simon Glass 3806882042 sandbox: Add missing errno.h includes in a few files 10 years ago
Simon Glass d73125cb8e sandbox: Correct error handling in state_read_file() 10 years ago
Sjoerd Simons ebaa832e99 sandbox: Don't try distro_bootcmd by default 10 years ago
Simon Glass 94eefdee2f dm: sandbox: Add os_localtime() to obtain the system time 10 years ago
Joe Hershberger 909bd6d972 sandbox: Add test function to advance time 10 years ago
Simon Glass b45122fdf5 fdt: sandbox: Move setup code from board_f to fdtdec 10 years ago
Sjoerd Simons dd2d29a1e1 sandbox: Split bootm code out into lib/bootm 10 years ago
Joe Hershberger 22f68524f8 sandbox: eth: Add support for using the 'lo' interface 10 years ago
Joe Hershberger a346ca7902 sandbox: eth: Add a bridge to a real network for sandbox 10 years ago
Simon Glass 9569c40668 dm: sandbox: pci: Add PCI support for sandbox 10 years ago
Joe Hershberger 88539e4431 sandbox: Return '-c command' exit value as sandbox exit code 10 years ago
Simon Glass 1f32ae9578 sandbox: Add a -D option to use a default device tree 10 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 11 years ago
Simon Glass 29afe9e6ed sandbox: Support pre-relocation malloc() 11 years ago
Simon Glass 4d94dfa059 sandbox: Set up global data before board_init_f() 11 years ago
Stephen Warren 9c38c07008 sandbox: terminate os_dirent_ls() result list 11 years ago
Simon Glass ab839dc3e6 sandbox: Add options to clean up temporary files 11 years ago