Skip to content
Snippets Groups Projects
  1. Jul 24, 2013
  2. Jul 22, 2013
  3. Jul 20, 2013
  4. Jul 16, 2013
  5. Jul 15, 2013
    • Wolfgang Denk's avatar
      PPC MPC83xx: Fix MPC8323ERDB build warning · f4ea9f86
      Wolfgang Denk authored
      
      Fix:
      
      mpc8323erdb.c: In function 'mac_read_from_eeprom':
      mpc8323erdb.c:198:3: warning: dereferencing type-punned pointer will
      break strict-aliasing rules [-Wstrict-aliasing]
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      cc: Timur Tabi <timur@tabi.org>
      cc: Kim Phillips <kim.phillips@freescale.com>
      f4ea9f86
    • Tom Rini's avatar
      Revert "MIPS: Jz4740: Add qi_lb60 board support" · 54e458de
      Tom Rini authored
      
      The files board/qi/qi_lb60/qi_lb60.c and include/configs/qi_lb60.h were
      licensed under the GPL v3 or later, and not v2 or later.  As this is
      incompatible with the project, revert this board support until the
      responsible parties are available to re-license (if so desired) under
      GPL v2.
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      54e458de
  6. Jul 11, 2013
  7. Jul 10, 2013
  8. Jul 05, 2013
  9. Jul 01, 2013
  10. Jun 28, 2013
  11. Jun 27, 2013
    • Wolfgang Denk's avatar
      PPC 74xx_7xx: Fix build warnings for ELPPC board · b8bfde7f
      Wolfgang Denk authored
      
      Fix:
      
      misc.c: In function 'misc_init_r':
      misc.c:210:3: warning: dereferencing type-punned pointer will break
      strict-aliasing rules [-Wstrict-aliasing]
      misc.c:211:3: warning: dereferencing type-punned pointer will break
      strict-aliasing rules [-Wstrict-aliasing]
      misc.c:212:3: warning: dereferencing type-punned pointer will break
      strict-aliasing rules [-Wstrict-aliasing]
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      b8bfde7f
  12. Jun 26, 2013
  13. Jun 25, 2013
  14. Jun 24, 2013
  15. Jun 22, 2013
    • Mike Dunn's avatar
      pxa: add support for palmtreo680 board · 0dc0e846
      Mike Dunn authored
      
      This patch adds support for the Palm Treo 680 smartphone.  A quick overview of
      u-boot implementation on the treo 680...
      
      The treo 680 has a Diskonchip G4 nand flash chip.  This device has a 2k region
      that maps to the system bus at the reset vector in a NOR-like fashion so that it
      can be used as the boot device.  The phone is shipped with this 2k region
      configured as write-protected (can't be modified) and programmed with an initial
      program loader (IPL).  At power-up, this IPL loads the contents of two flash
      blocks to SDRAM and jumps to it.  The capacity of the two blocks is not large
      enough to hold all of u-boot, so a u-boot SPL is used.  To conserve flash space,
      these two blocks and the necessary number of subsequent blocks are programmed
      with a concatenated spl + u-boot image.  That way, the IPL will also load a
      portion of u-boot proper, and when the spl runs, it relocates the portion of
      u-boot that the IPL has already loaded, and then resumes loading the remaining
      part of u-boot before jumping to it.
      
      The default_environment is used (CONFIG_ENV_IS_NOWHERE) because I didn't think
      that having a writable environment was worth the cost of a flash block, although
      adding it would be straightforward.  I abuse the CONFIG_EXTRA_ENV_SETTINGS
      option to specify the usbtty for the console (CONFIG_SYS_CONSOLE_IS_IN_ENV).
      
      Support for the LCD is included, but currently it is only useful for displaying
      the u-boot splash screen.  But if u-boot is built without the usbtty console, it
      does display the auto-boot progress nicely.
      
      Signed-off-by: default avatarMike Dunn <mikedunn@newsguy.com>
      0dc0e846
  16. Jun 21, 2013
  17. Jun 20, 2013
Loading