1. 12 5月, 2017 1 次提交
  2. 28 1月, 2017 1 次提交
  3. 22 1月, 2017 1 次提交
  4. 19 11月, 2016 1 次提交
  5. 12 10月, 2016 1 次提交
  6. 17 9月, 2016 3 次提交
  7. 10 6月, 2016 2 次提交
  8. 26 4月, 2016 2 次提交
  9. 20 6月, 2015 2 次提交
  10. 14 5月, 2014 2 次提交
    • E
      siemens: change LED indication in DFU mode · 84112b51
      Egli, Samuel 提交于
      In order to have the same LED indication like in another product
      when ready for updating, enable only red led and disable status
      LED when entering DFU mode.
      
      The status LED is only switched off when defined in board file.
      Signed-off-by: NSamuel Egli <samuel.egli@siemens.com>
      Cc: Roger Meier <r.meier@siemens.com>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      84112b51
    • E
      siemens: cosmetic: remove unused and rename defines · 9fc2ed40
      Egli, Samuel 提交于
      For dxr2 board DXR2_IOCTRL_VAL is set by data in EEPROM. In pxm2
      board it does not make sense to have dxr2 as prefix. Replace it with
      more meaningful DDR prefix.
      Signed-off-by: NSamuel Egli <samuel.egli@siemens.com>
      Cc: Pascal Bach <pascal.bach@siemens.com>
      Cc: Roger Meier <r.meier@siemens.com>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      9fc2ed40
  11. 04 3月, 2014 2 次提交
  12. 12 11月, 2013 1 次提交
    • 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
  13. 28 8月, 2013 1 次提交