]>
2014-07-23 | Simon Glass | dm: gpio: Don't use the driver model uclass for SPL Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-07-23 | Simon Glass | sandbox: Always enable malloc debug Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-07-23 | Simon Glass | sandbox: config: Enable pre-relocation malloc() Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-07-23 | Simon Glass | sandbox: Support pre-relocation malloc() Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-07-23 | Simon Glass | Add a simple malloc() implementation for pre-relocation Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-07-23 | Simon Glass | sandbox: Set up global data before board_init_f() Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-07-23 | Simon Glass | Remove form-feeds from dlmalloc.c Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-07-07 | Masahiro Yamada | buildman: fix toolchain priority_list Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-07-07 | Masahiro Yamada | buildman: fix to display warning message for missing... Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-07-07 | Masahiro Yamada | cosmetic: doc: update README.generic-board Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-07-07 | Simon Glass | patman: Only apply patches when we know the original... Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-23 | Masahiro Yamada | sandbox: change local_irq_save() to macro Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-23 | Stephen Warren | sandbox: terminate os_dirent_ls() result list Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-23 | Stephen Warren | sandbox: restore ability to access host fs through... Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-23 | Vasili Galka | x86: Enable 32-bit build using x86_64 multilib toolchain Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-21 | Simon Glass | dm: Use '*' to indicate a device is activated Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-21 | Jeroen Hofstee | include/dm.h: fix inclusion guard cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | dm: Expand and improve the device lifecycle docs Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | dm: Tidy up four minor code nits Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | tegra: Enable driver model Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | tegra: dts: Bring in GPIO bindings from linux Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | dm: Fix printf() strings in the 'dm' command Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | dm: Allow driver model tests only for sandbox Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | dm: Cast away the const-ness of the global_data pointer Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | dm: Add missing header files in lists and root Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | dm: Use case-insensitive comparison for GPIO banks Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | dm: Update README to encourage conversion to driver... Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | dm: Rename struct device_id to udevice_id Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | Makefile: Support include files for .dts files Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | sandbox: Support iotrace feature Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | arm: Support iotrace feature Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-06-20 | Simon Glass | Add an I/O tracing feature Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-05-16 | Simon Glass | patman: Suppress duplicate signoffs only for real patches Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-05-16 | Masahiro Yamada | sandbox: set sandbox's vendor to null Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-05-16 | Masahiro Yamada | Revert "sandbox: move source files from board/ to arch... Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-05-09 | Masahiro Yamada | sandbox: ignore sandbox.dtb Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-05-09 | Masahiro Yamada | sandbox: move source files from board/ to arch/sandbox/ Cc: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-05-09 | Simon Glass | patman: Avoid duplicate sign-offs Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-05-09 | Simon Glass | patman: Deal with 'git apply' failures correctly Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-05-09 | Simon Glass | sandbox: Update and expand the README Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-05-09 | Simon Glass | sandbox: Provide a build option to avoid using SDL Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-05-09 | Simon Glass | Make 'run' use run_command_list() instead of run_command() Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-05-09 | Simon Glass | sandbox: Support 'env import' and 'env export' Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-22 | Simon Glass | patman: Use Patch-cc: instead of Cc: Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-22 | Patrice Bouchand | sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h As Simon Glass requested it, here's a patch that... Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-22 | Patrice Bouchand | Add lzmadec command Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: config: Enable cros_ec emulation and related... Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: Add implementation of spi_setup_slave_fdt() Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: Add options to clean up temporary files Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: Allow Ctrl-C to work in sandbox Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: Deal with conflicting getenv() for SDL Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sound: Move Samsung-specific code into its own file Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: Add LCD driver Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: Add a simple sound driver Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: Add SDL library for LCD, keyboard, audio Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: Add -j option to indicate a jump from a previous... Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: Add os_jump_to_image() to run another executable Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | cros_ec: Implement I2C pass-through Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: Plumb in Chrome OS EC emulation Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | cros_ec: sandbox: Add Chrome OS EC emulation Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | cros_ec: Correct comparison between signed and unsigned... Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Randall Spangler | cros_ec: spi: Add support for EC protocol version 3 Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | cros_ec: Add base support for protocol v3 Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Randall Spangler | cros_ec: Clean up multiple EC protocol support Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | cros_ec: Sync up with latest Chrome OS EC version Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | cros_ec: Move #ifdef to permit flash region access Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | cros_ec: Support systems with no EC interrupt Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Vadim Bendebury | cros_ec: Drop old EC version support from EC driver Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | cros_ec: Add a function for decoding the Chrome OS... Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Vadim Bendebury | cros_ec: Move EC interface into common library Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | cros_ec: Add a function for reading a flash map entry Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | cros_ec: Add an enum for the number of flash regions Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: dts: Add display and keyboard to sandbox Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: Use os functions to read host device tree Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | sandbox: Increase memory size to 32MB Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-03-18 | Simon Glass | Use a const pointer for map_to_sysmem() Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Che-Liang Chiou | sandbox: tpm: Fix nvwrite command Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Simon Glass | sandbox: Add a prototype for cleanup_before_linux() Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Simon Glass | sandbox: tpm: Add TPM emulation Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Simon Glass | sandbox: Add facility to save/restore sandbox state Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Simon Glass | sandbox: Allow reading/writing of RAM buffer Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Simon Glass | sandbox: Add -i option to enter interactive mode Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Simon Glass | sandbox: Allow the console to work earlier Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Simon Glass | sandbox: Implement the bootm command for sandbox Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Simon Glass | sandbox: Allow return from board_init_f() Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Simon Glass | sandbox: Correct help message <arg> garbling Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Simon Glass | sandbox: Improve/augment memory allocation functions Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Henrik Nordström | sandbox: block driver using host file/device as backing... Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2014-01-09 | Simon Glass | Add crc8 routine Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-12-09 | Mike Frysinger | sandbox: spi: Enable new spi/sf layers Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-12-09 | Mike Frysinger | sandbox: spi: Add new SPI flash driver Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-12-09 | Mike Frysinger | sandbox: spi: Add SPI emulation bus Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-12-09 | Simon Glass | spi: Add device tree binding for SPI bus Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-12-09 | Simon Glass | spi_flash: Add spi_flash_probe_fdt() to locate SPI... Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-12-09 | Simon Glass | sandbox: Rename sb_cmdline_option to sandbox_cmdline_option Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-11-21 | Simon Glass | sandbox: Make map_to_sysmem() use a constant pointer Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-11-21 | Simon Glass | sandbox: Correct data sizes and printf() strings in... Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-11-21 | Simon Glass | sandbox: config: Don't use 64-bit physical memory Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-11-21 | Simon Glass | sandbox: Use system headers first for sandbox's os.c Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-11-21 | Simon Glass | sandbox: Use uint64_t instead of u64 for time Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
next |