Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
5013c09f7a5675952a3ca88b6bc6c924e63af33e
5013c09
Makefile: cleanup "clean" target
by Wolfgang Denk
· 17 years ago
ffda586
add cscope build target
by Li Yang
· 17 years ago
f655ade
net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
by Kim Phillips
· 17 years ago
093e14c
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
by Wolfgang Denk
· 17 years ago
5f91db7
MPC5121e ADS PCI support take 3
by John Rigby
· 17 years ago
44b4dbe
Fix warnings while compilation of post/drivers/memory.c
by Anatolij Gustschin
· 17 years ago
a8b7e47
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
by Wolfgang Denk
· 17 years ago
4fae35a
ppc4xx: Fix problem in 4xx_enet.c driver
by Anatolij Gustschin
· 17 years ago
60ec654
POST: Disable cache while SPR POST
by Anatolij Gustschin
· 17 years ago
c313b2c
TQM5200: use automatic fdt memory fixup (part 2)
by Martin Krause
· 17 years ago
24ae0d1
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
by Wolfgang Denk
· 17 years ago
2f6e76d
Merge branch 'master' of git://www.denx.de/git/u-boot-arm
by Wolfgang Denk
· 17 years ago
44ceec2
TQM5200: use automatic fdt memory fixup
by Martin Krause
· 17 years ago
f3a329a
TQM5200: fix bug in SDRAM initialization code
by Martin Krause
· 17 years ago
217bf6b
mx1fs2/flash: Fix multiple compiler warnings
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
5599c28
arm-imx: Fix register definitions
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
c9bcf75
actua1/actua2/actua3: Fix multiple unused variable warnings
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
f8fa636
Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
by Shinya Kuribayashi
· 17 years ago
2b22fa4
85xx: Don't icbi when unlocking the cache
by Kumar Gala
· 17 years ago
534ea6b
Fix source for ECM error IVPR
by Andy Fleming
· 17 years ago
21fae8b
Invalidate INIT_RAM TLB mappings
by Andy Fleming
· 17 years ago
347b793
sbc8548: Fix Revision reading and unused variable 'path'
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
495d162
sbc8548: Fix cfi flash bank declaration
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
33fa5c0
86xx: Fix renamed GUR symbols in sbc8641d board.
by Jon Loeliger
· 17 years ago
64cd594
ppc4xx: Fix acadia_nand build problem
by Stefan Roese
· 17 years ago
14e099e
mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
724902c
arm-imx: Fix registers definition
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
4cd288b
actua1/actua2/actua3: Fix multipleunused variable
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
b29661f
Coding style cleanup. Prepare v1.3.2-rc2 release candidate
by Wolfgang Denk
· 17 years ago
00b48a4
ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
b075d74
Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
by Shinya Kuribayashi
· 17 years ago
208acd1
cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
by Shinya Kuribayashi
· 17 years ago
495a0dd
cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
by Shinya Kuribayashi
· 17 years ago
e682ba3
cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
by Shinya Kuribayashi
· 17 years ago
02409f8
make define2mk.sed work on FreeBSD
by Marcel Moolenaar
· 17 years ago
e5084af
Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
by Detlev Zundel
· 17 years ago
d01b847
LM75 bug fix for negative temperatures
by Larry Johnson
· 17 years ago
5a910c2
IDS8247: update MAINTAINER entry.
by Heiko Schocher
· 17 years ago
79eac2b
Fix device tree for mgsuvd board.
by Heiko Schocher
· 17 years ago
2e72109
lwmon5: enable hardware watchdog
by Yuri Tikhonov
· 17 years ago
bc77881
ppc4xx: Support for ATI Radeon 9200 card on sequoia
by Anatolij Gustschin
· 17 years ago
6a2dcaf
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
by Wolfgang Denk
· 17 years ago
45d65b7
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
by Wolfgang Denk
· 17 years ago
239c885
Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd
by Wolfgang Denk
· 17 years ago
55c802e
Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire
by Wolfgang Denk
· 17 years ago
5a9abcc
Remove duplicate defines for ARRAY_SIZE
by Kumar Gala
· 17 years ago
81d93e5
ppc: Allow boards to specify effective amount of memory
by Kumar Gala
· 17 years ago
755c35f
include autoconf.mk before any other .mk files
by Mike Frysinger
· 17 years ago
16fe777
error check autoconf.mk generation
by Mike Frysinger
· 17 years ago
019895a
Fix bug in dependency checking
by Stefano Babic
· 17 years ago
98ba144
Fix GPMC CS2 memory setup at apollon
by Kyungmin Park
· 17 years ago
e845e07
uli526x: Fix multiple differ in signedness and parentheses around comparison
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
beeccf7
MIPS: Fix CFG_NO_FLASH support
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
edfed1d
easylogo: clean up some more and add -r (rgb) support
by Mike Frysinger
· 17 years ago
f65c981
Makefile: add target for $(LDSCRIPT)
by Mike Frysinger
· 17 years ago
1ba639d
CFI: Do not use uninitialized cmd_reset
by Michael Schwingen
· 17 years ago
e7a85f2
API: Add (c) and licensing notice to the public API header.
by Rafal Jaworowski
· 17 years ago
928d1d7
Fix CPU POST test failure
by Yuri Tikhonov
· 17 years ago
d5908b0
8610HPCD: Document the flashbank selection switches.
by Jon Loeliger
· 17 years ago
a551cee
86xx: Fix GUR PCI config registers properly.
by Jon Loeliger
· 17 years ago
cb06eb9
8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
by Jon Loeliger
· 17 years ago
4d264ef
ColdFire: Fix missing code flash size for M5485EVB
by TsiChungLiew
· 17 years ago
c54f926
ColdFire: Fix 5282 and 5271 interrupt mask bit
by TsiChungLiew
· 17 years ago
975a083
8610HPCD: Fix typos in two PCI setup registers.
by Jon Loeliger
· 17 years ago
13f5433
86xx: Convert sbc8641d to use libfdt.
by Jon Loeliger
· 17 years ago
04efddc
mpc86xx: Fix unused variable 'config' and 'immap'
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
83d1b38
mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
b6f29c8
s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
0937b8d
pxa: fix assignment from incompatible pointer type
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
64d7920
at91cap9adk: fix implicit declaration of function 'eth_init'
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
375c435
Remove files added by mistake, update CHANGELOG.
by Wolfgang Denk
· 17 years ago
b738654
PPC440EPx: Optionally enable second I2C bus
by Mike Nuss
· 17 years ago
ef5b4f2
ppc4xx: HCU4/5. Cleanup configs
by Niklaus Giger
· 17 years ago
7497312
ppc4xx: HCU4/5. Cleanups
by Niklaus Giger
· 17 years ago
8cc10d0
ppc4xx: PPC405GPr fix missing register definitions
by Niklaus Giger
· 17 years ago
214398d
ppc4xx: Beautify configuration files for Sequoia and Korat boards
by Larry Johnson
· 17 years ago
5db6138
Merge branch 'master' of git://www.denx.de/git/u-boot-arm
by Wolfgang Denk
· 17 years ago
30c6a24
Wipe out assembler warnings while compiling x86 biosemu
by Anatolij Gustschin
· 17 years ago
5561857
Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdev
by Peter Pearse
· 17 years ago
faf8f9b
Merge branch '080202_at91rm9200dk' of git://linux-arm.org/u-boot-armdev
by Peter Pearse
· 17 years ago
d7d9afa
Merge branch '080131_artila' of git://linux-arm.org/u-boot-armdev
by Peter Pearse
· 17 years ago
ae92069
Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdev
by Peter Pearse
· 17 years ago
e42d2b0
Merge branch '070524_netstar' of git://linux-arm.org/u-boot-armdev
by Peter Pearse
· 17 years ago
45da195
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
by Wolfgang Denk
· 17 years ago
67a4389
Prepare v1.3.2-rc1 release candidate
by Wolfgang Denk
· 17 years ago
f33e965
Fix compile warning on lib_ppc/board.c
by Anatolij Gustschin
· 17 years ago
e5c6f9f
Add Radeon Mobility 9200 pci device id to the radeon driver
by Anatolij Gustschin
· 17 years ago
1b8607e
Extend ATI Radeon driver to support more video modes
by Anatolij Gustschin
· 17 years ago
4124382
xsengine: fix typo and few coding style
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
6f4abee
Fix wrong memory limit calculation in memory-test
by Guennadi Liakhovetski
· 17 years ago
94a78da
Merge branch 'master' of git://www.denx.de/git/u-boot-arm
by Wolfgang Denk
· 17 years ago
ae91a80
Merge ../custodians
by Wolfgang Denk
· 17 years ago
9e04a81
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
by Wolfgang Denk
· 17 years ago
a4d60bb
Merge ../custodians
by Wolfgang Denk
· 17 years ago
32c70d3
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
by Wolfgang Denk
· 17 years ago
e4992f1
Merge ../custodians
by Wolfgang Denk
· 17 years ago
a4f762a
Merge branch 'master' of git://www.denx.de/git/u-boot-sh
by Wolfgang Denk
· 17 years ago
edc886f
Merge ../custodians
by Wolfgang Denk
· 17 years ago
9291574
Merge branch 'master' of git://www.denx.de/git/u-boot-avr32
by Wolfgang Denk
· 17 years ago
4315774
Merge ../custodians
by Wolfgang Denk
· 17 years ago
Next »