1. 21 6月, 2012 1 次提交
  2. 20 6月, 2012 8 次提交
  3. 16 6月, 2012 13 次提交
  4. 09 6月, 2012 1 次提交
  5. 08 6月, 2012 5 次提交
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-video · fedab338
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-video:
        video: atmel/lcd: add LCD driver for new Atmel SoC
        video: cfb_console: flush dcache for frame buffer in DRAM
        cfb_console: Ignore bell character
        cfb_console: Add console_clear_line function
        cfb_console: Fix function console_back
        omap3_dss: cosmetic changes
        omap3_dss: add optional framebuffer
        mx53loco: Add LCD support
        mx5: Rename mx51_fb_init()
        mx53: Allow IPUv3 driver to also work on mx53
        mx51evk: Add LCD support
        EXYNOS: display 32bpp bitmap TIZEN logo
        create lib/tizen directory
        LCD: display 32bpp decompressed bitmap image
        common/lcd.c: reduce one CONFIG_LCD_LOGO ifdef
        common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs
        common/lcd.c: use ARRAY_SIZE
        cmd_bmp.c: make bmp_display() usable by drivers or board code
        LCD: support another s6e8ax0 panel type
        LCD: change s6e8ax0 panel gamma value
        include/video.h: drop unused video_printf()
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      fedab338
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-avr32 · 74b5b5db
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-avr32:
        avr32:board.c: fix compile warning
        avr32:grasshopper: fix PHY initialisation
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      74b5b5db
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-mips · d1c6e9e4
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-mips:
        MIPS: board.c: move extern declarations to u-boot-mips.h
        MIPS: bootm_qemu_mips.c: make checkpatch.pl clean
        MIPS: bootm.c: make checkpatch.pl clean
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      d1c6e9e4
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-sh · 76aef69e
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-sh:
        sh/ap_sh4a_4a: Fix typo of operator in ET0_ETXD4
        sh: Add SH7269 device and RSK2+SH7269 board
        sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards with sh_eth
        sh: Add support for AP-SH4A-4A board
        sh: Add register definition of PFC for SH7734
        sh: r0p7734: Add support I2C controller
        sh: Add bit control functions
        sh: Add support for r0p7734 board
        sh: Add support Renesas SH7734
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      76aef69e
    • M
      MPC8xxx: Define cache ops for USB · 25315683
      Marek Vasut 提交于
      This patch conditionally defines flush_dcache_range() and
      invalidate_dcache_range() on MPC8xxx, to avoid EHCI complaining,
      resulting in the following output:
      
      $ ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- ./MAKEALL MPC8572DS
      Configuring for MPC8572DS board...
      make: *** [u-boot] Error 1
      powerpc-linux-gnu-size: './u-boot': No such file
      e1000.c: In function ‘e1000_initialize’:
      e1000.c:5264:13: warning: assignment from incompatible pointer type [enabled by default]
      tsec.c: In function ‘tsec_initialize’:
      tsec.c:638:12: warning: assignment from incompatible pointer type [enabled by default]
      drivers/usb/host/libusb_host.o: In function `ehci_td_buffer':
      /home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:186: undefined reference to `flush_dcache_range'
      drivers/usb/host/libusb_host.o: In function `ehci_submit_async':
      /home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:346: undefined reference to `flush_dcache_range'
      /home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:348: undefined reference to `flush_dcache_range'
      /home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:349: undefined reference to `flush_dcache_range'
      /home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:372: undefined reference to `invalidate_dcache_range'
      /home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:374: undefined reference to `invalidate_dcache_range'
      /home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:376: undefined reference to `invalidate_dcache_range'
      /home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:386: undefined reference to `invalidate_dcache_range'
      make: *** [u-boot] Error 1
      
      --------------------- SUMMARY ----------------------------
      Boards compiled: 1
      Boards with errors: 1 ( MPC8572DS )
      ----------------------------------------------------------
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Anatolij Gustschin <agust@denx.de>
      25315683
  6. 05 6月, 2012 5 次提交
  7. 04 6月, 2012 5 次提交
  8. 28 5月, 2012 2 次提交