09 Aug, 2011

2 commits


05 Aug, 2011

2 commits

  • There was a mix of UTF-8 and ISO-8859 files in the U-Boot source
    tree, which could cause issues with the patchwork review system.
    This commit converts all ISO-8859 files to UTF-8.

    Signed-off-by: Albert ARIBAUD

    Albert ARIBAUD
     
  • The U-Boot Design Principles[1] clearly say:

    Initialize devices only when they are needed within U-Boot, i.e. don't
    initialize the Ethernet interface(s) unless U-Boot performs a download
    over Ethernet; don't initialize any IDE or USB devices unless U-Boot
    actually tries to load files from these, etc. (and don't forget to
    shut down these devices after using them - otherwise nasty things may
    happen when you try to boot your OS).

    So, do not initialize and read the sensors on startup.

    Signed-off-by: Heiko Schocher
    cc: Wolfgang Denk
    cc: Holger Brunck

    Heiko Schocher
     

03 Aug, 2011

2 commits

  • - Add mkimage support for OMAP boot image
    - Add support for OMAP boot image(MLO) generation in the new
    SPL framework

    Signed-off-by: John Rigby
    Signed-off-by: Aneesh V
    Signed-off-by: Sandeep Paulraj

    John Rigby
     
  • * 'master' of git://git.denx.de/u-boot-blackfin:
    Blackfin: jtag-console: fix timer usage
    Blackfin: switch to common display_options()
    Blackfin: serial: move early debug strings into .rodata section
    Blackfin: adi boards: also set stderr to nc with helper
    Blackfin: update anomaly lists to latest public info
    Blackfin: serial: convert to bfin_{read,write} helpers
    Blackfin: split out async setup
    Blackfin: adi boards: enable pretty flash progress output
    Blackfin: drop unused dma.h header from start code
    Blackfin: portmux: allow header to be included in assembly files
    Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: enable mmc_spi support
    Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update network settings
    Blackfin: sync MMR read/write helpers with Linux
    Blackfin: gpio: optimize free path a little
    Blackfin: post: setup default CONFIG_SYS_POST_WORD_ADDR
    Blackfin: uart: fix printf warning
    Blackfin: add init.elf helper code
    Blackfin: dont reset SWRST on newer bf526 parts
    Blackfin: adi boards: enable multi serial support by default
    Blackfin: uart: add multiple serial support
    Blackfin: uart: move debug buffers into local bss

    Wolfgang Denk
     

01 Aug, 2011

1 commit

  • Fix compiler warning:

    cmd_fpga.c:318: warning: passing argument 3 of 'fit_image_get_data'
    from incompatible pointer type

    Adding the needed 'const' here entails a whole bunch of additonal
    changes all over the FPGA code.

    Signed-off-by: Wolfgang Denk
    Cc: Andre Schwarz
    Cc: Murray Jensen
    Acked-by: Andre Schwarz

    Wolfgang Denk
     

30 Jul, 2011

1 commit


29 Jul, 2011

1 commit


28 Jul, 2011

5 commits


26 Jul, 2011

20 commits


20 Jul, 2011

1 commit

  • * 'master' of git://git.denx.de/u-boot-mmc:
    mmc: rescan fails on empty slot
    AT91:mmc:fix multiple read/write error
    mmc: Access mode validation for eMMC cards > 2 GiB
    mmc: sh_mmcif: add support for Renesas MMCIF
    mmc: fix the condition for MMC version 4
    MMC: add marvell sdhci driver
    MMC: add sdhci generic framework
    MMC: add erase function to both mmc and sd
    MMC: unify mmc read and write operation
    mmc: Tegra2: Enable SD/MMC driver for Seaboard and Harmony
    mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3

    Wolfgang Denk
     

19 Jul, 2011

2 commits

  • Signed-off-by: Matthew McClintock

    Matthew McClintock
     
  • * 'master' of git://git.denx.de/u-boot-arm:
    ARM: MX5: Fix broken leftover TO-2 errata workaround
    MX31: Cleanup clock function
    scb9328: Add ARM relocation support
    am3517evm: change console device from ttyS2 to ttyO2
    Remove volatile qualifier in get_ram_size() calls
    TI: TNETV107X Fix Build Error
    ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7
    arm: add CONFIG_MACH_TYPE setting and documentation
    arm: add __ilog2 function
    Timer: Fix misuse of ARM *timer_masked() functions outside arch/arm
    EfikaMX: Enable EXT2 booting
    EfikaMX: Add missing CONFIG_SYS_TEXT_BASE
    EfikaMX: Use correct imximage.cfg
    MX27: Update to autogenerated asm-offsets.h
    MX5: Update to autogenerated asm-offsets.h
    imx: Add support for zmx25 board
    imx: Make imx25 compatible to mxc_gpio driver and fix in tx25
    imx: Add auto generation of asm-offsets.h for imx25
    imx: Add support for USB EHCI on imx25
    imx: Use correct imx25 reset.c
    imx: Add get_tbclk() function for imx25
    ARM: Update maintainer of board scb9328
    mx27: Make the UART port number explicit
    build: Add targets for auto gen of asm-offsets.h and use it in imx35
    mx31pdk: cosmetic: Fix line over 80 characters

    Wolfgang Denk
     

17 Jul, 2011

1 commit


16 Jul, 2011

2 commits