26 Sep, 2012

1 commit


22 Sep, 2012

2 commits


21 Sep, 2012

1 commit


19 Sep, 2012

1 commit


10 Sep, 2012

1 commit


04 Sep, 2012

1 commit


02 Sep, 2012

2 commits

  • The call to SYSTEM_MAP assumes that the u-boot output is in $PWD when
    it really should be in $(obj). This fixes building out of tree.

    Signed-off-by: Mike Frysinger

    Mike Frysinger
     
  • * 'master' of git://git.denx.de/u-boot-usb:
    MUSB driver: Timeout is never detected as the while loop does not end
    usb: fix ulpi_set_vbus prototype
    pxa25x: Add UDC registers definitions
    USB: Fix strict aliasing in ohci-hcd
    usb: Optimize USB storage read/write
    ehci: Optimize qTD allocations
    usb_stor_BBB_transport: Do not delay when not required
    usb_storage: Remove EHCI constraints
    usb_storage: Restore non-EHCI support
    ehci-hcd: Boost transfer speed
    ehci: cosmetic: Define used constants
    ehci: Fail for multi-transaction interrupt transfers
    arm:trats: Enable g_dnl composite USB gadget with embedded DFU function on TRATS
    arm:trats: Support for USB UDC driver at TRATS board.
    dfu:cmd: Support for DFU u-boot command
    dfu: MMC specific routines for DFU operation
    dfu: DFU backend implementation
    dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget
    dfu:usb: Support for g_dnl composite download gadget.
    ehci: cosmetic: Define the number of qt_buffers

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

01 Sep, 2012

8 commits


23 Aug, 2012

1 commit

  • Provides a tool to build boot Image for PBL(Pre boot loader) which is
    used on Freescale CoreNet SoCs, PBL can be used to load some instructions
    and/or data for pre-initialization. The default output image is u-boot.pbl,
    for more details please refer to doc/README.pblimage.

    Signed-off-by: Shaohui Xie
    Signed-off-by: Andy Fleming

    Shaohui Xie
     

18 Aug, 2012

1 commit

  • Commit 8b5a02640adf77301f943e8754992c50df004e8a ("Makefile: cosmetic:
    optimize usage of LIBS-y") broke the build of boards that have a board
    vendor "common" directory, by introducing a space between "LIBS-" and
    "y".

    Signed-off-by: Scott Wood
    Signed-off-by: Daniel Schwierzeck
    Acked-by: Kim Phillips

    Scott Wood
     

11 Aug, 2012

3 commits


10 Aug, 2012

3 commits

  • Signed-off-by: Uma Shankar
    Signed-off-by: Manjunatha C Achar
    Signed-off-by: Iqbal Shareef
    Signed-off-by: Hakgoo Lee

    Uma Shankar
     
  • U-Boot port is based on sources forked from GRUB-0.97 by Sun in 2004,
    which can be found here:
    http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/zfs.h

    Released by Sun for GRUB under the license:
    * This program is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.

    GRUB official releases include ZFS in version:
    ftp://alpha.gnu.org/gnu/grub/grub-1.99~rc1.tar.gz

    And patched against GRUB Bazaar repository for ashift fixes (4KB HDDs)
    more conveniently found at github:
    https://github.com/pendor/grub-zfs/commit/e7b6ef3ac3b9685ac4c394c897b1d4221b7381f1

    Signed-off-by: Jorgen Lundman

    Jorgen Lundman
     
  • Since run_command() and run_command_list() are important and a little
    confusing, add some basic tests to check that the behaviour is correct.

    Note: I am not sure that this should be committed, nor where it should go
    in the source tree. Comments welcome.

    To run the unit tests use the ut_cmd command available in sandbox:

    make sandbox_config
    make
    ./u-boot -c ut_cmd

    (To test both hush and built-in parsers, you need to manually change
    CONFIG_SYS_HUSH_PARSER in include/configs/sandbox.h and build/run again)

    Signed-off-by: Simon Glass

    Simon Glass
     

31 Jul, 2012

1 commit


30 Jul, 2012

1 commit


29 Jul, 2012

1 commit


28 Jul, 2012

1 commit


27 Jul, 2012

1 commit


23 Jul, 2012

1 commit


10 Jul, 2012

1 commit


07 Jul, 2012

1 commit

  • On x600 (SPEAr600) U-Boot is appended to U-Boot SPL. Both images are
    created using mkimage (crc etc), so that the ROM bootloader can check
    its integrity. Padding needs to be done to the SPL image (with
    mkimage header) and not the binary. Otherwise the resulting image
    which is loaded/copied by the ROM bootloader to SRAM doesn't fit.
    The resulting image containing both U-Boot images is called u-boot.spr.

    Signed-off-by: Stefan Roese
    Cc: Amit Virdi
    Cc: Vipin Kumar

    Stefan Roese
     

25 May, 2012

1 commit

  • This directory includes tizen logo data, common tizen library and so on.

    Signed-off-by: Donghwa Lee
    Signed-off-by: Kyungmin Park
    Acked-by: Minkyu Kang

    [ agust: change to conditionally build lib/tizen directory ]
    Signed-off-by: Anatolij Gustschin

    Donghwa Lee
     

15 May, 2012

1 commit

  • This rule confirms that if we're on ARM and we have enabled THUMB builds
    that we have a new enough toolchain to produce a working binary.

    Changes in v2:
    - Switch to ALL-$(CONFIG_SYS_THUMB_BUILD) in arch/arm/config.mk (Mike F)
    - Simplfy checkthumb test after doing the above

    Signed-off-by: Tom Rini
    Acked-by: Mike Frysinger

    Tom Rini
     

25 Apr, 2012

1 commit


22 Apr, 2012

1 commit


19 Apr, 2012

1 commit


17 Apr, 2012

1 commit


31 Mar, 2012

1 commit