Skip to content
Snippets Groups Projects
  1. Oct 24, 2009
    • Minkyu Kang's avatar
      s5pc1xx: SMDKC100: fix compile warnings · f3807374
      Minkyu Kang authored
      
      fix the following compile warnings
      warning: dereferencing type-punned pointer will break strict-aliasing rules
      
      Signed-off-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
      f3807374
    • Tom Rix's avatar
      TI OMAP3 SDP3430: Initial Support · e63e5904
      Tom Rix authored
      
      Start of support of
      Texas Instruments Software Development Platform(SDP)
      for OMAP3430 - SDP3430
      
      Highlights of this platform are:
      Flash Memory devices:
      	Sibley NOR, Micron 8bit NAND and OneNAND
      Connectivity:
      	3 UARTs and expanded 4 UART ports + IrDA
      	Ethernet, USB
      Other peripherals:
      	TWL5030 PMIC+Audio+Keypad
      	VGA display
      Expansion ports:
      	Memory devices plugin boards (PISMO)
      	Connectivity board for GPS,WLAN etc.
      Completely configurable boot sequence and device mapping
      etc.
      
      Support default jumpering and:
       - UART1/ttyS0 console(legacy sdp3430 u-boot)
       - UART3/ttyS2 console (matching other boards,
      		 and SDP HW docs)
       - Ethernet
       - mmc0
       - NOR boot
      
      Currently the UART1 is enabled by default.  for
      compatibility with other OMAP3 u-boot platforms,
      enable the #define of CONSOLE_J9.
      
      Conflicts:
      
      	Makefile
      
      Fixed the conflict with smdkc100_config by moving omap_sdp3430_config
      to it is alphabetically sorted location above zoom1.
      
      Signed-off-by: default avatarDavid Brownell <david-b@pacbell.net>
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      Signed-off-by: default avatarTom Rix <Tom.Rix@windriver.com>
      e63e5904
    • Sandeep Paulraj's avatar
      TI DaVinci: Adding Copyright for DM365 EVM · a4474ff8
      Sandeep Paulraj authored
      
      Forgot to add Copyright while submitting the patch.
      This patch adds the copyright.
      
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      a4474ff8
    • Sandeep Paulraj's avatar
      TI DaVinci: Fix DM6467 EVM Compilation Warning · 11b01022
      Sandeep Paulraj authored
      
      Due to new TI boards being added to U-Boot, the hardware.h
      is getting very messy. The warning being fixed is due to
      the EMIF addresses being redefined.
      
      The long term solution(after 2009.11) to this is to
      have SOC specific header files.
      
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      11b01022
    • Nishanth Menon's avatar
      TI OMAP3: make gpmc_config as const · f8a812aa
      Nishanth Menon authored
      
      gpmc_config should not be a variant as it is board specific
      hence make it a const parameter
      
      Fixes issues identified by Dirk:
      - build issue for zoom2
      - warnings for all other OMAP3 platforms using nand/onenand etc
      
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      f8a812aa
  2. Oct 23, 2009
    • Stefan Roese's avatar
      ppc4xx: Sequoia: Add chip_config command · cfc25874
      Stefan Roese authored
      
      This patch removes the Sequoia "bootstrap" command and replaces it
      with the now common command "chip_config".
      
      Please note that the patches with the dynamic PCI sync clock
      configuration have to be applied, before this one should go in.
      This is because Sequoia has 2 different bootstrap EEPROMs, and
      the old bootstrap command configured different values depending
      on the detected PCI async clock (33 vs. 66MHz). With the PCI sync
      clock patches, this is not necessary anymore. The PCI sync clock
      will be configured correctly on-the-fly now.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      cfc25874
    • Stefan Roese's avatar
      ppc4xx: Add function to check and dynamically change PCI sync clock · 5e47f953
      Stefan Roese authored
      
      PPC440EP(x)/PPC440GR(x):
      In asynchronous PCI mode, the synchronous PCI clock must meet
      certain requirements. The following equation describes the
      relationship that must be maintained between the asynchronous PCI
      clock and synchronous PCI clock. Select an appropriate PCI:PLB
      ratio to maintain the relationship:
      
      AsyncPCIClk - 1MHz <= SyncPCIclock <= (2 * AsyncPCIClk) - 1MHz
      
      This patch now adds a function to check and reconfigure the sync
      PCI clock to meet this requirement. This is in preparation for
      some AMCC boards (Sequoia/Rainier and Yosemite/Yellowstone) using this
      function to not violate the PCI clocking rules.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      5e47f953
    • Stefan Roese's avatar
      ppc4xx: Update flash size in reg property of the NOR flash node · 92b8964b
      Stefan Roese authored
      
      Till now only the ranges in the ebc node are updated with the values
      currently configured in the PPC4xx EBC controller. With this patch now
      the NOR flash size is updated in the device tree blob as well. This is
      done by scanning the compatible nodes "cfi-flash" and "jedec-flash"
      for the correct chip select number.
      
      This size fixup is enabled for all AMCC eval board right now. Other
      4xx boards may want to enable it as well, if this problem with multiple
      NOR FLASH sizes exists.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      92b8964b
    • Stefan Roese's avatar
      fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb · 30d45c0d
      Stefan Roese authored
      
      This function can be used to update the size in the "reg" property
      of the NOR FLASH device nodes. This is necessary for boards with
      non-fixed NOR FLASH sizes.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Acked-by: default avatarGerald Van Baren <vanbaren@cideas.com>
      Acked-by: default avatarWolfgang Denk <wd@denx.de>
      30d45c0d
  3. Oct 19, 2009
  4. Oct 18, 2009
  5. Oct 16, 2009
  6. Oct 14, 2009
  7. Oct 13, 2009
Loading