Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
574461cbf7938229dd9de154331c36d1ff4dbca9
574461c
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
by Wolfgang Denk
· 13 years ago
b481fbe
board/emk/top860/top860.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
d891750
board/sbc405/strataflash.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
a05ff46
arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
01a9532
board/freescale/mpc8610hpcd/mpc8610hpcd.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
7a45ed3
board/mpl/common/flash.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
39599f2
post/board/lwmon5/gdc.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
3275d46
drivers/usb/host/sl811-hcd.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
3e1d493
board/sandburst/common/flash.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
48b2372
DB64460: Fix GCC 4.6 build warnings
by Wolfgang Denk
· 13 years ago
1772580
DB64360: Fix GCC 4.6 build warnings
by Wolfgang Denk
· 13 years ago
9351768
board/cray/L1/flash.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
3671b89
drivers/block/sata_dwc.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
5ddb9e0
board/amirix/ap1000/flash.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
bfed7be
alpr board: Fix GCC 4.6 build warnings
by Wolfgang Denk
· 13 years ago
5c8929d
Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-staging
by Wolfgang Denk
· 13 years ago
5294098
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
by Wolfgang Denk
· 13 years ago
ba0d8ab
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 13 years ago
f66131d
image: Don't detect XIP images as overlapping.
by Stephen Warren
· 13 years ago
8c87eba
image: Implement IH_TYPE_KERNEL_NOLOAD
by Stephen Warren
· 13 years ago
6fabe55
ppc4xx: Add Io64 board support
by Dirk Eibach
· 13 years ago
6e2f760
ppc4xx: fix PMC440 painit command
by Matthias Fuchs
· 13 years ago
3583fab
ppc4xx: remove invalid access to PCI_BRDGOPT2 register
by Matthias Fuchs
· 13 years ago
24d094d
ppc4xx: use CONFIG_PCI_BOOTDELAY instead of private implementation
by Matthias Fuchs
· 13 years ago
a07c051
mpc85xx: support for Freescale COM Express P2020
by Ira W. Snyder
· 13 years ago
f71ee3c
arch/powerpc/cpu/mpc8xxx/ddr/interactive.c: Fix GCC 4.6 build warning
by Kumar Gala
· 13 years ago
a85994c
mpc85xx: support board-specific reset function
by Ira W. Snyder
· 13 years ago
186d7a5
powerpc/85xx: verify the localbus device tree address before booting the OS
by Timur Tabi
· 13 years ago
09da8b8
mpc8xxx: update module_type values from JEDEC DDR3 SPD Specification
by Ira W. Snyder
· 13 years ago
1d6b35c
powerpc/p3060qds: Add board related support for P3060QDS platform
by Shengzhou Liu
· 13 years ago
275f4bb
powerpc/85xx: clean up and document the QE/FMAN microcode macros
by Timur Tabi
· 13 years ago
d7acf5c
powerpc/85xx: always implement the work-around for Erratum SATA_A001
by Timur Tabi
· 13 years ago
293935c
powerpc/85xx: CONFIG_FSL_SATA_V2 should be defined in config_mpc85xx.h
by Timur Tabi
· 13 years ago
df2be19
powerpc/85xx: Add workaround for erratum A-003474
by York Sun
· 13 years ago
f37569d
powerpc/85xx: fixup flexcan device tree clock-frequency
by Jia Hongtao
· 13 years ago
945e59a
powerpc/85xx: Add workaround for erratum CPU-A003999
by Kumar Gala
· 13 years ago
4f5c100b
menu.c: use puts() instead of printf() where possible
by Wolfgang Denk
· 13 years ago
ba1a08a
MAKEALL: drop obsolete mx31pdk_nand target
by Stefano Babic
· 13 years ago
104be71
dataflash: fix parameters order in write_dataflash()
by Igor Grinberg
· 13 years ago
af5829ce
hawkboard: Replace HAWKBOARD_KICK{0, 1}_UNLOCK defines
by Christian Riesch
· 13 years ago
74c6df2
davinci_sonata: define CONFIG_MACH_TYPE for davinci_sonata board
by Christian Riesch
· 13 years ago
034a485
davinci_schmoogie: define CONFIG_MACH_TYPE for davinci_schmoogie board
by Christian Riesch
· 13 years ago
8b0d8bf
arm: a320evb: define mach-type in board config file
by Yan-Pai Chen
· 13 years ago
4e333f6
OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that.
by Alexander Holler
· 14 years ago
5ee0c7f
Fix Stelian's email address
by Stelian Pop
· 13 years ago
6d2e962
DIU: 1080P and 720P support
by Jerry Huang
· 13 years ago
04c9e80
CFB: Fix font rendering on mx5 framebuffer
by Marek Vasut
· 13 years ago
15bbe8d
x86: Fix some bugs in the i8402 driver when no controller is present
by Gabe Black
· 13 years ago
76a5d32
x86: Make the i8042 driver checkpatch clean
by Gabe Black
· 13 years ago
1662cf1
x86: Wrap small helper functions from libgcc to avoid an ABI mismatch
by Gabe Black
· 13 years ago
0e49905
x86: Import the glibc memset implementation
by Gabe Black
· 13 years ago
6ed1888
x86: Fix a few recently added bugs
by Gabe Black
· 13 years ago
3530c07
x86: Don't relocate symbols which point to things that aren't relocated
by Gabe Black
· 13 years ago
e029b75
x86: Fix how the location of the realmode and bios blobs are calculated
by Gabe Black
· 13 years ago
c379b5d
x86: Misc cleanups
by Graeme Russ
· 13 years ago
703ede5
x86: Misc PCI touchups
by Graeme Russ
· 13 years ago
2768d85
x86: Ensure IDT and GDT remain 16-byte aligned post relocation
by Graeme Russ
· 13 years ago
19fc0d5
x86: Provide more configuration granularity
by Graeme Russ
· 13 years ago
786c395
x86: Add multiboot header
by Graeme Russ
· 13 years ago
c6512ca
sc520: Create arch asm-offsets
by Graeme Russ
· 13 years ago
e8d6474
x86: Punt cold- and warm-boot flags
by Graeme Russ
· 13 years ago
f3f8b01
cosmetic: checkpatch cleanup of board/eNET/*.c
by Graeme Russ
· 13 years ago
883c603
cosmetic: checkpatch cleanup of arch/x86/lib/*.c
by Graeme Russ
· 13 years ago
55bed24
cosmetic: checkpatch cleanup of arch/x86/cpu/sc520/*.c
by Graeme Russ
· 13 years ago
fdee8b1
cosmetic: checkpatch cleanup of arch/x86/cpu/*.c
by Graeme Russ
· 13 years ago
5e0e287
x86: Call hang() on unrecoverable exception
by Graeme Russ
· 13 years ago
9e158f9
menu.c: use puts() instead of printf() where possible
by Wolfgang Denk
· 13 years ago
fce30c6
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Wolfgang Denk
· 13 years ago
df63b04
Merge branch 'master' of git://git.denx.de/u-boot-video
by Wolfgang Denk
· 13 years ago
794d1c8
MAKEALL: drop obsolete mx31pdk_nand target
by Stefano Babic
· 13 years ago
9195834
dataflash: fix parameters order in write_dataflash()
by Igor Grinberg
· 13 years ago
d52178e
hawkboard: Replace HAWKBOARD_KICK{0, 1}_UNLOCK defines
by Christian Riesch
· 13 years ago
914f698
davinci_sonata: define CONFIG_MACH_TYPE for davinci_sonata board
by Christian Riesch
· 13 years ago
8afced0
davinci_schmoogie: define CONFIG_MACH_TYPE for davinci_schmoogie board
by Christian Riesch
· 13 years ago
ef33050
arm: a320evb: define mach-type in board config file
by Yan-Pai Chen
· 13 years ago
ffe03ed
OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that.
by Alexander Holler
· 14 years ago
d98cddd
Fix Stelian's email address
by Stelian Pop
· 13 years ago
1b5f0ff
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Wolfgang Denk
· 13 years ago
381d38a
microblaze: usable uart16550 for big endian systems
by Stephan Linz
· 13 years ago
73bd01e
mvblx: punt unused clean/distclean targets
by Michael Jones
· 13 years ago
e7c338b
cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup
by Kumar Gala
· 13 years ago
812a174
drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warning
by Kumar Gala
· 13 years ago
90b852d
ignore new mkenvimage tool
by Mike Frysinger
· 13 years ago
028bde1
Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"
by Macpaul Lin
· 13 years ago
dab5d4d
mmc: mv_sdhci: Fix host version read for Armada100
by Ajay Bhargav
· 13 years ago
30af7ce
DIU: 1080P and 720P support
by Jerry Huang
· 13 years ago
dabcfd2
CFB: Fix font rendering on mx5 framebuffer
by Marek Vasut
· 13 years ago
2b48e1f
Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-staging
by Wolfgang Denk
· 13 years ago
4fbe902
drivers/i2c/davinci_i2c.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 13 years ago
fc164ba
i2c: Codingstyle cleanup for i2c evb64260 board driver
by Heiko Schocher
· 13 years ago
e60b79d
i2c: sh: Add support I2C for Renesas SH
by Nobuhiro Iwamatsu
· 13 years ago
a78ca49
drivers/net/dnet.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
1e5e6c8
board/xaeniax/flash.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
e4e53d1
net/bootp.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 13 years ago
18e73d9
common/cmd_bootm.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
f79b05e
board/mx1ads/mx1ads.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 13 years ago
f0e1cd4
board/mx1ads/syncflash.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
578d476
board/lubbock/flash.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
ab1e585
drivers/net/cs8900.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 13 years ago
2293087
arch/arm/cpu/arm926ejs/omap/cpuinfo.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
Next »