Skip to content
Snippets Groups Projects
  1. Mar 04, 2015
  2. Sep 25, 2014
  3. Mar 04, 2014
  4. Jun 13, 2013
  5. Mar 14, 2013
  6. Jan 16, 2013
  7. Nov 19, 2012
    • Stephen Warren's avatar
      tegra: use generic fs commands in BOOTCOMMAND · 3786a942
      Stephen Warren authored
      
      Modify tegra-common-post.h's BOOTCOMMAND definition to use the generic
      filesystem command load rather than separate fatload and ext2load.
      This removes the need to iterate over supported filesystem types in the
      boot command.
      
      This requires editing all board config headers to enable the new
      commands. The now-unused commands are left enabled to assue backwards
      compatibility with any user scripts. Boards (all from Avionic Design)
      which define custom BOOTCOMMAND values are not affected.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      tegra generic fs cmds fixup
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
      3786a942
  8. Oct 15, 2012
  9. Sep 10, 2012
  10. Sep 07, 2012
    • Stephen Warren's avatar
      tegra: put eMMC environment into the boot sectors · 573668a2
      Stephen Warren authored
      
      When I set up Tegra's config files to put the environment into eMMC, I
      assumed that CONFIG_ENV_OFFSET was a linearized address relative to the
      start of the eMMC device, and spanning HW partitions boot0, boot1,
      general* and the user area in order. However, it turns out that the
      offset is actually relative to the beginning of the user area. Hence,
      the environment block ended up in a different location to expected and
      documented.
      
      Set CONFIG_SYS_MMC_ENV_PART=2 (boot1) to solve this, and adjust
      CONFIG_ENV_OFFSET to be relative to the start of boot1, not the entire
      eMMC.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
      573668a2
  11. Sep 05, 2012
    • Stephen Warren's avatar
      tegra: put eMMC environment into the boot sectors · 1c1ec3c0
      Stephen Warren authored
      
      When I set up Tegra's config files to put the environment into eMMC, I
      assumed that CONFIG_ENV_OFFSET was a linearized address relative to the
      start of the eMMC device, and spanning HW partitions boot0, boot1,
      general* and the user area in order. However, it turns out that the
      offset is actually relative to the beginning of the user area. Hence,
      the environment block ended up in a different location to expected and
      documented.
      
      Set CONFIG_SYS_MMC_ENV_PART=2 (boot1) to solve this, and adjust
      CONFIG_ENV_OFFSET to be relative to the start of boot1, not the entire
      eMMC.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
      1c1ec3c0
  12. Sep 01, 2012
  13. Jul 07, 2012
  14. Feb 12, 2012
    • Stephen Warren's avatar
      tegra2: Add support for Compal Paz00 (Toshiba AC100) · 2996e2dc
      Stephen Warren authored
      
      The Toshiba AC100 (Compal code-name Paz00, aka Dynabook AZ) is a netbook
      derived from the NVIDIA Tegra Harmony reference board. It ships with
      Android, but is often repurposed to run Linux. This patch adds just enough
      support to get a U-Boot serial console, and the ability access built-in
      eMMC and the external SD slot.
      
      v2:
      * Rebased on latest HEAD, incorporated changes made to other board files.
      * Moved board files from board/nvidia to board/compal.
      * Switched to correct odmdata value. This required add the previous patch
        to fix U-Boot's interpretation of the odmdata RAM size field.
      * Removed nvmem= from default Linux kernel command-line; no drivers use the
        reserved memory yet, so there's no point reserving it.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
      2996e2dc
Loading