Skip to content
Snippets Groups Projects
  1. Dec 01, 2008
  2. Nov 10, 2008
    • Becky Bruce's avatar
      mpc8641: Support 36-bit physical addressing · 3111d32c
      Becky Bruce authored
      
      This patch creates a memory map with all the devices
      in 36-bit physical space, in addition to the 32-bit map.
      The CCSR relocation is moved (again, sorry) to
      allow for the physical address to be 36 bits - this
      requires translation to be enabled.  With 36-bit physical
      addressing enabled, we are no longer running with VA=PA
      translations.  This means we have to distinguish between
      the two in the config file.  The existing region name is
      used to indicate the virtual address, and a _PHYS variety
      is created to represent the physical address.
      
      Large physical addressing is not enabled by default.
      Set CONFIG_PHYS_64BIT in the config file to turn this on.
      
      Signed-off-by: default avatarBecky Bruce <becky.bruce@freescale.com>
      3111d32c
    • Becky Bruce's avatar
      mpc8641: Change 32-bit memory map · c759a01a
      Becky Bruce authored
      
      The memory map on the 8641hpcn is modified to look more like
      the 85xx boards; this is a step towards a more standardized
      layout going forward. As part of this change, we now relocate
      the flash.
      
      The regions for some of the mappings were far larger than they
      needed to be.  I have reduced the mappings to match the
      actual sizes supported by the hardware.
      
      In addition I have removed the comments at the head
      of the BAT blocks in the config file, rather than updating
      them.  These get horribly out of date, and it's a simple
      matter to look at the defines to see what they are set to
      since everything is right here in the same file.
      
      Documentation has been changed to reflect the new map, as this
      change is user visible, and affects the OS which runs post-uboot.
      
      Signed-off-by: default avatarBecky Bruce <becky.bruce@freescale.com>
      c759a01a
  3. Oct 18, 2008
  4. May 20, 2008
    • Wolfgang Denk's avatar
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk authored
      
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      53677ef1
  5. Jun 05, 2007
  6. Apr 09, 2007
    • Haiying Wang's avatar
      Add PIXIS FPGA support for MPC8641HPCN board. · 3d98b858
      Haiying Wang authored
      
      Move the 8641HPCN's PIXIS code to the new directory
      board/freescale/common/ as it will be shared by
      future boards not in the same processor family.
      
      Write a "pixis_reset" command that utilizes the FPGA
      reset sequencer to support alternate soft-reset options
      such as using the "alternate" flash bank, enabling
      the watch dog, or choosing different CPU frequencies.
      
      Add documentation for the pixis_reset to README.mpc8641hpcn.
      
      Signed-off-by: default avatarHaiying Wang <haiying.wang@freescale.com>
      Signed-off-by: default avatarJon Loeliger <jdl@freescale.com>
      3d98b858
  7. Oct 10, 2006
  8. Jul 31, 2006
  9. May 26, 2006
Loading