Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
02409f8cf54c7cd91981f0dfec135dbf3858090c
« Previous
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
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
32a9f5f
make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
by Mike Frysinger
· 17 years ago
4087bc8
fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
by Mike Frysinger
· 17 years ago
b45264e
add gitignores for Blackfin pieces
by Mike Frysinger
· 17 years ago
a93907c
TFTP: add host ip addr support
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
e56b4b4
85xx,86xx: Determine I2C clock frequencies and store in global_data
by Timur Tabi
· 17 years ago
7ec8bb1
OMAP5912: fix FIFO handling in UART driver
by Wolfgang Denk
· 17 years ago
1615877
ARM: S3C24x0 SoC NAND controller support
by Harald Welte
· 17 years ago
a7c185e
ARM: s3c24xx: Multiple serial port support
by Harald Welte
· 17 years ago
a25f72f
ARM: arm920t: Allow use of 'gd' pointer from IRQ
by Harald Welte
· 17 years ago
be19bd5
ARM: arm920/s3c24xx: IRQ demulitplexer callback
by Harald Welte
· 17 years ago
a41dbbd
ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
by Hebbar
· 17 years ago
f7ad79b
ARM: add I2C init function call in lib_arm/board.c
by Hebbar
· 17 years ago
ff02f13
ppc4xx: Fix ndfc HW ECC byte order
by Stefan Roese
· 17 years ago
e1d1429
ppc4xx: Fix GPIO configuration for pcs440ep
by Stefan Roese
· 17 years ago
28d77d9
ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
by Stefan Roese
· 17 years ago
4fedfdd
ARM: Board voiceblue update
by Ladislav Michl
· 17 years ago
2c5260f
ARM: AT91RM9200 based boards config cleanup
by Ladislav Michl
· 17 years ago
481f28b
ARM: Fix at91rm9200dk base address
by Ladislav Michl
· 17 years ago
c95219f
MMC for PXA 27X (resubmit)
by stefano babic
· 17 years ago
96bbfa1
Fix gcc issues in pxa-regs.h
by stefano babic
· 17 years ago
60c1b95
Merge branch 'mpc86xx'
by Jon Loeliger
· 17 years ago
7047b38
TQM834x: enable DHCP
by Jens Gehrlein
· 17 years ago
a877004
TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
by Jens Gehrlein
· 17 years ago
8931ab1
Fix conditional compilation of mpx8xxx_spi driver
by Ben Warren
· 17 years ago
63f732d
API: Provide dummy halt() in the glue layer.
by Rafal Jaworowski
· 17 years ago
0dc1fc2
API: Convert conditional building to the new scheme.
by Rafal Jaworowski
· 17 years ago
98b7424
inka4x0: remove dead code
by Wolfgang Denk
· 17 years ago
4f93f8b
86xx: Add reginfo command
by Becky Bruce
· 17 years ago
ddcebcb
86xx: Add print_laws function to fsl_law.c
by Becky Bruce
· 17 years ago
9cd3242
86xx: Remove old-style law setup code
by Becky Bruce
· 17 years ago
713d818
86xx: Convert sbc8641d to use new law setup code.
by Becky Bruce
· 17 years ago
031976f
86xx: Convert mpc8610hpcd to new law setup method.
by Becky Bruce
· 17 years ago
4933b91
86xx: Support new law setup method and convert mpc8641
by Becky Bruce
· 17 years ago
1a41f7c
86xx: Rearrange the sequence in start.S
by Becky Bruce
· 17 years ago
33dac03
Coding Style Cleanup; update CHANGELOG
by Wolfgang Denk
· 17 years ago
060193e
Merge ../custodians
by Wolfgang Denk
· 17 years ago
40dcd6a
Merge branch 'master' of git://www.denx.de/git/u-boot-ixp
by Wolfgang Denk
· 17 years ago
f10d7b9
Merge ../custodians
by Wolfgang Denk
· 17 years ago
f589345
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
by Wolfgang Denk
· 17 years ago
b0e49b4
Merge ../custodians
by Wolfgang Denk
· 17 years ago
351080e
Merge branch 'master' of git://www.denx.de/git/u-boot-sh
by Wolfgang Denk
· 17 years ago
a6dff77
Merge ../custodians
by Wolfgang Denk
· 17 years ago
8d54477
Merge branch 'master' of git://www.denx.de/git/u-boot-avr32
by Wolfgang Denk
· 17 years ago
865f0f9
Coding Style Cleanup; update CHANGELOG
by Wolfgang Denk
· 17 years ago
e57ed96
Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire
by Wolfgang Denk
· 17 years ago
2468592
Merge branch 'master' of git://www.denx.de/git/u-boot-net
by Wolfgang Denk
· 17 years ago
8f00731
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
by Wolfgang Denk
· 17 years ago
ed3afca
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
by Wolfgang Denk
· 17 years ago
Next »