Commit Graph

117 Commits (0bca284b1795942ac8fdd1646f04f49e478f0bcc)

Author SHA1 Message Date
Masahiro Yamada 347d06dec4 sandbox: fix the return type of os_free() function 11 years ago
Simon Glass b88eb329ce sandbox: Add a prototype for cleanup_before_linux() 11 years ago
Simon Glass 1209e2727c sandbox: Add facility to save/restore sandbox state 11 years ago
Simon Glass 5c2859cdc3 sandbox: Allow reading/writing of RAM buffer 11 years ago
Simon Glass c5a62d4a7b sandbox: Add -i option to enter interactive mode 11 years ago
Simon Glass 91b136c798 sandbox: Allow the console to work earlier 11 years ago
Simon Glass 88bd0e9d15 sandbox: Implement the bootm command for sandbox 11 years ago
Simon Glass 808434cdbd sandbox: Allow return from board_init_f() 11 years ago
Simon Glass 6ebcab8de7 sandbox: Correct help message <arg> garbling 11 years ago
Simon Glass 77595c6d9e sandbox: Improve/augment memory allocation functions 11 years ago
Mike Frysinger 6122813fa2 sandbox: spi: Add SPI emulation bus 11 years ago
Simon Glass 7b3efc6699 sandbox: Rename sb_cmdline_option to sandbox_cmdline_option 11 years ago
Simon Glass ed072b96ef sandbox: Make map_to_sysmem() use a constant pointer 11 years ago
Simon Glass 0eb2acee39 sandbox: config: Don't use 64-bit physical memory 11 years ago
Simon Glass cbe5cdfcd3 sandbox: Use system headers first for sandbox's os.c 11 years ago
Simon Glass 2a54d1599f sandbox: Use uint64_t instead of u64 for time 11 years ago
Masahiro Yamada 7cf40824be sandbox: convert makefiles to Kbuild style 11 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Simon Glass e2ee100fd8 sandbox: Support trace feature 12 years ago
Simon Glass 39042d821e sandbox: Allow -c argument to provide a command list 12 years ago
Simon Glass f828bf25fe sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file 12 years ago
Simon Glass a733b06b69 sandbox: Switch over to generic board 12 years ago
Simon Glass 781adb5710 sandbox: Provide a way to map from host RAM to U-Boot RAM 12 years ago
Simon Glass 1865286466 Introduce generic link section.h symbol files 12 years ago
Albert ARIBAUD ef123c5253 Refactor linker-generated arrays 12 years ago
Simon Glass 62584db191 sandbox: Add a way of obtaining directory listings 12 years ago
Simon Glass 4213fc2913 sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf 12 years ago
Taylor Hutt e101550a9a sandbox: Improve sandbox serial port keyboard interface 12 years ago
Allen Martin 8ec21bbe5c sandbox: fix compiler warning 12 years ago
Simon Glass 07d59bb243 sandbox: Use generic global_data 12 years ago
Simon Glass 8ee666a76f sandbox: Move ram_buf to arch_global_data 12 years ago
Simon Glass 5cb48582ac Add architecture-specific global data 12 years ago
Marek Vasut 8b493a5236 common: Discard the __u_boot_cmd section 12 years ago
Marek Vasut 556751427b common: Add .u_boot_list into all linker files 12 years ago
Simon Glass eeaec258b7 sandbox: Change global data baudrate to int 12 years ago
Marek Vasut 036036d79c serial: Remove CONFIG_SERIAL_MULTI from remaining sources 12 years ago
Simon Glass 4668a086bb sandbox: Add asm/errno.h 12 years ago
Mike Frysinger 47fde91f0c global_data: unify global flag defines 13 years ago
Mike Frysinger 50a47d0523 net: punt bd->bi_ip_addr 13 years ago
Simon Glass 61ddce07f8 sandbox: Use the new run_command() 13 years ago
Simon Glass 70db4212fc sandbox: add getopt support 13 years ago
Simon Glass ab4e07eb71 sandbox: allow processing before main loop 13 years ago
Simon Glass 6fb6207821 sandbox: add concept of sandbox state 13 years ago
Mike Frysinger 20186a1cbf sandbox: disable fortification 13 years ago
Mike Frysinger 3ab7d95aa0 sandbox: u-boot.lds: tweak style 13 years ago
Simon Glass 8d30fcd9a1 sandbox: gpio: add basic driver for simulating GPIOs 13 years ago
Simon Glass d9165153ca sandbox: add flags for open() call 13 years ago
Simon Glass f7b2af0a22 sandbox: fdt: add support for CONFIG_OF_CONTROL 13 years ago
Mike Frysinger e2dcefcb40 sandbox: add lseek helper 13 years ago