Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
b1f1e821d335de58d362bf3013c93cef86cdb356
« Previous
45d6bdf
tools/Makefile: Add libfdt/ to the include search path
by Peter Tyser
· 16 years ago
fba0e3a
tools: Remove unecessary symlinking of zlib.h
by Peter Tyser
· 16 years ago
40b8d90
tools/Makefile: Add tools/ to the include search path
by Peter Tyser
· 16 years ago
1cd300d
tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
by Peter Tyser
· 16 years ago
123c48a
tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
by Peter Tyser
· 16 years ago
4d93a0a
tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
by Peter Tyser
· 16 years ago
cd26a31
tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
by Peter Tyser
· 16 years ago
7cd5cbc
tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
by Peter Tyser
· 16 years ago
eeba861
tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
by Peter Tyser
· 16 years ago
335ffe7
tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
by Peter Tyser
· 16 years ago
ee3584a
tools/Makefile: Split variable declarations into multiple lines
by Peter Tyser
· 16 years ago
21d28e9
tools/Makefile: Remove inappropriate double-tabs
by Peter Tyser
· 16 years ago
652f4ba
tools/Makefile: Remove HOSTARCH HOSTOS defines
by Peter Tyser
· 16 years ago
2eeb4e9
gen_eth_addr: Use POSIX rand() and srand()
by Peter Tyser
· 16 years ago
24d2ae5
elf.h: Use stdint.h to provide standard typedefs for WIN32
by Peter Tyser
· 16 years ago
a706bfc
common/Makefile: Conditionally compile env_embedded.o
by Peter Tyser
· 16 years ago
2b48f7d
Makefile: Add removal of *.exe files to clean target
by Peter Tyser
· 16 years ago
d0d6144
Makefile: Make autoconf.mk a dependency of the depend target
by Peter Tyser
· 16 years ago
75eb82e
mflash: Initial mflash support
by unsik Kim
· 16 years ago
8ddfe80
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· 16 years ago
ca41ef3
Merge branch 'sf' of git://git.denx.de/u-boot-blackfin
by Wolfgang Denk
· 16 years ago
0d8cb9c
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
by Wolfgang Denk
· 16 years ago
3405f38
Merge branch 'master' of git://git.denx.de/u-boot-fdt
by Wolfgang Denk
· 16 years ago
200779e
Rename common ns16550 constants with UART_ prefix to prevent conflicts
by Detlev Zundel
· 16 years ago
99067b0
Noisily disable the legacy NAND subsystem.
by Scott Wood
· 16 years ago
69bcabb
Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
by apgmoorthy
· 16 years ago
74de7ae
Add "source" command; prepare removal of "autoscr" command
by Wolfgang Denk
· 16 years ago
78237df
Add "GPL cleanup" task to feature-removal-schedule.txt
by Wolfgang Denk
· 16 years ago
d9596ff
sf: stmicro: dont send 4 bytes when reading status register
by Mike Frysinger
· 16 years ago
1abe365
sf: set common timeouts in seconds, not milliseconds
by Mike Frysinger
· 16 years ago
2a6ce11
sf: stmicro: use common page timeout define
by Mike Frysinger
· 16 years ago
0dcdbb1
sf: always read 5 bytes for the idcode
by Mike Frysinger
· 16 years ago
9726ba4
sf: stmicro: drop redundant id read
by Mike Frysinger
· 16 years ago
1c58743
sf: add driver for SST flashes
by Mike Frysinger
· 16 years ago
f773a1b
sf: drop DEBUG defines
by Mike Frysinger
· 16 years ago
6b850a9
mtd: add some at45 spi flash support
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
6805e4b
mtd: SPI Flash: Support the Spansion Flash
by Mingkai Hu
· 16 years ago
4058770
Blackfin: force all boards to HZ of 1000
by Mike Frysinger
· 16 years ago
f4032d2
Blackfin: bf533-stamp: drop old spi flash driver
by Mike Frysinger
· 16 years ago
bc72f50
Blackfin: add BF538/BF539 SPI portmux handling
by Mike Frysinger
· 16 years ago
46ac352
Blackfin: do not delay on output bytes
by Mike Frysinger
· 16 years ago
dbc6ab9
Blackfin: drop newline from OTP help
by Mike Frysinger
· 16 years ago
d3c38d9
Blackfin: convert bfin_sdh to legacy mmc
by Mike Frysinger
· 16 years ago
d248cfb
Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
by Mike Frysinger
· 16 years ago
ad90732
Blackfin: fix crash when booting from external memory
by Mike Frysinger
· 16 years ago
84a9dda
Blackfin: bf518f-ezbrd: new board port
by Mike Frysinger
· 16 years ago
0c31ddf
Blackfin: bf526-ezbrd: new board port
by Mike Frysinger
· 16 years ago
5c45f7c
Blackfin: bf538f-ezkit: new board port
by Mike Frysinger
· 16 years ago
d9a5d11
Blackfin: bf527-ezkit: new board port
by Mike Frysinger
· 16 years ago
76d2180
Blackfin: bf548-ezkit: new board port
by Mike Frysinger
· 16 years ago
67b89c7
libfdt: Fix C++ compile-time cast error on gnu 4.2.1
by Laurent Gregoire
· 16 years ago
13d93f3
Fix a possible overflow case detected by gcc 4.3.2
by Emil Medve
· 16 years ago
a22d9cf
libfdt: Rework/cleanup fdt_next_tag()
by David Gibson
· 16 years ago
2c0b843
libfdt: Rework fdt_next_node()
by David Gibson
· 16 years ago
dfc91c3
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 16 years ago
c123098
mpc83xx: Set guarded bit on BAT that covers the end of the address space
by Scott Wood
· 16 years ago
ed9953d
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Wolfgang Denk
· 16 years ago
da72af8
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 16 years ago
c2eb8be
rtc: remove broken rtc_read and rtc_write declarations
by Kim Phillips
· 16 years ago
fc39c2fd
85xx/86xx: Ensure MP boot page is not used
by Kumar Gala
· 16 years ago
c840d26
85xx: Introduce determine_mp_bootpg() helper.
by Kumar Gala
· 16 years ago
7649a59
86xx: Cleanup MP support
by Kumar Gala
· 16 years ago
f6ef8b7
mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
by Becky Bruce
· 16 years ago
0fc4f64
NetStar: fix NAND
by Ladislav Michl
· 16 years ago
d144f94
soft_i2c.c compiler/linker error
by Jens Scharsig
· 16 years ago
765547d
MPC85xx: Add MPC8569MDS board support
by Haiying Wang
· 16 years ago
22b6dbc
MPC85xx: Add MPC8569 CPU support
by Haiying Wang
· 16 years ago
2d4de6a
MPC85xx: Load and enable QE microcode patch in IRAM
by Haiying Wang
· 16 years ago
1b3e404
85xx: Add support for additional e500mc features
by Kumar Gala
· 16 years ago
c360cea
fsl-ddr: add the DDR3 SPD infrastructure
by Dave Liu
· 16 years ago
6a81978
fsl-ddr: Fix two bugs in the ddr infrastructure
by Dave Liu
· 16 years ago
540dcf1
83xx: Use common LSDMR defines from asm/fsl_lbc.h
by Kumar Gala
· 16 years ago
b0fe93ed
85xx: Use common LSDMR defines from asm/fsl_lbc.h
by Kumar Gala
· 16 years ago
0088c29
Add LSDMR (SDRAM Mode Register) definition on localbus
by Kumar Gala
· 16 years ago
89c00fb
OMAP: use {read,write}l to access timer registers
by Ladislav Michl
· 16 years ago
81472d8
OMAP: rename timer divisor
by Ladislav Michl
· 16 years ago
fe672d6
OMAP: reindent timer code
by Ladislav Michl
· 16 years ago
b3f66b0
s3c2410: move nand driver to drivers/mtd/nand
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
d3b6357
s3c24x0: move i2c driver to drivers/i2c
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
300f99f
s3c24x0: move serial driver to drivers/serial
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
942ba99
davinci: move i2c driver to drivers/i2c
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
ee4f3e2
davinci: move nand driver to drivers/mtd/nand
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
d3e55d0
imx: move serial driver to drivers/serial
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
2344bb8
inka4x0: Use proper accessor macros for memory mapped registers.
by Detlev Zundel
· 16 years ago
e979e85
inka4x0: Add hardware diagnosis and RTC in configuration.
by Detlev Zundel
· 16 years ago
7b5611c
inka4x0: Add hardware diagnosis functions for inka4x0
by Detlev Zundel
· 16 years ago
04e11cf
rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
by Detlev Zundel
· 16 years ago
572e617
drivers/twserial: Add protocol driver for "three wire serial" interface.
by Detlev Zundel
· 16 years ago
a6ef3dd
arm720t/clps7111: move serial driver to drivers/serial
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
6790c55
lpc2292: move serial driver to drivers/serial
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
176a600
ks8695: move serial driver to drivers/serial
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
6d27bca
s3c64xx: move usb driver to drivers/usb
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
ecfa8dd
imx31: move serial driver to drivers/serial
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
9ea91c9
netarm: move serial driver to drivers/serial
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
412ab70
sa1100: move serial driver to drivers/serial
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
b236875
s3c44b0: extract cache from cpu.c
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
40fd626
s3c44b0: move serial driver to drivers/serial
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
5fe1377
s3c44b0: move rtc driver to drivers/rtc
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
50f601c
s3c44b0: move i2c driver to drivers/i2c
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
281dfb0
s3c4510b: move specific code to soc directory
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
Next »