Skip to content
Snippets Groups Projects
  1. Oct 22, 2010
  2. Oct 18, 2010
    • Peter Tyser's avatar
      powerpc: Cleanup BOOTFLAG_* references · d98b0523
      Peter Tyser authored
      
      Now that warm booting is not supported, there isn't a need for the
      BOOTFLAG_COLD and BOOTFLAG_WARM defines, so remove them.
      
      Note that this change makes the board info bd_bootflags field useless.
      It will always be set to 0, but we leave it around so that we don't
      break the board info structure that some OSes are expecting to be passed
      from U-Boot.
      
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      d98b0523
    • Wolfgang Denk's avatar
      Makefile: move all Power Architecture boards into boards.cfg · 2ae18241
      Wolfgang Denk authored
      
      Clean up Makefile, and drop a lot of the config.mk files on the way.
      
      We now also automatically pick all boards that are listed in
      boards.cfg (and with all configurations), so we can drop the redundant
      entries from MAKEALL to avoid building these twice.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      2ae18241
    • Wolfgang Denk's avatar
      Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE · 14d0a02a
      Wolfgang Denk authored
      
      The change is currently needed to be able to remove the board
      configuration scripting from the top level Makefile and replace it by
      a simple, table driven script.
      
      Moving this configuration setting into the "CONFIG_*" name space is
      also desirable because it is needed if we ever should move forward to
      a Kconfig driven configuration system.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      14d0a02a
  3. Oct 13, 2010
  4. Jul 20, 2010
  5. Dec 08, 2009
  6. Oct 03, 2009
    • Kumar Gala's avatar
      ppc/85xx: Fix LCRR_CLKDIV defines · 68f9c1e7
      Kumar Gala authored
      
      For some reason the CLKDIV field varies between SoC in how it interprets
      the bit values.
      
      All 83xx and early (e500v1) PQ3 devices support:
       clk/2: CLKDIV = 2
       clk/4: CLKDIV = 4
       clk/8: CLKDIV = 8
      
      Newer PQ3 (e500v2) and MPC86xx support:
       clk/4: CLKDIV = 2
       clk/8: CLKDIV = 4
       clk/16: CLKDIV = 8
      
      Ensure that the MPC86xx and MPC85xx still get the same behavior and make
      the defines reflect their logical view (not the value of the field).
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      Acked-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      68f9c1e7
    • Peter Tyser's avatar
      ppc: Enable full relocation to RAM · 85829017
      Peter Tyser authored
      
      The following changes allow U-Boot to fully relocate from flash to
      RAM:
       - Remove linker scripts' .fixup sections from the .text section
       - Add -mrelocatable to PLATFORM_RELFLAGS for all boards
       - Define CONFIG_RELOC_FIXUP_WORKS for all boards
      
      Previously, U-Boot would partially relocate, but statically initialized
      pointers needed to be manually relocated.
      
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      85829017
  7. Sep 24, 2009
    • Kumar Gala's avatar
      ppc/85xx: Fix LCRR_CLKDIV defines · 202d9487
      Kumar Gala authored
      
      For some reason the CLKDIV field varies between SoC in how it interprets
      the bit values.
      
      All 83xx and early (e500v1) PQ3 devices support:
       clk/2: CLKDIV = 2
       clk/4: CLKDIV = 4
       clk/8: CLKDIV = 8
      
      Newer PQ3 (e500v2) and MPC86xx support:
       clk/4: CLKDIV = 2
       clk/8: CLKDIV = 4
       clk/16: CLKDIV = 8
      
      Ensure that the MPC86xx and MPC85xx still get the same behavior and make
      the defines reflect their logical view (not the value of the field).
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      Acked-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      202d9487
  8. Aug 28, 2009
  9. Jul 22, 2009
  10. Jul 20, 2009
  11. Jul 02, 2009
  12. Jun 12, 2009
    • Peter Tyser's avatar
      i2c: Remove deprecated individual i2c commands · d48eb513
      Peter Tyser authored
      
      The following individual I2C commands have been removed: imd, imm, inm,
      imw, icrc32, iprobe, iloop, isdram.
      
      The functionality of the individual commands is still available via
      the 'i2c' command.
      
      This change only has an impact on those boards which did not have
      CONFIG_I2C_CMD_TREE defined.
      
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      d48eb513
  13. Feb 17, 2009
  14. Dec 20, 2008
Loading