Skip to content
Snippets Groups Projects
  1. Dec 20, 2012
  2. Dec 15, 2012
  3. Dec 14, 2012
    • Eric Benard's avatar
      m28evk/mx28evk: fix nand_update_full · 71779d5b
      Eric Benard authored
      
      - since commit 418396e2 nand write.raw
      can take the number of page to be written as an argument. nand_update_full
      is passing the size (in bytes) to nand write.raw. This value was previously
      ignored but now breaks the write.
      - this patch updates the default environment of these boards to provide a
      pagecount instead of a size to nand write.raw.
      - tested on a mx28evk with a 4k page NAND and on a custom board with a
      2k page NAND.
      
      Signed-off-by: default avatarEric Bénard <eric@eukrea.com>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Acked-by: default avatarMarek Vasut <marex@denx.de>
      71779d5b
  4. Dec 13, 2012
  5. Dec 11, 2012
  6. Dec 07, 2012
  7. Dec 06, 2012
  8. Dec 05, 2012
  9. Nov 30, 2012
  10. Nov 28, 2012
  11. Nov 27, 2012
  12. Nov 26, 2012
    • Scott Wood's avatar
      powerpc/mpc85xx/p2020rdb-pca: Use L2 SRAM for SPL boot · 13d1143f
      Scott Wood authored
      
      This allows DDR configuration to be deferred to the final U-Boot image,
      which is able to make use of SPD data.  The SPL itself cannot use SPD due
      to code size constraints.  It previously used fixed register values for
      DDR configuration, and those values did not work on the p2020rdb-pca
      board I tested with.  It's possible that different revisions of the board
      require different settings.  Using SPD eliminates that problem.
      
      Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
      Cc: Andy Fleming <afleming@freescale.com>
      13d1143f
    • Scott Wood's avatar
      powerpc/mpc85xx/p1_p2_rdb_pc: clean up memory map · d674bccf
      Scott Wood authored
      
      - Sort by address, and fix column alignment
      
      - Don't label things as localbus that aren't.  Instead, put chipselect
        info at the end of the description for localbus windows.  Note that
        NAND/NOR have their chipselects swapped when booting from NAND, and CS2
        can be either PMC or VSC7385 depending on hwconfig.
      
      - Shrink NAND to the 32K that's actually mapped in the localbus
      
      - Assign an address and size to L2 SRAM.  Remove the similarly named
        but unintelligible "L2 SDRAM(REV.)".
      
      - Remove the untrue comment about L1 stack being mapped with TLB0.
      
      Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
      Cc: Andy Fleming <afleming@freescale.com>
      d674bccf
    • Scott Wood's avatar
      powerpc/mpc85xx/p1_p2_rdb_pc: convert from nand_spl to new spl · a796e72c
      Scott Wood authored
      
      Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
      Cc: Andy Fleming <afleming@freescale.com>
      a796e72c
    • Scott Wood's avatar
      spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC. · 6f2f01b9
      Scott Wood authored
      
      Some small SPLs do not use nand_base.c, and a subset of those also
      require a special driver.  Some SPLs need software ECC but others can't
      fit it.
      
      All existing boards that specify CONFIG_SPL_NAND_SUPPORT have these
      symbols added to preserve existing behavior.
      
      Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
      --
      v2: use positive logic for including bits of NAND, rather than
      a MINIMAL symbol that excludes things.
      6f2f01b9
  13. Nov 19, 2012
  14. Nov 14, 2012
Loading