Skip to content
Snippets Groups Projects
  1. Jul 26, 2013
    • Christian Riesch's avatar
      da850evm: Use clrbits function with correct endianess · 3864cb21
      Christian Riesch authored
      
      The current code uses clrbits_be32 which is incorrect since we are on
      a little endian machine here. This patch fixes this issue and also removes
      some unnecessary code: Reading the current GPIO bank state is not required
      if we are using the SET and CLEAR GPIO registers for setting/clearing
      bits.
      
      Signed-off-by: default avatarChristian Riesch <christian.riesch@omicron.at>
      Cc: Nagabhushana Netagunte <nagabhushana.netagunte@ti.com>
      Cc: Rajashekhara, Sudhakar <sudhakar.raj@ti.com>
      3864cb21
  2. Jul 24, 2013
  3. Jun 21, 2013
  4. Jun 10, 2013
  5. Apr 14, 2013
  6. Apr 12, 2013
  7. Mar 15, 2013
    • Simon Glass's avatar
      Replace __bss_end__ with __bss_end · 3929fb0a
      Simon Glass authored
      
      Note this is a tree-wide change affecting multiple architectures.
      
      At present we use __bss_start, but mostly __bss_end__. This seems
      inconsistent and in a number of places __bss_end is used instead.
      
      Change to use __bss_end for the BSS end symbol throughout U-Boot. This
      makes it possible to use the asm-generic/sections.h file on all
      archs.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      3929fb0a
  8. Mar 12, 2013
  9. Oct 22, 2012
  10. Sep 27, 2012
  11. Sep 01, 2012
  12. Jul 29, 2012
  13. Feb 27, 2012
    • Hadli, Manjunath's avatar
      da850evm: read mac address from I2C EEPROM on AM18x EVM · 206a1038
      Hadli, Manjunath authored
      
      add support to read mac address for AM18x EVM manufactured from
      Spectrum digital which have mac address stored in I2C EEPROM manufactured
      by WINBOND. This patch reads mac address from I2C EEPROM and sets the
      environment variable if not set, If mac address is already present in
      environment compare it with the mac address in EEPROM and warn on
      mismatch.Introduced a config option CONFIG_MAC_ADDR_IN_EEPROM to where
      to look for the mac address.
      
      Signed-off-by: default avatarManjunath Hadli <manjunath.hadli@ti.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Mike Frysinger <vapier@gentoo.org>
      Cc: Wolfgang Denk <wd@denx.de>
      206a1038
    • Hadli, Manjunath's avatar
      da850evm: add support to read mac address from SPI flash · 38fed6ee
      Hadli, Manjunath authored
      
      add support to read mac address for da850/L138 evm manufactured by
      Logic PD which store mac address in SPI flash manufactured by ST
      Microelectronics. This patch adds support to read mac address from
      SPI flash and set the mac address if it hasn't been set in environment,
      If it has been set in the environment it compares the value one with
      SPI flash and warns on mismatch. Introduced a config option
      CONFIG_MAC_ADDR_IN_SPIFLASH indicating where to look mac address for.
      
      Signed-off-by: default avatarManjunath Hadli <manjunath.hadli@ti.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Mike Frysinger <vapier@gentoo.org>
      Cc: Wolfgang Denk <wd@denx.de>
      38fed6ee
  14. Feb 12, 2012
  15. Dec 24, 2011
  16. Dec 06, 2011
  17. Nov 29, 2011
  18. Nov 27, 2011
  19. Oct 27, 2011
  20. Oct 15, 2011
  21. Sep 10, 2011
    • Wolfgang Denk's avatar
      ARM: hawkboard: fix compilation of nand_spl · 3b717552
      Wolfgang Denk authored
      
      Fix build problem:
      
      nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c: In function 'board_init_f':
      nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c:132: warning: implicit declaration of function 'nand_boot'
      nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c:133: warning: 'noreturn' function does return
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Syed Mohammed Khasim <sm.khasim@gmail.com>
      Cc: Sughosh Ganu <urwithsughosh@gmail.com>
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      3b717552
  22. Sep 07, 2011
  23. Sep 04, 2011
  24. May 11, 2011
    • Ben Gardiner's avatar
      da850evm: fix NAND WSTROBE and TA timings · 24a514c4
      Ben Gardiner authored
      
      The current NAND timings, introduced in commit
      a3f88293 da850evm: setup the NAND flash
      timings , incorrectly set WSTROBE and TA to 0. A more recent inspection of the
      values set by the Linux kernel indicates that these should be set to 1.
      
      Set the WSTROBE and TA field of the EMIFA cycle-count timings configuration to
      1 to match the values set by linux.
      
      Signed-off-by: default avatarBen Gardiner <bengardiner@nanometrics.ca>
      CC: Stefano Babic <sbabic@denx.de>
      CC: Sandeep Paulraj <s-paulraj@ti.com>
      CC: Scott Wood <scottwood@freescale.com>
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      24a514c4
  25. Dec 09, 2010
Loading