1. 03 12月, 2013 1 次提交
    • C
      socfpga: Adding Freeze Controller driver · 4c544197
      Chin Liang See 提交于
      Adding Freeze Controller driver. All HPS IOs need to be
      in freeze state during pin mux or IO buffer configuration.
      It is to avoid any glitch which might happen
      during the configuration from propagating to external devices.
      Signed-off-by: NChin Liang See <clsee@altera.com>
      Cc: Wolfgang Denk <wd@denx.de>
      CC: Pavel Machek <pavel@denx.de>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      4c544197
  2. 02 12月, 2013 11 次提交
  3. 22 11月, 2013 1 次提交
  4. 14 11月, 2013 7 次提交
  5. 12 11月, 2013 9 次提交
    • S
      arm, am335x: update for the siemens boards · 56eb3da4
      Samuel Egli 提交于
      - dxr2: define unused pins as input
      - do not enable RTC32K OSC on dxr2 board
      - update default environment
        - add splashpos=m,m to default environment, so splash screen is always
          centered.
        - adapt environment for bootcount feature
        - add altbootcmd to default environment
      - rut: SPL add early reset pulse for eth-phy, maXTouch and display
      - rut: display timing aenderungen
      - siemens boards: adapt for background color = white
      - add boutcount feature for the siemens boards
        store the bootcount in the environment, as we have no softreset
        save registers on this hardware. Use therefore the CONFIG_BOOTCOUNT_ENV
        bootcount driver.
      - change spi mode from 3 to 0 for the lcd init
      - add gpio pin for lcd reset with state 0 and add mdelay
      - siemens boards: use own USB id's
      - add dfu serial and device number for siemens boards
        Add for the siemens boards the possibility to define in dfu mode,
        the iSerialNumber and the bcdDevice fields in the USB Device
        descriptor.
      - fix upgrade mechanism based on bootcount
        Correct location of saveenv and remove not active variable.
      
        Add CONFIG_BOOT_RETRY_TIME and CONFIG_RESET_TO_RETRY to
        reboot board in case of empty kernel partition. Without
        these defines an empty kernel partition leads to an
        abort of boot process and one remains in u-boot prompt.
      
      - general cleanup of dxr2, pxm2 and rut boards
        all:
         * Remove net boot from bootcmd
           Ping can cause a crash on boards without ethernet phy.
           net_nfs command is used only for development
      
         * Add reset at the end of bootcmd
           In order to have an immediate reset of the boot when bootcmd
           fails, add reset at the end of bootcmd.
      
        rut:
         * add nand_img_size
      
        dxr2:
         * update nand_img_size
      
         * ddr3 timings updated with iocontrol property that can be
           modified via eeprom. New default parameters from software
           leveling with draco ES2.
      Signed-off-by: NSamuel Egli <samuel.egli@siemens.com>
      Signed-off-by: NPascal Bach <pascal.bach@siemens.com>
      Signed-off-by: NRoger Meier <r.meier@siemens.com>
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Cc: Matthias Michel <matthias.michel@siemens.com>
      Cc: Tom Rini <trini@ti.com>
      56eb3da4
    • H
      usb, g_dnl: make bcdDevice value configurable · 7a0d463f
      Heiko Schocher 提交于
      add the possibility to set the bcdDevice number board specific.
      Therefore the weak function g_dnl_get_board_bcd_device_number()
      is introduced. Used on the siemens boards.
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Acked-by: NLukasz Majewski <l.majewski@samsung.com>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      7a0d463f
    • T
      omap730p2: Remove board · 79c5c08d
      Tom Rini 提交于
      Signed-off-by: NTom Rini <trini@ti.com>
      79c5c08d
    • T
      am33xx: Make SoC bootcount driver have its own symbol · abcaa6ee
      Tom Rini 提交于
      Some am33xx boards may not use the RTC block for bootcount (as it may
      not be wired up for the board) and use some other facility.  So add
      another symbol for the bootcount driver for the IP block.
      Acked-by: NHeiko Schocher <hs@denx.de>
      Signed-off-by: NTom Rini <trini@ti.com>
      abcaa6ee
    • I
      cm-t35: use gpio_led driver for status led · ebc18afd
      Igor Grinberg 提交于
      Switch to using the generic gpio_led driver instead of the private to
      cm_t35 board led implementation.
      Signed-off-by: NIgor Grinberg <grinberg@compulab.co.il>
      Tested-by: NNikita Kiryanov <nikita@compulab.co.il>
      ebc18afd
    • A
      am335x_evm: Fix CONS_INDEX numbering · e19a482f
      Andrew Bradford 提交于
      Commit f6d1f6e4 broke selection of UARTs
      other than UART0 for am335x_evm configurations by setting CONS_INDEX to
      1 for all configurations.  Revert the CONS_INDEX changes.
      Signed-off-by: NAndrew Bradford <andrew@bradfordembedded.com>
      e19a482f
    • M
      boards.cfg: update email address for ti814x_evm maintainer · 7ab9b3d9
      Matt Porter 提交于
      Update my email address as ti814x_evm maintainer to save
      people some frustrating bounces and non-response.
      Signed-off-by: NMatt Porter <matt.porter@linaro.org>
      7ab9b3d9
    • H
      arm, am33x: make RTC32K OSC enable configurable · 16678eb4
      Heiko Schocher 提交于
      As
      http://www.denx.de/wiki/view/U-Boot/DesignPrinciples#2_Keep_it_Fast
      states:
      "Initialize devices only when they are needed within U-Boot"
      
      enable the RTC32K OSC only, if CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC is
      enabled. Enable this in ti_am335x_common.h, so all boards in mainline
      should work as before.
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Cc: Tom Rini <trini@ti.com>
      16678eb4
    • H
      bootcount: store bootcount var in environment · eda0ba38
      Heiko Schocher 提交于
      If no softreset save registers are found on the hardware
      "bootcount" is stored in the environment. To prevent a
      saveenv on all reboots, the environment variable
      "upgrade_available" is introduced. If "upgrade_available" is
      0, "bootcount" is always 0 therefore no need to save the
      environment on u-boot boot, if "upgrade_available" is 1 "bootcount"
      is incremented in the environment and environment gets written
      on u-boot start.
      So the Userspace Applikation must set the "upgrade_available"
      and "bootcount" variable to 0 (for example with fw_setenv),
      if a boot was successfully.
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      eda0ba38
  6. 10 11月, 2013 1 次提交
    • A
      Merge branch 'iu-boot/master' into 'u-boot-arm/master' · 85b8c5c4
      Albert ARIBAUD 提交于
      Conflicts:
      	arch/arm/cpu/arm926ejs/mxs/Makefile
      	board/compulab/cm_t35/Makefile
      	board/corscience/tricorder/Makefile
      	board/ppcag/bg0900/Makefile
      	drivers/bootcount/Makefile
      	include/configs/omap4_common.h
      	include/configs/pdnb3.h
      
      Makefile conflicts are due to additions/removals of
      object files on the ARM branch vs KBuild introduction
      on the main branch. Resolution consists in adjusting
      the list of object files in the main branch version.
      This also applies to two files which are not listed
      as conflicting but had to be modified:
      
      	board/compulab/common/Makefile
      	board/udoo/Makefile
      
      include/configs/omap4_common.h conflicts are due to
      the OMAP4 conversion to ti_armv7_common.h on the ARM
      side, and CONFIG_SYS_HZ removal on the main side.
      Resolution is to convert as this icludes removal of
      CONFIG_SYS_HZ.
      
      include/configs/pdnb3.h is due to a removal on ARM side.
      Trivial resolution is to remove the file.
      
      Note: 'git show' will also list two files just because
      they are new:
      
      	include/configs/am335x_igep0033.h
      	include/configs/omap3_igep00x0.h
      85b8c5c4
  7. 09 11月, 2013 10 次提交