Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
13229557c1f835e5a29c7b8c95c705666425537a
« Previous
e7670f6
PPC: Use r2 instead of r29 as global data pointer
by Wolfgang Denk
· 17 years ago
3c234ef
ARM: make the machid configurable via the environment
by Uwe Kleine-König
· 17 years ago
dd240584
Use #ifdef CONFIG_FSLDMAFEC
by Vlad Lungu
· 17 years ago
26c7bab
common/miiphyutil.c: Cleanup MII_DEBUG and debug()
by Shinya Kuribayashi
· 17 years ago
751b9b5
OneNAND Initial Program Loader (IPL) support
by Kyungmin Park
· 17 years ago
21f6f96
Fix CONFIG_MMC usage in fat code
by Andy Fleming
· 17 years ago
f57d7d3
ppc: Refactor cache routines, so there is only one common set.
by Rafal Jaworowski
· 17 years ago
746c4b9
Merge commit 'wd/master'
by Jon Loeliger
· 17 years ago
3f2ac8f
86xx: Fix compilation warning in sys_eprom.c
by Jon Loeliger
· 17 years ago
3f2175f
Merge branch 'denx'
by Andy Fleming
· 17 years ago
f90e69c
Merge branch 'for-1.3.2'
by Stefan Roese
· 17 years ago
6523010
Move AT91RM9200DK board support under board/atmel
by Haavard Skinnemoen
· 17 years ago
6d0943a
ARM: cleanup duplicated exception handlingcode
by Andreas Engel
· 17 years ago
ea8d989
Support for Artila M-501 starter kit
by Timo Tuunainen
· 17 years ago
9604b6e
AT91CAP9 support
by Stelian Pop
· 17 years ago
64e8a06
AT91CAP9 support : move board files to Atmel vendor directory.
by Stelian Pop
· 17 years ago
7263ef1
AT91CAP9 support : MACB changes
by Stelian Pop
· 17 years ago
6afcabf
AT91CAP9 support : board/ files
by Stelian Pop
· 17 years ago
fefb6c1
AT91CAP9 support : cpu/ files
by Stelian Pop
· 17 years ago
fa506a9
AT91CAP9 support : include/ files
by Stelian Pop
· 17 years ago
20b197c
AT91CAP9 support : build integration
by Stelian Pop
· 17 years ago
d49fe4b
Improve DataFlash CS definition.
by Stelian Pop
· 17 years ago
a6cdd21
Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
by Stelian Pop
· 17 years ago
ea686f5
Fix timer overflow in DaVinci Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
by Peter Pearse
· 17 years ago
f4e7cbf
Update board NetStar Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
by Peter Pearse
· 17 years ago
b7f6193
ppc4xx: HCU4/5. Fix make O=../xx
by Niklaus Giger
· 17 years ago
29e3500
ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
by Larry Johnson
· 17 years ago
d1bcf9e
Merge branch 'denx'
by Andy Fleming
· 17 years ago
fe891ec
NFS Timeout with large files.
by Hiroshi Ito
· 17 years ago
88f7252
Add dependencies to avoid race conditions with parallel make.
by Johannes Stezenbach
· 17 years ago
6d1b6f9
Mark board_init_[fr] as noreturn
by Mike Frysinger
· 17 years ago
161b2af
Only use TEXT_BASE if defined by the board
by Mike Frysinger
· 17 years ago
1b76988
Fix remaining CONFIG_COMMANDS
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
0c9d42e
Add *~ to .gitignore
by Niklaus Giger
· 17 years ago
3cfb0c5
Remove duplicate defines for ARRAY_SIZE
by Kumar Gala
· 17 years ago
c77ce47
Fix incorrect address test in AT91F_DataflashSelect().
by Stelian Pop
· 17 years ago
d9ad115
Fix building of fdt_support.c if DEBUG set
by Kumar Gala
· 17 years ago
ccd6e14
Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
by Jon Loeliger
· 17 years ago
d075eec
Merge commit 'wd/master'
by Jon Loeliger
· 17 years ago
10bbb38
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 17 years ago
4c30962
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx
by Wolfgang Denk
· 17 years ago
ac2731f
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 17 years ago
c62776b
Get rid of "#undef DEBUG" from board config files.
by Wolfgang Denk
· 17 years ago
73bf1e2
Remove #undef DEBUG from MPC83xx board header files
by Timur Tabi
· 17 years ago
69018ce
QE: Move FDT support into a common file
by Kumar Gala
· 17 years ago
5cf746c
[new uImage] Move kernel data find code to get_kernel() routine
by Marian Balakowicz
· 17 years ago
7b32545
[new uImage] Cleanup FDT handling in PPC do_boot_linux()
by Marian Balakowicz
· 17 years ago
b6b0fe6
[new uImage] Cleanup do_botm_linux() boot allocations
by Marian Balakowicz
· 17 years ago
ceaed2b
[new uImage] Move ramdisk loading to a common routine
by Marian Balakowicz
· 17 years ago
68d4f05
[new uImage] Removed dead ramdisk code on microblaze architectures
by Marian Balakowicz
· 17 years ago
5ad03eb
[new uImage] Factor out common image_get_ramdisk() routine
by Marian Balakowicz
· 17 years ago
d3c5eb6
[new uImage] Move FDT error printing to common fdt_error() routine
by Marian Balakowicz
· 17 years ago
42b73e8
[new uImage] Factor out common routines for getting os/arch/type/comp names
by Marian Balakowicz
· 17 years ago
e99c266
[new uImage] Remove standalone applications handling from boootm
by Marian Balakowicz
· 17 years ago
4a2ad5f
[new uImage] Remove OF_FLAT_TREE support from PPC bootm code
by Marian Balakowicz
· 17 years ago
82850f3
[new uImage] Use image API in SH do_bootm_linux() routine
by Marian Balakowicz
· 17 years ago
4a995ed
[new uImage] Rename architecture specific bootm code files
by Marian Balakowicz
· 17 years ago
7582438
[new uImage] Return error on image move/uncompress overwrites
by Marian Balakowicz
· 17 years ago
f13e7b2
[new uImage] Cleanup image header pointer use in bootm code
by Marian Balakowicz
· 17 years ago
1ee1180
[new uImage] Cleanup cmd_bootm.c
by Marian Balakowicz
· 17 years ago
af13cdb
[new uImage] Add memmove_wd() common routine
by Marian Balakowicz
· 17 years ago
958fc48
[new uImage] Fix FDT header verification in PPC do_boot_linux() routine
by Marian Balakowicz
· 17 years ago
1515897
[new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
by Marian Balakowicz
· 17 years ago
261dcf4
[new uImage] Remove I386 uImage fake_header() routine
by Marian Balakowicz
· 17 years ago
559316f
[new uImage] Move CHUNKSZ definition to image.h
by Marian Balakowicz
· 17 years ago
321359f
[new uImage] Move gunzip() common code to common/gunzip.c
by Marian Balakowicz
· 17 years ago
d45d5a1
[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
by Marian Balakowicz
· 17 years ago
5d3cc55
[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
by Marian Balakowicz
· 17 years ago
b97a2a0
[new uImage] Define a API for image handling operations
by Marian Balakowicz
· 17 years ago
ed29bc4
Add missing cmd_ximg.o to common/Makefile
by Marian Balakowicz
· 17 years ago
37e3c62
ADS5121e: DDR2 init/timing update.
by Grzegorz Bernacki
· 17 years ago
ac91528
Device tree updates
by John Rigby
· 17 years ago
de55d18
Change IPS freq to 66MHz
by John Rigby
· 17 years ago
cd9cb62
xsengine: rename board_post_init to board_late_init
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
8dafa87
Add attribute POST_PREREL to ECC memory POST
by Larry Johnson
· 17 years ago
ed2cf54
QE: Move FDT support into a common file
by Kumar Gala
· 17 years ago
d38da53
AVR32: Make SDRAM refresh rate configurable
by Haavard Skinnemoen
· 17 years ago
61151cc
ATSTK1000: Fix potential flash programming bug
by Haavard Skinnemoen
· 18 years ago
b2e1d5b
ATSTK1004: Fix comment about default load address
by Haavard Skinnemoen
· 17 years ago
8269ab5
ATSTK1002: Use SDRAM + 4MB as default load address
by Haavard Skinnemoen
· 17 years ago
2bcacc2
ATNGW100: Fix default mtest range
by Haavard Skinnemoen
· 17 years ago
9856a6b
sh: Fix register address of SH7722.
by Nobuhiro Iwamatsu
· 17 years ago
30942b1
new command for displaying strings at specified memory locations
by Mike Frysinger
· 17 years ago
b58d8b4
rewrite/cleanup Blackfin RTC driver
by Mike Frysinger
· 17 years ago
94a91e2
generate u-boot.ldr for Blackfin targets
by Mike Frysinger
· 17 years ago
b779f7a
scrub unused symbols
by Mike Frysinger
· 17 years ago
cc2977a
move Blackfin cpu object list to respective cpu directories
by Mike Frysinger
· 17 years ago
d0b01a2
interface to Blackfin on-chip One-Time-Programmable memory
by Mike Frysinger
· 17 years ago
4c727c7
add support for memory commands with Blackfin L1 instruction memory
by Mike Frysinger
· 17 years ago
6b9097e
use C code rather than inline assembly
by Mike Frysinger
· 17 years ago
97c26e0
add Blackfin-specific reginfo command
by Mike Frysinger
· 17 years ago
0858b83
add support for Blackfin symbol prefixes to examples
by Mike Frysinger
· 17 years ago
8dc48d7
add Blackfin-specific bdinfo command
by Mike Frysinger
· 17 years ago
0003613
move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
by Mike Frysinger
· 17 years ago
60fa72d
unify the Blackfin board targets
by Mike Frysinger
· 17 years ago
d4d7730
punt Blackfin VDSP headers and import sanitized/auto-generated ones
by Mike Frysinger
· 17 years ago
6cfcce6
always pull in asm/blackfin.h for Blackfin ports
by Mike Frysinger
· 17 years ago
bf53974
add missing __raw versions of Blackfin read/write io functions
by Mike Frysinger
· 17 years ago
24e02d0
add the default Blackfin logo used by Blackfin boards with splash screens
by Mike Frysinger
· 17 years ago
4c58eb5
add some more Blackfin docs
by Mike Frysinger
· 17 years ago
Next »