12 Dec, 2011

11 commits

  • Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     
  • The "tb0229" board has long been unmaintained, and is broken.
    Remove it.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     
  • Fix:
    omap2420h4.c: In function 'dram_init':
    omap2420h4.c:196:25: warning: variable 'cpu' set but not used
    [-Wunused-but-set-variable]

    Signed-off-by: Wolfgang Denk
    Cc: Richard Woodruff
    Cc: Tom Rini

    Wolfgang Denk
     
  • Fix:
    reiserfs.c: In function 'reiserfs_mount':
    reiserfs.c:360:22: warning: dereferencing type-punned pointer
    will break strict-aliasing rules [-Wstrict-aliasing]

    Signed-off-by: Anatolij Gustschin

    Anatolij Gustschin
     
  • Fix:
    ../common/isa.c: In function 'handle_isa_int':
    ../common/isa.c:385:21: warning: variable 'isr2' set but not used
    [-Wunused-but-set-variable]
    ../common/isa.c:385:16: warning: variable 'isr1' set but not used
    [-Wunused-but-set-variable]

    Signed-off-by: David Mueller

    David Müller (ELSOFT AG)
     
  • Signed-off-by: Horst Kronstorfer

    Horst Kronstorfer
     
  • This board breaks MAKEALL -a mips due to compile errors.
    This patch fixes only the parts causing the errors to get MAKEALL
    working.

    Signed-off-by: Daniel Schwierzeck

    Daniel Schwierzeck
     
  • We already flush the kernel image after we've loaded it to ensure
    visiblity to the other cores. We need to do the same thing for the
    ramdisk and device tree images. In AMP boot scenarios we might not be
    HW cache coherent with the secondary core that we are loading and
    setting the ramdisk and device tree up for. Thus we need to ensure
    we've flushed the regions of memory utilized by ramdisk and device tree
    so the loadding and any modifications (from decompression or fdt updates)
    are made visible to the secondary cores.

    Signed-off-by: Kumar Gala

    Kumar Gala
     
  • Switch to extension board detection using pci_find_device()
    instead of detecting by i2c access to EEPROM device on
    extension board.

    This is a cleaner detection method since EEPROM addresses
    can be different on different board revisions. This also
    avoids "i2c_read: failed to address chip" error messages
    in the boot log on boards without extension board which
    may confuse users.

    Signed-off-by: Anatolij Gustschin

    Anatolij Gustschin
     
  • * 'master' of git://git.denx.de/u-boot-usb:
    USB: efikamx: Enable USB on EfikaMX and EfikaSB
    USB: Add generic ULPI layer and a viewport
    USB: EHCI: Allow EHCI post-powerup configuration in board files
    USB: mx51evk: add end enable USB host support on port 1
    USB: mx53loco: add end enable USB host support on port 1
    USB: MX5: Add MX5 usb post-init callback
    USB: MX5: Abstract out mx51 USB pixmux configuration
    USB: MX5: add generic USB EHCI support for mx51 and mx53
    USB: MX5: add helper functions to enable USB clocks
    usb:gadget:s5p Enable the USB Gadget framework at GONI
    usb:gadget:s5p USB Device Controller (UDC) implementation
    ehci: speed up initialization
    usb: add help for missing start subcommand
    cosmetic: remove excess whitespace from usb command help
    usb: align usb_endpoint_descriptor to 16-bit boundary
    usbtty: init endpoints prior to startup events
    pxa: convert pxa27x_udc to use read and write functions
    pxa: activate the first usb host port on pxa27x by default
    pxa: fix usb host register mismatch
    ehci-fsl: correct size of ehci caplength
    USB: Add usb_event_poll() to get keyboards working with EHCI
    USB: gadaget: add Marvell controller support
    USB: Fix complaints about strict aliasing in OHCI-HCD
    USB: Drop dead code from usb_kbd.c
    USB: Rework usb_kbd.c
    USB: Add functionality to poll the USB keyboard via control EP

    Wolfgang Denk
     
  • * 'master' of git://git.denx.de/u-boot-arm:
    arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints
    post: fix compile issue for post tests on kirkwood

    Wolfgang Denk
     

11 Dec, 2011

29 commits