Skip to content
Snippets Groups Projects
  1. Dec 01, 2013
  2. Nov 13, 2013
  3. Nov 12, 2013
    • Samuel Egli's avatar
      arm, am335x: update for the siemens boards · 56eb3da4
      Samuel Egli authored
      
      - 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: default avatarSamuel Egli <samuel.egli@siemens.com>
      Signed-off-by: default avatarPascal Bach <pascal.bach@siemens.com>
      Signed-off-by: default avatarRoger Meier <r.meier@siemens.com>
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      Cc: Matthias Michel <matthias.michel@siemens.com>
      Cc: Tom Rini <trini@ti.com>
      56eb3da4
    • Heiko Schocher's avatar
      usb, g_dnl: make bcdDevice value configurable · 7a0d463f
      Heiko Schocher authored
      
      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: default avatarHeiko Schocher <hs@denx.de>
      Acked-by: default avatarLukasz Majewski <l.majewski@samsung.com>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      7a0d463f
  4. Nov 11, 2013
  5. Nov 09, 2013
    • Albert ARIBAUD's avatar
      Merge branch 'iu-boot/master' into 'u-boot-arm/master' · 85b8c5c4
      Albert ARIBAUD authored
      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
  6. Nov 08, 2013
Loading