Skip to content
Snippets Groups Projects
  1. Jan 08, 2015
  2. Dec 09, 2014
  3. Dec 08, 2014
  4. Nov 07, 2014
  5. Nov 04, 2014
  6. Oct 10, 2014
    • Pavel Machek's avatar
      arm: socfpga: add MAINTAINERS entry · d8540a16
      Pavel Machek authored
      
      Add MAINTAINERS entry.
      
      Signed-off-by: default avatarPavel Machek <pavel@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      d8540a16
  7. Oct 05, 2014
  8. Aug 09, 2014
  9. Sep 12, 2013
  10. Sep 11, 2013
  11. Sep 10, 2013
    • Marek Vasut's avatar
      ARM: mxs: Add SanDisk Sansa Fuze+ board · 607232e4
      Marek Vasut authored
      
      Add STMP3780-based Sansa Fuze+ board. This board is a small PMP
      device sporting a CPU which was later rebranded to i.MX233 .
      Currently supported is USB gadget mode and MMC .
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      Cc: Stefano Babic <sbabic@denx.de>
      607232e4
    • Marek Vasut's avatar
      ARM: mxs: Add Creative ZEN XFi3 board · aa04fef4
      Marek Vasut authored
      
      Add STMP3780-based XFi3 board. This board is a small PMP device
      sporting a CPU which was later rebranded to i.MX233 . Currently
      supported is USB gadget mode and both external SD and internal
      Phison SD-NAND bridge .
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      Cc: Stefano Babic <sbabic@denx.de>
      aa04fef4
  12. Aug 30, 2013
  13. Aug 28, 2013
  14. Aug 20, 2013
  15. Aug 15, 2013
  16. Aug 09, 2013
    • Mingkai Hu's avatar
      powerpc/c29xpcie: add support for C29XPCIE board · a8d9758d
      Mingkai Hu authored
      
      C29XPCIE board is a series of Freescale PCIe add-in cards to perform
      as public key crypto accelerator or secure key management module. It
      includes C293PCIE board, C293PCIE board and C291PCIE board.
      
       - 512KB platform SRAM in addition to 512K L2 Cache/SRAM
       - 512MB soldered DDR3 32bit memory
       - CPLD System Logic
       - 64MB x16 NOR flash and 4GB x8 NAND flash
       - 16MB SPI flash
      
      Signed-off-by: default avatarMingkai Hu <Mingkai.Hu@freescale.com>
      Singed-off-by: default avatarPo Liu <Po.Liu@freescale.com>
      [yorksun: Fixup include/configs/C29XPCIE.h]
      Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
      a8d9758d
    • York Sun's avatar
      powerpc/T4240EMU: Add T4240EMU target · 1cb19fbb
      York Sun authored
      
      Add emulator support for T4240. Emulator has limited peripherals and
      interfaces. Difference between emulator and T4240QDS includes:
      	ECC for DDR is disabled due the procedure to load images
      	No board FPGA (QIXIS)
      	NOR flash has 32-bit port for higher loading speed
      	IFC and I2C timing don't really matter, so set them fast
      	No ethernet
      
      Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
      1cb19fbb
  17. Aug 08, 2013
  18. Jul 26, 2013
  19. Jul 16, 2013
  20. Jul 15, 2013
    • Tom Rini's avatar
      Revert "MIPS: Jz4740: Add qi_lb60 board support" · 54e458de
      Tom Rini authored
      
      The files board/qi/qi_lb60/qi_lb60.c and include/configs/qi_lb60.h were
      licensed under the GPL v3 or later, and not v2 or later.  As this is
      incompatible with the project, revert this board support until the
      responsible parties are available to re-license (if so desired) under
      GPL v2.
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      54e458de
  21. Jun 28, 2013
  22. Jun 26, 2013
  23. Jun 22, 2013
    • Mike Dunn's avatar
      pxa: add support for palmtreo680 board · 0dc0e846
      Mike Dunn authored
      
      This patch adds support for the Palm Treo 680 smartphone.  A quick overview of
      u-boot implementation on the treo 680...
      
      The treo 680 has a Diskonchip G4 nand flash chip.  This device has a 2k region
      that maps to the system bus at the reset vector in a NOR-like fashion so that it
      can be used as the boot device.  The phone is shipped with this 2k region
      configured as write-protected (can't be modified) and programmed with an initial
      program loader (IPL).  At power-up, this IPL loads the contents of two flash
      blocks to SDRAM and jumps to it.  The capacity of the two blocks is not large
      enough to hold all of u-boot, so a u-boot SPL is used.  To conserve flash space,
      these two blocks and the necessary number of subsequent blocks are programmed
      with a concatenated spl + u-boot image.  That way, the IPL will also load a
      portion of u-boot proper, and when the spl runs, it relocates the portion of
      u-boot that the IPL has already loaded, and then resumes loading the remaining
      part of u-boot before jumping to it.
      
      The default_environment is used (CONFIG_ENV_IS_NOWHERE) because I didn't think
      that having a writable environment was worth the cost of a flash block, although
      adding it would be straightforward.  I abuse the CONFIG_EXTRA_ENV_SETTINGS
      option to specify the usbtty for the console (CONFIG_SYS_CONSOLE_IS_IN_ENV).
      
      Support for the LCD is included, but currently it is only useful for displaying
      the u-boot splash screen.  But if u-boot is built without the usbtty console, it
      does display the auto-boot progress nicely.
      
      Signed-off-by: default avatarMike Dunn <mikedunn@newsguy.com>
      0dc0e846
  24. Jun 12, 2013
    • Sergey Yanovich's avatar
      arm: pxa: Add support for ICP DAS LP-8x4x · c3442c1e
      Sergey Yanovich authored
      
      LP-8x4x is a programmable automation controller by ICP DAS. It is
      shipped with outdated U-Boot v1.3.0
      
      This patch adds enough supports to boot the board:
       - 128M of 128M SDRAM
       - 32M of 48M NOR Flash memory
       - 1 of 4 Serial consoles (PXA FFUART)
       - 2 of 2 Ethernet controllers (DM9000)
      
      Signed-off-by: default avatarSergey Yanovich <ynvich@gmail.com>
      Series-to: u-boot
      Series-cc: marex
      c3442c1e
  25. Jun 10, 2013
  26. Jun 04, 2013
  27. Jun 03, 2013
  28. May 23, 2013
  29. May 21, 2013
  30. May 17, 2013
  31. May 12, 2013
  32. May 10, 2013
Loading