1. 04 12月, 2013 18 次提交
  2. 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
  3. 02 12月, 2013 11 次提交
  4. 22 11月, 2013 1 次提交
  5. 14 11月, 2013 7 次提交
  6. 12 11月, 2013 2 次提交
    • 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