Skip to content
Snippets Groups Projects
  1. Sep 07, 2011
  2. Sep 05, 2011
  3. Sep 04, 2011
    • Michal Simek's avatar
      net: Check network device driver name · 58c583b6
      Michal Simek authored
      
      If name is longer than allocated space NAMESIZE
      mac address is rewritten which show error
      message like:
      
      Error message:
      Warning: Xlltemac.87000000 MAC addresses don't match:
      Address in SROM is         30:00:00:00:00:00
      Address in environment is  00:0a:35:00:6a:04
      
      NAMESIZE contains Driver name + zero terminated character.
      
      Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
      58c583b6
    • Bradley Bolen's avatar
      stdio: Fix a possible buffer overflow · 03bf22f5
      Bradley Bolen authored
      Signed-off-by: Bradley Bolen <bradleybolen at yahoo.com>
      03bf22f5
    • Linus Walleij's avatar
      MAINTAINERS: fix integrator and versatile · 0789dc14
      Linus Walleij authored
      
      - Take maintainership of the integratorcp board
      - Remove the double entry for the versatile board
        it has two variants but only one board folder
      
      Cc: Philippe Robin <philippe.robin@arm.com>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      0789dc14
    • Wolfgang Denk's avatar
      Merge branch 'master' of git://git.denx.de/u-boot-coldfire · 684cad57
      Wolfgang Denk authored
      * 'master' of git://git.denx.de/u-boot-coldfire:
        ColdFire:Clean up the CONFIG_STANDALONE_LOAD_ADDR usage
        ColdFire:Add mb for 5253 dram initialization
        ColdFire:Define the DM9000 byteswap for M5253 board.
        ColdFire:Update the env settings for several boards.
        ColdFire:disable the NFS define for 52277 board.
        ColdFire:Update the timer_init since it was unified.
        ColdFire: Cleanup for partial linking and --gc-sections
        ColdFire: Update compile flags for each CPUs
        ColdFire:Fix the configuration broken for some boards.
      684cad57
    • Wolfgang Denk's avatar
      Merge branch 'master' of git://git.denx.de/u-boot-arm · 6dfbf49c
      Wolfgang Denk authored
      * 'master' of git://git.denx.de/u-boot-arm: (145 commits)
        beagleboard: enable HUB power on all variants of the BeagleBoard
        dm3730: enable dpll5
        ehci-hcd: Allow cleanups to happen gracefully on a timeout.
        OMAP3: Add DSS driver for OMAP3
        led: Remove state-saving of led for toggle functionality and add toggle option to led command
        led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all'
        led: correct off/on locations in structure
        led: added cmd_led to Makefile
        BeagleBoard: fix LED 0/1 in driver
        Corrected LED name match finding avoiding extraneous Usage printouts
        BeagleBoard: config: updated default configuration
        BeagleBoard: config: Enabled multibus support for I2C in configuration
        BeagleBoard: config: add optargs/buddy/camera
        BeagleBoard: config: increase command-line functionality
        BeagleBoard: config: make mtest run
        BeagleBoard: config: enable DSS
        BeagleBoard: config: enable asix driver and dhcp
        BeagleBoard: config: enable networking
        BeagleBoard: config: decrease bootdelay to 2 seconds
        BeagleBoard: config: use uImage.beagle for tftp
        BeagleBoard: config: hardcode MAC for onboard SMSC
        BeagleBoard: config: load kernel from MMC ext, not FAT
        BeagleBoard: Configure DVI/S-video
        BeagleBoard: Added userbutton command
        BeagleBoard: turn off clocks in ehci_stop
        USB: Remove __attribute__ ((packed)) for struct ehci_hccr and ehci_hcor
        beagleboard: add support for xM revision C
        beagle: pass expansionboard name in bootargs
        OMAP: Remove omapfb.debug=y from Beagle and Overo env settings
        OMAP3 Beagle Pin Mux initialization glitch fix
        da850: modifications for Logic PD Rev.3 AM18xx EVM
        da850: fix the channel number for EMAC teardown init
        da850: add support for Spectrum Digital AM18xx EVM
        da850: add support to wake up DSP during board init
        da850: modify the U-Boot prompt string
        da850: add NOR boot mode support
        da8xx: add support for multiple PLL controllers
        da850: indicate cache usage disable in config file
        dm365: modify boot prompt from dm365 to dm36x
        dm365: disable cache usage due to coherency issues
        dm6446: disable cache usage due to coherency issues
        OMAP3: Remove legacy mmc driver
        devkit8000: Use generic MMC driver
        TI OMAP3 SDP3430: Use generic MMC driver
        AM3517 CraneBoard: Use generic MMC driver
        OMAP3: pandora: Use generic MMC driver
        OMAP3: Zoom2: Use generic MMC driver
        OMAP3: Zoom1: Use generic MMC driver
        OMAP3: DIG297: Use generic MMC driver
        OMAP3: CM-T35: Use generic MMC driver
        am3517evm: Use generic MMC driver
        omap3evm: Use generic MMC driver
        omap3:clock: check cpu_family before enabling clks for IVA & CAM
        omap3:clock: configure GFX clock to 200MHz for AM/DM37x
        OMAP3/4: Increase console I/O buffer size
        PXA: vpac270: Remove re-defined CONFIG_SYS_TEXT_BASE
        PXA: Fix CSB226, fix monitor length
        PXA: Fix Lubbock, remove redundant parenthesis
        armv7: cache: remove flush on un-aligned invalidate
        armv7: stronger barrier for cache-maintenance operations
        omap: enable caches at system start-up
        arm: do not force d-cache enable on all boards
        ORIGEN: Add MMC SPL support
        ARMV7: Add support for Samsung ORIGEN board
        i2c:gpio:s5p: Enable I2C GPIO on the GONI target
        i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c)
        Tegra2: Use clock and pinmux functions to simplify code
        Tegra2: Add additional pin multiplexing features
        Tegra2: Add more clock support
        Tegra2: Add microsecond timer function
        ARM: remove broken "at91rm9200dk" board
        ARM: remove broken "m501sk" board
        ARM: remove broken "kb9202" board
        ARM: remove broken "csb637" board
        ARM: remove broken "cmc_pu2" board
        ARM: remove broken "at91cap9adk" board
        ARM: remove broken "voiceblue" board
        ARM: remove broken "smdk2400" board
        ARM: remove broken "sbc2410x" board
        ARM: remove broken "netstar" board
        ARM: remove broken "mx1fs2" board
        ARM: remove broken "lpd7a40x" boards
        ARM: remove broken "edb93xx" boards
        ARM: remove broken "B2" board
        ARM: remove broken "armadillo" board
        ARM: remove broken "assabet" board
        ARM: versatile: drop warnings
        IMX: scb9328: drop warnings
        MX31: imx31_litekit: make use of GPIO framework
        MX31: mx31ads: make use of GPIO framework
        MX5: mx51evk: make use of GPIO framework
        MX35: mx35pdk: make use of GPIO framework
        MX5: mx53loco: make use of GPIO framework
        MX5: mx53evk: make use of GPIO framework
        MX5: vision2: make use of GPIO framework
        MX5: mx53smd: make use of GPIO framework
        MX5: mx53ard: make use of GPIO framework
        MX25: zmx25: make use of GPIO framework
        MX5: efikamx: make use of GPIO framework
        MX31: QONG: make use of GPIO framework
        MX35: make use of GPIO framework for MX35 processor
        MX5: make use of GPIO framework for MX5 processor
        MX31: make use of GPIO framework for MX31 processor
        MX25: make use of GPIO framework for MX25 processor
        IMX: uniform GPIO interface using GPIO framework
        MX: MX35 / MX5: uniform clock command with powerpc
        MX35: MX35PDK: support additional RAM on CSD1
        mx53: ddr3: Update DD3 initialization
        ARM: MX51: PLL errata workaround
        ARM: versatilepb : drop warnings due to double definitions
        omap4: increase SRAM budget to fix build error
        omap4: fix build warning due to signed unsigned comparison
        mkimage: Fix 'Unknown OMAP image type - 5'
        omap: fix gpio related build breaks
        gpio:samsung: s5p_ suffix add for GPIO functions (C210_universal)
        SMDKV310: MMC SPL: Remove unwanted dummy functions
        SMDKV310: Fix undefined reference error
        SMDKV310: Fix build error for smdkv310 board
        gpio:samsung s5p_ suffix add for GPIO functions
        mmc: S5P: Support DMA restarts at buffer boundaries
        SMDKV310: Fix host compilation of mkv310_image
        arm: fix bd pointer dereference prior initialization
        arm, lib/board.c: use gd->ram_size instead of bd->bi_memsize
        mx5: Remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF
        MX31: removed warnings due to clock.h
        integrator: convert to new build system
        integratorcp: make the board compile
        integratorap: remove hardcoded 32MB memory cmdline
        ...
      6dfbf49c
    • Jason Jin's avatar
      ColdFire:Clean up the CONFIG_STANDALONE_LOAD_ADDR usage · 3f8ce939
      Jason Jin authored
      
      Remove the additional linker options for CONFIG_STANDALONE_LOAD_ADDR
      
      Signed-off-by: default avatarJason Jin <Jason.jin@freescale.com>
      3f8ce939
    • Jason Jin's avatar
      ColdFire:Add mb for 5253 dram initialization · 6752da6b
      Jason Jin authored
      
      The dram initialization sequence should be in order.
      This patch add mb for the dram intialization code to make
      sure the compiler do not disorder the code.
      
      Signed-off-by: default avatarJason Jin <Jason.jin@freescale.com>
      6752da6b
    • Jason Jin's avatar
      ColdFire:Define the DM9000 byteswap for M5253 board. · f73e7d67
      Jason Jin authored
      
      The M5253DEMO board swapped the io pins which make
      the standard IO function did not work for dm9000.
      Define the byte swap to use raw io for dm9000.
      
      Signed-off-by: default avatarJason Jin <Jason.jin@freescale.com>
      f73e7d67
    • Jason Jin's avatar
      ColdFire:Update the env settings for several boards. · 09933fb0
      Jason Jin authored
      
      Move the environment outside the u-boot for some boards
      and enlarge the u-boot size in some env settings.
      
      Signed-off-by: default avatarJason Jin <Jason.jin@freescale.com>
      09933fb0
    • Jason Jin's avatar
      ColdFire:disable the NFS define for 52277 board. · 90fa92dc
      Jason Jin authored
      
      There is no network device on ColdFire 52277EVB board.But the default
      cmd include NFS define which make the build error.
      
      Signed-off-by: default avatarJason Jin <Jason.jin@freescale.com>
      90fa92dc
    • Jason Jin's avatar
      444ddfc7
    • Jason Jin's avatar
      ColdFire: Cleanup for partial linking and --gc-sections · 6c0bf27d
      Jason Jin authored
      
      Introduce the --gc-sections for ColdFire platform and clean up the
      corresponding lds file.
      
      Signed-off-by: default avatarTsiChung Liew <tsicliew@gmail.com>
      Signed-off-by: default avatarJason Jin <Jason.jin@freescale.com>
      6c0bf27d
    • Jason Jin's avatar
      ColdFire: Update compile flags for each CPUs · 45263ec4
      Jason Jin authored
      
      Remove compiler version check for gcc 4.1 in config.mk.
      
      Signed-off-by: default avatarTsiChung Liew <tsicliew@gmail.com>
      Signed-off-by: default avatarJason Jin <Jason.jin@freescale.com>
      45263ec4
    • Jason Jin's avatar
      ColdFire:Fix the configuration broken for some boards. · b823c8cd
      Jason Jin authored
      
      Some typoes in Makefile and boards.cfg make the M54455 board
      and M53017 board configuration broken.
      
      Signed-off-by: default avatarJason Jin <Jason.jin@freescale.com>
      b823c8cd
    • Christian Spielberger's avatar
      beagleboard: enable HUB power on all variants of the BeagleBoard · 38a77c3a
      Christian Spielberger authored
      Changes made by Jason Kridner with inputs from Eric Benard to special case xM Rev A and xM Rev B
      
      Relevant discussions:
      http://www.mail-archive.com/u-boot@lists.denx.de/msg59361.html
      http://www.mail-archive.com/u-boot@lists.denx.de/msg59589.html
      
      
      
      Signed-off-by: default avatarJoel A Fernandes <joelagnel@ti.com>
      Cc: Eric Benard <eric@eukrea.com>
      Cc: Christian Spielberger <c.spielberger@bct-electronic.com>
      Cc: Jason Kridner <jdk@ti.com>
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      38a77c3a
    • Eric Benard's avatar
      dm3730: enable dpll5 · 31c85984
      Eric Benard authored
      
      which is used to provide 120MHz to USB EHCI
      This allows EHCI to work on BeagleBoard XM
      
      Signed-off-by: default avatarEric Bénard <eric@eukrea.com>
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      31c85984
    • Joel Fernandes's avatar
      ehci-hcd: Allow cleanups to happen gracefully on a timeout. · 3ecfa952
      Joel Fernandes authored
      
      With this, the EHCI seems to "recover" from a timeout. This is particularly
      observable if you were to ping the wrong IP Address and then ping the correct
      one or if there was a temporary failure during tftp sessions.
      
      All it takes is one timeout to disable it. If you have a noisy network (lot
      of traffic), even if the traffic is not for the board, the timeouts don't occur.
      
      Signed-off-by: default avatarJoel A Fernandes <agnel.joel@gmail.com>
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      3ecfa952
    • Syed Mohammed Khasim's avatar
      OMAP3: Add DSS driver for OMAP3 · de701d11
      Syed Mohammed Khasim authored
      * Supports dynamic panel configuration
      * Supports dynamic tv standard selection
      * Adds support for DSS register access through generic APIs
      * Incorporated DSS register access using structures.
      * DSS makefile update
      
      Previous discussions are here:
      http://www.mail-archive.com/u-boot@lists.denx.de/msg27150.html
      
      
      
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      de701d11
    • Joel A Fernandes's avatar
      led: Remove state-saving of led for toggle functionality and add toggle option to led command · b8bc8973
      Joel A Fernandes authored
      * Read the led output state from GPIO instead saving state in memory when it is [re]set
      * Added a toggle option to the led command
      
      Previous discussion:
      http://lists.denx.de/pipermail/u-boot/2011-May/093068.html
      
      
      
      Changes since v1:
      Fixed checkpatch errors
      
      Signed-off-by: default avatarJoel A Fernandes <agnel.joel@gmail.com>
      Signed-off-by: default avatarJason Kridner <jkridner@beagleboard.org>
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      b8bc8973
Loading