Commit Graph

142 Commits (lime2-spi)

Author SHA1 Message Date
Simon Glass 4af3e9ad8a sandbox: Restore blocking I/O on exit 6 years ago
Simon Glass 1c5a81d803 sandbox: Remove the old memory file later 6 years ago
Simon Glass 2b1dc29a12 sandbox: Add a flag to set the default log level 6 years ago
Simon Glass 69bc15d5ff sandbox: Support booting from TPL to SPL 6 years ago
Simon Glass 056a5cea31 sandbox: Add a way to write data to the host filesystem 6 years ago
Simon Glass 50b288aca3 sandbox: Support file truncation with os_open() 6 years ago
Simon Glass 9f8037ea9c sandbox: Unprotect DATA regions in bus tests 6 years ago
Alexander Graf 6e6e4b2f73 sandbox: Allow to execute from RAM 6 years ago
Alexander Graf 3fcb714758 sandbox: Fix setjmp/longjmp 6 years ago
Simon Glass 428aa0ca56 sandbox: Enhance map_to_sysmem() to handle foreign pointers 6 years ago
Simon Glass fe938fb0df sandbox: Add support for calling abort() 6 years ago
Simon Glass 613185023f sandbox: Align RAM buffer to the machine page size 6 years ago
Simon Glass 7bf07cf872 Partially revert "efi_loader: Rename sections to allow for implicit data" 6 years ago
Alexander Graf 18e684dd4c sandbox: Move BSS after EFI sections 6 years ago
Joe Hershberger f40a31e695 sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfaces 6 years ago
Joe Hershberger c9e2caff85 sandbox: eth-raw: Allow interface to be specified by index 6 years ago
Joe Hershberger ac13270b49 sandbox: eth-raw: Add a function to ask the host about localhost 6 years ago
Joe Hershberger 8c7988b6db net: sandbox-raw: Convert raw eth driver to livetree 6 years ago
Joe Hershberger 50ed0ef832 sandbox: eth-raw: Make sure descriptors are always initialized 6 years ago
Joe Hershberger 97367df109 sandbox: eth-raw: Correct valid socket test in send/recv 6 years ago
Alexander Graf 7e21fbca26 efi_loader: Rename sections to allow for implicit data 6 years ago
Simon Glass bb223b7f20 efi: sandbox: Add required linker sections 6 years ago
Simon Glass 30eef21fa0 sandbox: Add a setjmp() implementation 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Masahiro Yamada b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 6 years ago
Mario Six c6b89f3180 sandbox: Add 64-bit sandbox 6 years ago
Simon Goldschmidt 9095d5b894 fix spelling of 'functions' in 2 places (was 'funtcions') 6 years ago
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