]>
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 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 sjg@chromium.org added a README and tidied up code... 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 |
2013-11-21 | Stephen Warren | buildman: make board selector argument a regex Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-11-21 | Andreas Bießmann | buildman: fix README Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-11-21 | Albert ARIBAUD | patman: add Commit-notes tag and section Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-10-10 | Stephen Warren | buildman: don't fail --list-toolchains when toolchains... Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-10-01 | Simon Glass | buildman: Allow make flags to be specified for each... Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-10-01 | Simon Glass | buildman: Adjust tests for new boards.cfg format Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-09-03 | Kees Cook | bootm: allow correct bounds-check of destination Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-09-03 | Kees Cook | lzo: correctly bounds-check output buffer Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-09-03 | Kees Cook | lzma: correctly bounds-check output buffer Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-09-03 | Kees Cook | gzip: correctly bounds-check output buffer Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-09-03 | Kees Cook | documentation: add more compression configs Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-09-03 | Kees Cook | sandbox: add compression tests Acked-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-09-03 | Simon Glass | sandbox: Correct compiler warnings in cmd_bootm/cmd_ximg Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-06-03 | Tom Wai-Hong Tam | tpm: Reorganize the I2C TPM driver Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-06-03 | Vincent Palatin | tpm: Add support for new Infineon I2C TPM (SLB 9645... Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-06-03 | Tom Wai-Hong Tam | x86: config: Reflect the name changes of LPC TPM configs Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-06-03 | Che-liang Chiou | tpm: Rename generic_lpc_tpm to tpm_tis_lpc Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Add coreboot timestamps Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Support adding coreboot timestanps to bootstage Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: config: Enable LZO for coreboot, remove zlib,... Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is... Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | bootstage: Allow marking a particular line of code Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Enable bootstage for coreboot Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Doug Anderson | Call bootstage_relocate() after malloc is initted Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Doug Anderson | bootstage: Copy bootstage strings post-relocation Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | bootstage: Add stubs for new bootstage functions Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Re-enable PCAT timer 2 for beeping Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Remove ISR timer Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Remove old broken timer implementation Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Add TSC timer Signed-off-by: Simon Glass <sjg@chromium.org>base Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Rationalise kernel booting logic and bootstage Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Implement panic output for coreboot Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Declare global_data pointer when it is used Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Remove legacy board init code Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Remove unused portion of link script Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
2013-05-13 | Simon Glass | x86: Remove unused bios/pci code Signed-off-by: Simon Glass <sjg@chromium.org> |
commit | commitdiff | tree |
next |