1. 09 9月, 2008 1 次提交
    • T
      Update Freescale 85xx boards to sys_eeprom.c · 8febd13c
      Timur Tabi 提交于
      The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
      format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
      86xx boards already use sys_eeprom.c, so this patch migrates the remaining
      Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      8febd13c
  2. 07 9月, 2008 12 次提交
  3. 06 9月, 2008 3 次提交
  4. 05 9月, 2008 1 次提交
    • S
      devices: Use list_add_tail() instead of list_add() to register a device · 3e3c026e
      Stefan Roese 提交于
      This patch fixes a problem spotted on Glacier/Canyonlands (and most
      likely lots of other board ports), that no serial output was seen
      after console initialization in console_init_r(). This is because the
      last added console device was used instead of the first added.
      
      This patch fixes this problem by using list_add_tail() instead of
      list_add() to register a device. This way the first added console
      is used again.
      Signed-off-by: NStefan Roese <sr@denx.de>
      3e3c026e
  5. 04 9月, 2008 12 次提交
  6. 03 9月, 2008 11 次提交