Commit Graph

114 Commits (3b644a3c2f6925d4e9fb030c11cc8ce3ad472468)

Author SHA1 Message Date
Simon Glass 0b189b6ce1 Revert "sandbox: remove os_putc() and os_puts()" 7 years ago
Heinrich Schuchardt 04d0da5157 sandbox: avoid memory leak in os_dirent_ls 7 years ago
Paul Burton f7ae1ca3e8 sandbox: Use asm-generic/io.h 7 years ago
Bin Meng 0d1414bd97 sandbox: Add a dummy invalidate_dcache_range() function 7 years ago
Masahiro Yamada 47b98ad0f6 sandbox: remove os_putc() and os_puts() 7 years ago
Andy Yan 1fc50d727f sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation 7 years ago
Simon Glass 2028cc59f7 sandbox: Stop printing platdata at the start of SPL 7 years ago
Tom Rini e2bc87d41c sandbox: Fix comparison of unsigned enum expression warning 7 years ago
Simon Glass c87dc38d8f bootstage: Require timer_get_boot_us() to be defined 7 years ago
Simon Glass 34b744beb8 sandbox: Add a way to reset sandbox state for tests 7 years ago
Simon Glass 9d922450aa dm: Use dm.h header when driver mode is used 7 years ago
Simon Glass 689697785e board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() 7 years ago
Simon Glass bb967240bb board_f: sandbox: Move setup_ram_buf() to private code 7 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 8 years ago
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 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 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