Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
0176d43e759a6e00cacc85eff26fd60f74b4f6b7
« Previous
449c703
FSL: Move board/mpc8266ads under board/freescale
by Jon Loeliger
· 17 years ago
5863577
FSL: Move board/mpc8260ads under board/freescale
by Jon Loeliger
· 17 years ago
8a77398
[MIPS] Move gth2_config from ARM section to MIPS
by Shinya Kuribayashi
· 17 years ago
373b16f
[MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
by Shinya Kuribayashi
· 17 years ago
d98e348
[MIPS] Fix dcache_status()
by Shinya Kuribayashi
· 17 years ago
b0c66af
[MIPS] Introduce _machine_restart
by Shinya Kuribayashi
· 17 years ago
decaba6
[MIPS] Cleanup CP0 Status initialization
by Shinya Kuribayashi
· 17 years ago
d43d43e
[MIPS] Initialize CP0 Cause before setting up CP0 Status register
by Shinya Kuribayashi
· 17 years ago
2613862
[MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
by Shinya Kuribayashi
· 17 years ago
ccf8f82
[MIPS] Implement flush_cache()
by Shinya Kuribayashi
· 17 years ago
2e0e527
[MIPS] Fix I-/D-cache initialization loops
by Shinya Kuribayashi
· 17 years ago
1898840
[MIPS] Replace memory clearance code with f_fill64
by Shinya Kuribayashi
· 17 years ago
2f5d414
[MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
by Shinya Kuribayashi
· 17 years ago
282223a
[MIPS] asm headers' updates
by Shinya Kuribayashi
· 17 years ago
e139080
[MIPS] Request for the 'mips_cache_lock()' removal
by Shinya Kuribayashi
· 17 years ago
0d48926
lwmon5 SYSMON POST: fix backlight control
by Yuri Tikhonov
· 17 years ago
ff2bdfb
lwmon5 SYSMON POST: fix handling of negative temperatures
by Yuri Tikhonov
· 17 years ago
b38d7fc
Merge branch 'master' of /home/wd/git/u-boot/master/
by Wolfgang Denk
· 17 years ago
55774b5
pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
by Nobuhiro Iwamatsu
· 17 years ago
4731071
Merge branch 'master' of git://www.denx.de/git/u-boot-tq-group
by Wolfgang Denk
· 17 years ago
e334e05
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
by Wolfgang Denk
· 17 years ago
161efeb
Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
by Wolfgang Denk
· 17 years ago
6887cb6
Merge branch 'master' of /home/wd/git/u-boot/work
by Wolfgang Denk
· 17 years ago
86aea3e
LWMON5: fix dsPIC POST
by Yuri Tikhonov
· 17 years ago
01026a6
Merge git://www.denx.de/git/u-boot into uboot
by Gerald Van Baren
· 17 years ago
388b82f
[new uImage] Enable new uImage support for the pcs440ep board.
by Bartlomiej Sieka
· 17 years ago
95f4ec2
[new uImage] Do not compile new uImage format support by default
by Bartlomiej Sieka
· 17 years ago
dafaede
[new uImage] Disable debuging output in preparation for merge with master
by Bartlomiej Sieka
· 17 years ago
fbe7a15
[new uImage] Compilation and new uImage handling fixes for imxtract
by Bartlomiej Sieka
· 17 years ago
36cc8cb
[new uImage] Fix autoscr command used with new uImage format
by Bartlomiej Sieka
· 17 years ago
43142e8
[new uImage] Fix *.its files location in documentation
by Bartlomiej Sieka
· 17 years ago
81a0ac6
lwmon5 POST: remove unreachable code
by Wolfgang Denk
· 17 years ago
b73a19e
LWMON5: POST RTC fix
by Yuri Tikhonov
· 17 years ago
a5cc555
TQM5200B: update MTD partition layout
by Martin Krause
· 17 years ago
f010572
CFI: Small cleanup for FLASH_SHOW_PROGRESS
by Stefan Roese
· 17 years ago
9a042e9
Flash programming progress countdown.
by Jerry Van Baren
· 17 years ago
5e339fd
[new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
by Bartlomiej Sieka
· 17 years ago
11abe45
libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
by David Gibson
· 17 years ago
d0ccb9b
libfdt: Trivial cleanup for CHECK_HEADER)
by David Gibson
· 17 years ago
fe30a35
Fix fdt boardsetup command parsing
by Kumar Gala
· 17 years ago
804887e
Add sub-commands to fdt
by Kumar Gala
· 17 years ago
f84d65f
libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
by David Gibson
· 17 years ago
ae0b590
libfdt: Add and use a node iteration helper function.
by David Gibson
· 17 years ago
9eaeb07
libfdt: Add fdt_set_name() function
by David Gibson
· 17 years ago
23e20aa
lwmon5: Fix register test logic to match the specific GDC h/w.
by Yuri Tikhonov
· 17 years ago
46bc0a9
Fix backlight in the lwmon5 POST.
by Yuri Tikhonov
· 17 years ago
3d61018
The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5).
by Yuri Tikhonov
· 17 years ago
0f009f7
Add support for the lwmon5 board reset via GPIO58.
by Yuri Tikhonov
· 17 years ago
f694e32
Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
by Yuri Tikhonov
· 17 years ago
b428f6a
The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode.
by Yuri Tikhonov
· 17 years ago
8f15d4a
The patch adds new POST tests for the Lwmon5 board. These are:
by Yuri Tikhonov
· 17 years ago
c2ed33e
Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
by Yuri Tikhonov
· 17 years ago
fdeb932
Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin
by Wolfgang Denk
· 17 years ago
3515fd1
HMI1001: fix compile problem.
by Wolfgang Denk
· 17 years ago
1f2a997
Blackfin: BF537-stamp: drop board-specific flash driver for CFI
by Mike Frysinger
· 17 years ago
5b22163
Blackfin: add proper ELF markings to some assembly functions
by Mike Frysinger
· 17 years ago
cf675d3
Blackfin: new cplbinfo command for viewing cplb tables
by Mike Frysinger
· 17 years ago
aadb725
Blackfin: update MAINTAINERS list
by Mike Frysinger
· 17 years ago
f7ce12c
Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
by Mike Frysinger
· 17 years ago
86a20fb
Blackfin: move bootldr command to common code
by Mike Frysinger
· 17 years ago
e95bcc3
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
by Wolfgang Denk
· 17 years ago
decbe02
mgcoge: update configuration
by Heiko Schocher
· 17 years ago
c136724
drivers/rtc/Makefile: keep list sorted
by Wolfgang Denk
· 17 years ago
9536dfc
Add support for Intersil isl1208 RTC
by Tor Krill
· 17 years ago
0210cff
cramfs: Fix ifdef
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
0b8f2a2
Conding style cleanup
by Wolfgang Denk
· 17 years ago
41712b4
ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
by Stefan Roese
· 17 years ago
2596f5b
usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
by Stefan Roese
· 17 years ago
71665eb
ppc4xx: Add Canyonlands NAND booting support
by Stefan Roese
· 17 years ago
c813f1f
ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
by Stefan Roese
· 17 years ago
6983fe2
ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
by Stefan Roese
· 17 years ago
8e1a3fe
ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
by Stefan Roese
· 17 years ago
43c6099
ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
by Stefan Roese
· 17 years ago
6f2eb3f
ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
by Stefan Roese
· 17 years ago
999ecd5
ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
by Stefan Roese
· 17 years ago
2801b2d
ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
by Stefan Roese
· 17 years ago
8ac41e3
ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
by Stefan Roese
· 17 years ago
56e4101
ppc4xx: interrupt.c reworked
by Stefan Roese
· 17 years ago
84a999b
ppc4xx: program_tlb now uses 64bit physical addess
by Stefan Roese
· 17 years ago
c3307fa
ppc4xx: miiphy.c reworked
by Stefan Roese
· 17 years ago
88aff62
rtc: Add M41T62 support
by Stefan Roese
· 17 years ago
217d383
ppc4xx: Add 405GPr based MCU25 board specific files
by Niklaus Giger
· 17 years ago
75a66dc
ppc4xx: Add 405GPr based MCU25 board config file
by Niklaus Giger
· 17 years ago
b05f354
ppc4xx: Add 405GPr based MCU25 board. Global files
by Niklaus Giger
· 17 years ago
14c27b3
ppc4xx: HCU4/5. remove obsolete hcu_flash.c
by Niklaus Giger
· 17 years ago
a079494
ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
by Niklaus Giger
· 17 years ago
e4170e5
ppc4xx: Fix comment in 405EX DDR2 init code
by Stefan Roese
· 17 years ago
766529f
Add MD5 support to the new uImage format
by Bartlomiej Sieka
· 17 years ago
0ede0c3
Add the MD5 algorithm
by Bartlomiej Sieka
· 17 years ago
b8aa57b
tools/setlocalversion: use a git-describe-ish format
by Wolfgang Denk
· 17 years ago
c6dc21c
HMI1001: add support for MPC5200 Rev. B processors.
by Wolfgang Denk
· 17 years ago
90f13dc
TQM5200: remove dead code
by Wolfgang Denk
· 17 years ago
7e492d8
Merge branch 'master' of git://www.denx.de/git/u-boot into new-image
by Marian Balakowicz
· 17 years ago
afe45c8
[new uImage] Fix build issue on ARM
by Marian Balakowicz
· 17 years ago
3310c54
[new uImage] Add new uImage format documentation and examples
by Marian Balakowicz
· 17 years ago
1ec7376
[new uImage] Fix definition of common bootm_headers_t fields
by Marian Balakowicz
· 17 years ago
1d1cb42
[new uImage] Fix build problems on trab board
by Marian Balakowicz
· 17 years ago
f773bea
[new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
by Marian Balakowicz
· 17 years ago
2682ce8
[new uImage] More verbose kernel image uncompress error message
by Marian Balakowicz
· 17 years ago
1372cce
[new uImage] Use show_boot_progress() for new uImage format
by Marian Balakowicz
· 17 years ago
Next »