| Commit message (Expand) | Author | Age | Files | Lines |
* | sandbox: Disable mmio by default in tests | Simon Glass | 2019-12-15 | 1 | -0/+1 |
* | common: Move command functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | sandbox: use correct type reading /proc/self/maps | Heinrich Schuchardt | 2019-11-14 | 1 | -2/+2 |
* | sandbox: Drop 'const' from sandbox_write() | Simon Glass | 2019-10-27 | 1 | -2/+1 |
* | sandbox: Allow use of real I/O with readl(), etc. | Simon Glass | 2019-10-08 | 1 | -0/+52 |
* | sandbox: Add a -T flag to use the test device tree | Simon Glass | 2019-10-08 | 1 | -0/+25 |
* | spl: Add an arch-specific hook for writing to SPL handoff | Simon Glass | 2019-10-08 | 1 | -0/+7 |
* | sysreset: switch to using SYSRESET_POWER_OFF for poweroff | Urja Rannikko | 2019-08-19 | 1 | -1/+0 |
* | sandbox: Add a comment to board_init_f() | Simon Glass | 2019-07-10 | 1 | -0/+1 |
* | sandbox: spl: Lower priority of standard loader | Simon Glass | 2019-07-10 | 1 | -1/+1 |
* | sandbox: Exit when SYSRESET_POWER_OFF is requested | Simon Glass | 2019-07-10 | 1 | -0/+1 |
* | sandbox: Drop the printf() in setup_ram_buf() | Simon Glass | 2019-04-23 | 1 | -3/+1 |
* | sandbox: Correct maths in allocation routines | Simon Glass | 2019-04-23 | 1 | -9/+13 |
* | sandbox: Improve debugging in initcall_run_list() | Simon Glass | 2019-04-23 | 2 | -2/+47 |
* | sandbox: Correct SDL build flags | Simon Glass | 2019-01-14 | 1 | -1/+1 |
* | dm: sandbox: Allow selection of sample rate and channels | Simon Glass | 2018-12-13 | 1 | -7/+3 |
* | dm: sound: Complete migration to driver model | Simon Glass | 2018-12-13 | 1 | -1/+0 |
* | dm: sandbox: sound: Convert to use driver model | Simon Glass | 2018-12-13 | 1 | -11/+26 |
* | dm: sandbox: Update sound to use two buffers | Simon Glass | 2018-12-13 | 1 | -25/+63 |
* | sandbox: Use 'extras' to specify 'head' files | Simon Glass | 2018-12-05 | 1 | -2/+3 |
* | sandbox: Zero the ram buffer on startup | Simon Glass | 2018-12-05 | 1 | -0/+7 |
* | sandbox: Check the filename in jump_to_image_no_args() | Simon Glass | 2018-12-05 | 1 | -2/+6 |
* | sandbox: Fix up the debug message for the image filename | Simon Glass | 2018-12-05 | 1 | -1/+1 |
* | sandbox: Use memmove() to move overlapping regions | Simon Glass | 2018-11-29 | 1 | -2/+3 |
* | sandbox: Enable sound | Simon Glass | 2018-11-29 | 1 | -19/+0 |
* | sound: sandbox: Use the correct frequency | Simon Glass | 2018-11-29 | 1 | -2/+9 |
* | sound: Add sample rate as a parameter for square wave | Simon Glass | 2018-11-29 | 1 | -1/+1 |
* | sandbox: Boot in U-Boot through the standard call | Simon Glass | 2018-11-26 | 2 | -14/+20 |
* | sandbox: Filter arguments when starting U-Boot | Simon Glass | 2018-11-26 | 1 | -6/+26 |
* | sandbox: Use malloc() and free() from os layer | Simon Glass | 2018-11-26 | 2 | -12/+15 |
* | sandbox: Refactor code to create os_jump_to_file() | Simon Glass | 2018-11-26 | 1 | -10/+38 |
* | sandbox: Add a new 'sb' command | Simon Glass | 2018-11-26 | 1 | -0/+10 |
* | sandbox: Add an option to display of-platdata in SPL | Simon Glass | 2018-11-26 | 3 | -1/+24 |
* | sandbox: Add a function to read a host file | Simon Glass | 2018-11-20 | 1 | -3/+41 |
* | sandbox: remove stray DEBUG | Heinrich Schuchardt | 2018-11-20 | 1 | -4/+4 |
* | sandbox: Try to start the RAM buffer at a particular address | Simon Glass | 2018-11-14 | 1 | -1/+6 |
* | sandbox: Restore blocking I/O on exit | Simon Glass | 2018-10-09 | 1 | -8/+15 |
* | sandbox: Remove the old memory file later | Simon Glass | 2018-10-09 | 2 | -6/+6 |
* | sandbox: Add a flag to set the default log level | Simon Glass | 2018-10-09 | 1 | -0/+13 |
* | sandbox: Support booting from TPL to SPL | Simon Glass | 2018-10-09 | 1 | -2/+27 |
* | sandbox: Add a way to write data to the host filesystem | Simon Glass | 2018-10-09 | 1 | -0/+20 |
* | sandbox: Support file truncation with os_open() | Simon Glass | 2018-10-09 | 1 | -0/+2 |
* | sandbox: Unprotect DATA regions in bus tests | Simon Glass | 2018-10-08 | 1 | -0/+11 |
* | sandbox: Allow to execute from RAM | Alexander Graf | 2018-09-23 | 1 | -1/+2 |
* | sandbox: Fix setjmp/longjmp | Alexander Graf | 2018-09-23 | 2 | -34/+0 |
* | sandbox: Enhance map_to_sysmem() to handle foreign pointers | Simon Glass | 2018-09-23 | 2 | -9/+140 |
* | sandbox: Add support for calling abort() | Simon Glass | 2018-09-23 | 1 | -0/+5 |
* | sandbox: Align RAM buffer to the machine page size | Simon Glass | 2018-09-23 | 1 | -3/+4 |
* | Partially revert "efi_loader: Rename sections to allow for implicit data" | Simon Glass | 2018-08-23 | 1 | -5/+4 |