1. 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
  2. 10 1月, 2008 3 次提交
  3. 09 1月, 2008 2 次提交
    • M
      tools: fix fw_printenv tool to compile again · 64b3727b
      Markus Klotzbücher 提交于
      This patch updates the fw_printenv/fw_setenv userspace tool to include
      the correct MTD header in order to compile against current kernel
      headers. Backward compatibility is preserved by introducing an option
      MTD_VERSION which can be set to "old" for compilation using the old MTD
      headers. Along with this a number of warnings are fixed.
      Signed-off-by: NMarkus Klotzbuecher <mk@denx.de>
      64b3727b
    • M
      tools: fix fw_printenv tool to compile again · 6de66b35
      Markus Klotzbücher 提交于
      This patch updates the fw_printenv/fw_setenv userspace tool to include
      the correct MTD header in order to compile against current kernel
      headers. Backward compatibility is preserved by introducing an option
      MTD_VERSION which can be set to "old" for compilation using the old MTD
      headers. Along with this a number of warnings are fixed.
      Signed-off-by: NMarkus Klotzbuecher <mk@denx.de>
      6de66b35
  4. 08 1月, 2008 1 次提交
  5. 02 1月, 2008 1 次提交
    • W
      Make scripts and Makefiles POSIX compliant · 1aaab9bf
      Wolfgang Denk 提交于
      The bash builtin versions of the "test" (resp. "[") command allow
      using "==" for string comparisons, but POSIX compatible implemen-
      tations (like /usr/bin/test) insist on using "=" only. On such systems
      you will see:
      
      	$ /usr/bin/test a == a && echo OK
      	/usr/bin/test: ==: binary operator expected
      
      This patch fixes Makefiles and scripts to use POSIX style.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      1aaab9bf
  6. 29 12月, 2007 1 次提交
  7. 28 12月, 2007 2 次提交
  8. 17 12月, 2007 3 次提交
  9. 12 12月, 2007 4 次提交
  10. 06 12月, 2007 1 次提交
  11. 03 12月, 2007 1 次提交
  12. 27 11月, 2007 1 次提交
  13. 26 11月, 2007 10 次提交
  14. 25 11月, 2007 2 次提交
  15. 21 11月, 2007 2 次提交
  16. 20 11月, 2007 1 次提交
  17. 17 11月, 2007 1 次提交
  18. 09 11月, 2007 1 次提交
  19. 03 11月, 2007 1 次提交
  20. 01 11月, 2007 1 次提交