1. 22 4月, 2012 1 次提交
  2. 21 4月, 2012 8 次提交
    • S
      net: ll_temac: drop obsolete "NAMESIZE" define · 34921d04
      Stephan Linz 提交于
      ... after commit "net/miiphy/serial: drop duplicate NAMESIZE
      define" (sha1:f6add132) was applied. The building of the new
      LL TEMAC network driver fails with error below:
      
      xilinx_ll_temac.c: In function 'xilinx_ll_temac_initialize':
      xilinx_ll_temac.c:301: error: 'NAMESIZE' undeclared (first use in this function)
      xilinx_ll_temac.c:301: error: (Each undeclared identifier is reported only once
      xilinx_ll_temac.c:301: error: for each function it appears in.)
      Signed-off-by: NStephan Linz <linz@li-pro.net>
      Acked-by: NMike Frysinger <vapier@gentoo.org>
      34921d04
    • S
      Add 'patman' patch generation, checking and submission script · 0d24de9d
      Simon Glass 提交于
      What is this?
      
      =============
      
      This tool is a Python script which:
      - Creates patch directly from your branch
      - Cleans them up by removing unwanted tags
      - Inserts a cover letter with change lists
      - Runs the patches through checkpatch.pl and its own checks
      - Optionally emails them out to selected people
      
      It is intended to automate patch creation and make it a less
      error-prone process. It is useful for U-Boot and Linux work so far,
      since it uses the checkpatch.pl script.
      
      It is configured almost entirely by tags it finds in your commits.
      This means that you can work on a number of different branches at
      once, and keep the settings with each branch rather than having to
      git format-patch, git send-email, etc. with the correct parameters
      each time. So for example if you put:
      
      in one of your commits, the series will be sent there.
      
      See the README file for full details.
      END
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      0d24de9d
    • J
      eb_cpux9k2: add USB host support to board · 0d62032e
      Jens Scharsig 提交于
      Signed-off-by: NJens Scharsig <js_at_ng@scharsoft.de>
      0d62032e
    • D
      mmc: Fix warning if CONFIG_MMC_TRACE is enabled · 146bec79
      Dirk Behme 提交于
      Fix the warning
      
      mmc.c: In function 'mmc_send_cmd':
      mmc.c:87: warning: assignment from incompatible pointer type
      
      in case CONFIG_MMC_TRACE is enabled.
      Signed-off-by: NDirk Behme <dirk.behme@de.bosch.com>
      CC: Andy Fleming <afleming@freescale.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      Acked-by: NMarek Vasut <marex@denx.de>
      146bec79
    • J
      ehci-omap: fix for enabling the correct usb port · 90579fdd
      Jeroen Hofstee 提交于
      This is just a patch for the problem reported here:
      http://lists.denx.de/pipermail/u-boot/2012-February/117580.html originally reported by Igor.
      
      "Looks like this is copy paste error from my side,(for port2/3 it should have been bypass
       for port2/3 rather its port1 set in bypass mode)"
      
      I only submit the patch since it is missing in 2012.04-rc3 while the twister board
      depends on it. Maybe it is already somewhere in the reposistory, but I cannot find it.
      
      note: the twister boards still needs an additional `usb reset`, don't know why.
      
      U-Boot 2012.04-rc3-dirty (Apr 19 2012 - 21:38:38)
      
      AM35XX-GP ES1.0, CPU-OPP2, L3-165MHz, Max CPU Clock 600 Mhz
      TAM3517 TWISTER Board + LPDDR/NAND
      I2C:   ready
      DRAM:  256 MiB
      NAND:  512 MiB
      MMC:   OMAP SD/MMC: 0
      In:    serial
      Out:   serial
      Err:   serial
      Die ID #746c0000000000000155dc1405011024
      Net:   DaVinci-EMAC, smc911x-0
      Hit any key to stop autoboot:  0
      twister => usb start
      (Re)start USB...
      USB:   Register 1313 NbrPorts 3
      USB EHCI 1.00
      scanning bus for devices... 1 USB Device(s) found
             scanning bus for storage devices... 0 Storage Device(s) found
      twister => usb reset
      (Re)start USB...
      USB:   Register 1313 NbrPorts 3
      USB EHCI 1.00
      scanning bus for devices... 1 USB Device(s) found
             scanning bus for storage devices... 0 Storage Device(s) found
      twister => usb reset
      (Re)start USB...
      USB:   Register 1313 NbrPorts 3
      USB EHCI 1.00
      scanning bus for devices... 1 USB Device(s) found
             scanning bus for storage devices... 0 Storage Device(s) found
      twister => usb reset
      (Re)start USB...
      USB:   Register 1313 NbrPorts 3
      USB EHCI 1.00
      scanning bus for devices... 1 USB Device(s) found
             scanning bus for storage devices... 0 Storage Device(s) found
      Signed-off-by: NJeroen Hofstee <jeroen@myspectrum.nl>
      Acked-by: Govindraj.R <govindraj.raja <at> ti.com>
      Acked-by: NTom Rini <trini@ti.com>
      90579fdd
    • W
      fdt: avoid bad MAKEALL status · 896bbb53
      Wolfgang Denk 提交于
      Current versions of  dtc  always print a message like
      
      	DTC: dts->dtb  on file "dt.dtb.tmp"
      
      which cannot even be suppressed with "-qqq".  To avoid incorrect
      MAKEALL status, we manually filter out this message.  This is a bit
      complicated, as we have to make sure to set a correct return code.
      
      Also, get rid of the temp file: dtc accepts "-" for stdin.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Acked-by: NSimon Glass <sjg@chromium.org>
      896bbb53
    • W
      fdt: fix out of tree builds with DT support · 82f45866
      Wolfgang Denk 提交于
      Fix: FATAL ERROR: Couldn't open "../arch/arm/dts/tegra20.dtsi": No
      such file or directory
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Acked-by: NSimon Glass <sjg@chromium.org>
      82f45866
    • W
      GCC4.6: Squash warnings in onenand_base.c · 1432c763
      Wolfgang Denk 提交于
      Fix gcc 4.6 build warnings:
      onenand_base.c: In function 'onenand_probe':
      onenand_base.c:2577:6: warning: variable 'maf_id' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Lukasz Majewski <l.majewski@samsung.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Tested-by: NLukasz Majewski <l.majewski@samsung.com>
      1432c763
  3. 19 4月, 2012 2 次提交
  4. 18 4月, 2012 2 次提交
  5. 17 4月, 2012 5 次提交
    • D
      i.MX6: arm2: Add AXI cache and Qos setting · 03f35878
      Dirk Behme 提交于
      Do the same AXI cache and Qos settings done already in the
      SabreLite imximage.cfg for the ARM2 board, too.
      
      It fixes a display flash issue caused by low priority of
      the display IDMA channel.
      Signed-off-by: NDirk Behme <dirk.behme@de.bosch.com>
      CC: Jason Chen <b02280@freescale.com>
      CC: Jason Liu <r64343@freescale.com>
      CC: Stefano Babic <sbabic@denx.de>
      CC: Fabio Estevam <festevam@gmail.com>
      Acked-by: NJason Liu <r64343@freescale.com>
      03f35878
    • W
      Prepare v2012.04-rc2; minor Coding Style cleanup · f5cdc117
      Wolfgang Denk 提交于
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      f5cdc117
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-arm · db39f241
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-arm:
        ARM926EJS: Fix cache.c to comply with checkpatch.pl
        ARM926EJS: Make asm routines volatile in cache ops
        MX35: mx35pdk: wrong board revision
        ARM1136: MX35: Make asm routines volatile in cache ops
        ARM: add u-boot.imx as target for i.MX SOCs
        M28: Pull out CONFIG_APBH_DMA so it's always enabled
        DMA: Split the APBH DMA init into block and channel init
        imx: Return gpio_set_value in gpio_direction_output
        imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >> 5)
        imx: Add GPIO_TO_PORT macro in the mxc_gpio driver
        imx: Remove unneeded/repititive definitions from imx headers
        i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC
        MX31: mx31pdk: drop enable_caches from board file
        i.MX28: Fix initial stack pointer position
        mx35: mx35pdk: fix when cache functions are linked
        mx35: flea3: fix when cache functions are linked
        ARM: 926ejs: use debug() for misaligned addresses
        ARM1136: add cache flush and invalidate operations
        mx6qsabrelite: Fix the serial console port
        mx6qsabrelite: Add boot switch setting information into the README
        i.MX6: mx6qsabrelite: add cache commands if cache is enabled
        i.MX6: implement enable_caches()
        i.MX6: define CACHELINE_SIZE
        MX53: DDR: Fix ZQHWCTRL field TZQ_CS
        mx28evk: Add a README file
        mx28: Split the README into a common part and a m28 specific part
        tricorder: Load kernel from ubifs
        tricorder: Add UBIFS
        cm-t35: fix Ethernet reset timing
        hawkboard: Add CONFIG_SPL_LIBGENERIC_SUPPORT
        BeagleBoard: Remove userbutton command and use gpio command instead
        OMAP: Move omap1510inn to Unmaintained / Orphaned
      db39f241
    • M
      ARM926EJS: Fix cache.c to comply with checkpatch.pl · 2694bb9b
      Marek Vasut 提交于
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      2694bb9b
    • M
      ARM926EJS: Make asm routines volatile in cache ops · c6201553
      Marek Vasut 提交于
      We certainly don't want the compiler to reorganise the code for dcache flushing.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      Acked-by: NMike Frysinger <vapier@gentoo.org>
      Acked-by: NStefano Babic <sbabic@denx.de>
      c6201553
  6. 16 4月, 2012 22 次提交