1. 03 3月, 2008 1 次提交
    • J
      MPC5121e ADS PCI support take 3 · 5f91db7f
      John Rigby 提交于
      Adds PCI support for MPC5121
      
      Tested with drivers/net/rtl8139.c
      
      Support is conditional since PCI on old silicon does not work.
      
      ads5121_PCI_config turns on PCI
      
      In this version, condition compilation of PCI code has been moved
      from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
      suggested by Jean-Christophe PLAGNIOL-VILLARD
      Signed-off-by: NJohn Rigby <jrigby@freescale.com>
      5f91db7f
  2. 24 2月, 2008 1 次提交
  3. 22 2月, 2008 3 次提交
    • M
      error check autoconf.mk generation · 16fe7775
      Mike Frysinger 提交于
      If any of the steps for generating autoconf.mk fail currently, they go
      unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
      This is simpler and more robust than placing '|| exit $$?' after every line.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      16fe7775
    • S
      Fix bug in dependency checking · 019895a8
      Stefano Babic 提交于
      By adding VERSION_FILE to the PHONY targets the script
      /tools/setlocalversion is always called and version_autogenerated.h
      is replaced only if the script find a modified source file.
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      019895a8
    • M
      Makefile: add target for $(LDSCRIPT) · f65c9812
      Mike Frysinger 提交于
      If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
      then change into the board directory and try and create it.  This allows you
      to generate the linker script on the fly based upon board defines (like the
      Blackfin boards do).
      
      There should be no regressions due to this change as the normal case is to
      already have a u-boot.lds file.  If that's the case, then there's nothing to
      generate, and so make will always exit.  The fix here is that if the linker
      script does not exist, the implicit rules take over and attempt to guess how
      to generate the file.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      f65c9812
  4. 21 2月, 2008 1 次提交
  5. 15 2月, 2008 3 次提交
  6. 14 2月, 2008 7 次提交
  7. 05 2月, 2008 4 次提交
  8. 04 2月, 2008 1 次提交
  9. 29 1月, 2008 1 次提交
  10. 18 1月, 2008 6 次提交
  11. 17 1月, 2008 4 次提交
  12. 15 1月, 2008 1 次提交
  13. 14 1月, 2008 1 次提交
  14. 13 1月, 2008 1 次提交
  15. 12 1月, 2008 4 次提交
  16. 11 1月, 2008 1 次提交
    • A
      mpc83xx: add support for the MPC8360E-RDK · fab6f556
      Anton Vorontsov 提交于
      This is MPC8360E based board with:
      - 256MB fixed SDRAM;
      - 8MB Intel Strata NOR flash;
      - StMICRO 64MiB NAND flash;
      - two 10/100/1000 ethernet ports connected via Broadcom
        BCM5481 PHYs;
      - two 10/100 ethernet ports connected via National
        DP83848 PHYs;
      - one PCI and one miniPCI slots;
      - four serial ports (two NS16550-compatible, two UCCs);
      - four USB ports working through MPC8360E "FHCI" USB controller;
      - Fujitsu MB86277 graphics controller;
      - Analog to Digital Converter/Touchscreen controller, AD7843
        connected to SPI.
      
      Features not supported in this patch are:
      - StMICRO 64MiB NAND flash (patch sent);
      - MINT framebuffer initialization (patch is pending);
      - Fetching production information from the EEPROM via I2C;
      - FHCI USB;
      - Two slow UCCs used as RS-485 UARTs.
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      fab6f556