1. 23 10月, 2007 2 次提交
    • M
      fix pxa255_idp board · 2a4741d9
      Marcel Ziswiler 提交于
      The pxa255_idp being an old unmaintained board showed several issues:
      1. CONFIG_INIT_CRITICAL was still defined.
      2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
      3. Symbol flash_addr was undeclared.
      4. The boards lowlevel_init function was still called memsetup.
      5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
      6. Using -march=armv5 instead of -march=armv5te resulted in lots of
      'target CPU does not support interworking' warnings on recent compilers.
      7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
      indexes rather than the register definitions from the pxa-regs header
      file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
      avoid any ambiguities.
      8. There were several redefinition warnings concerning ICMR, OSMR3,
      OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
      9. The board configuration file was rather outdated.
      10. The part header file defined the vendor, product and revision arrays
      as unsigned chars instead of just chars in the block_dev_desc_t
      structure.
      Signed-off-by: NMarcel Ziswiler <marcel@ziswiler.com>
      2a4741d9
    • R
      Make MPC8266ADS command selection more robust · 298cd4ca
      Rune Torgersen 提交于
      Fix MPC8266 command line definition so it won't break when new commands
      are added to u-boot.
      Signed-off-by Rune Torgersen <runet@innovsys.com>
      298cd4ca
  2. 21 10月, 2007 4 次提交
  3. 19 10月, 2007 2 次提交
  4. 18 10月, 2007 4 次提交
  5. 17 10月, 2007 1 次提交
  6. 16 10月, 2007 4 次提交
  7. 15 10月, 2007 8 次提交
  8. 14 10月, 2007 12 次提交
  9. 12 10月, 2007 1 次提交
  10. 10 10月, 2007 2 次提交