Skip to content
Snippets Groups Projects
  1. Jan 23, 2010
  2. Jan 21, 2010
  3. Jan 20, 2010
  4. Jan 19, 2010
  5. Jan 18, 2010
  6. Jan 17, 2010
    • Heiko Schocher's avatar
      CRAMFS: support cramfs in RAM · 88ffb266
      Heiko Schocher authored
      
      cramfsls and cramfsload are added to the command list.
      A cramfs placed at 'cramfs_addr' can the be listed with 'cramfsls' and files
      can be loaded with 'cramfsload'. 'cramfs_addr' is an environment variable
      specifying the address the cramfs is located.
      This works for powerpc and for ARM.
      
      Use CONFIG_CMD_CRAMFS.
      
      Signed-off-by: default avatarAndreas Huber <andreas.huber@keymile.com>
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      88ffb266
    • Heiko Schocher's avatar
      powerpc: keymile boards updates · 4897ee33
      Heiko Schocher authored
      
      - malloc size 4 MB for all keymile boards
      - use generic FDT code for fixing up the DTS
      - enable unit-led at startup for keymile boards
      - remove some dts updates for keymile boards
      - ppc_83xx, kmeter1: take FE/GbE PHYs out of reset
      - ppc_83xx, kmeter1: change from Intel Strata to Spansion 64MB flash
        changed from Intel Strata to Spansion 64MB flash and changed flash layout.
      +---------+----------+-----------------------+-----------------------------+
      | name    | size     | range                 | description                 |
      +---------+----------+-----------------------+-----------------------------+
      | u-boot  |   768 KB | 0xf0000000-0xf00bffff | for u-boot                  |
      | env     |   128 KB | 0xf00c0000-0xf00dffff | for environment             |
      | envred  |   128 KB | 0xf00e0000-0xf00fffff | for environment (redundant) |
      | ubi0    | 64512 KB | 0xf0100000-0xf3ffffff | ubi0 for ubi volumes        |
      +---------+----------+-----------------------+-----------------------------+
      
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      4897ee33
Loading