Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
a00eccfebc954ad9485161efeca7d9aaf626d530
/
include
« Previous
89c7784
83xx: Add Vitesse VSC7385 firmware uploading
by Timur Tabi
· 17 years ago
b55d98c
NET: Add Vitesse VSC7385 firmware uploading
by Timur Tabi
· 17 years ago
6525489
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
by Wolfgang Denk
· 17 years ago
43ddd9c
Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
by Jerry Van Baren
· 17 years ago
77ff7b7
8xx: Update OF support on 8xx
by Bryan O'Donoghue
· 17 years ago
a6f5f31
8xx : Add OF support to Adder875 board port - resubmit
by Bryan O'Donoghue
· 17 years ago
d058698
Add setexpr command
by Kumar Gala
· 17 years ago
b0c66af
[MIPS] Introduce _machine_restart
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
4731071
Merge branch 'master' of git://www.denx.de/git/u-boot-tq-group
by Wolfgang Denk
· 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
b73a19e
LWMON5: POST RTC fix
by Yuri Tikhonov
· 17 years ago
a5cc555
TQM5200B: update MTD partition layout
by Martin Krause
· 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
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
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
fdeb932
Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin
by Wolfgang Denk
· 17 years ago
2d99195
The patch introduces the alternative configuration of the log buffer for
by Yuri Tikhonov
· 17 years ago
ff818b2
Add support for the lwmon5 board reset via GPIO58.
by Yuri Tikhonov
· 17 years ago
e262efe
The patch introduces the CRITICAL feature of POST tests. If the test
by Yuri Tikhonov
· 17 years ago
65b20dc
The patch adds new POST tests for the Lwmon5 board. These are:
by Yuri Tikhonov
· 17 years ago
1f2a997
Blackfin: BF537-stamp: drop board-specific flash driver for CFI
by Mike Frysinger
· 17 years ago
f7ce12c
Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
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
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
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
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
84a999b
ppc4xx: program_tlb now uses 64bit physical addess
by Stefan Roese
· 17 years ago
75a66dc
ppc4xx: Add 405GPr based MCU25 board config file
by Niklaus Giger
· 17 years ago
a079494
ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
by Niklaus Giger
· 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
7e492d8
Merge branch 'master' of git://www.denx.de/git/u-boot into new-image
by Marian Balakowicz
· 17 years ago
1ec7376
[new uImage] Fix definition of common bootm_headers_t fields
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
424c4ab
[new uImage] Add new uImage format support to autoscript routine
by Marian Balakowicz
· 17 years ago
3dfe110
[new uImage] Add node offsets for FIT images listed in struct bootm_headers
by Marian Balakowicz
· 17 years ago
d985c84
[new uImage] Remove unnecessary arguments passed to ramdisk routines
by Marian Balakowicz
· 17 years ago
9d25438
[new uImage] Add support for new uImage format to mkimage tool
by Bartlomiej Sieka
· 17 years ago
eb6175e
[new uImage] Make node unit names const in struct bootm_headers
by Marian Balakowicz
· 17 years ago
5dfb521
[new uImage] New uImage low-level API
by Marian Balakowicz
· 17 years ago
377151c
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx
by Wolfgang Denk
· 17 years ago
1ac14d8
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
by Wolfgang Denk
· 17 years ago
82afabf
mgsuvd: update board configuration
by Heiko Schocher
· 17 years ago
e492c90
mgcoge: update board configuration
by Heiko Schocher
· 17 years ago
270fe26
mpc83xx: make dtb basename file references equal those of linux
by Kim Phillips
· 17 years ago
fc84a84
ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
by Stefan Roese
· 17 years ago
bd4458c
837xEMDS: Improve the system performance
by Dave Liu
· 17 years ago
d8ab58b
Replace "run load; run update" with conditionalized "run load update".
by Detlev Zundel
· 17 years ago
a447538
PCS440EP: fix build problems (redundant #define)
by Wolfgang Denk
· 17 years ago
42ba58e
Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
by Bernhard Nemec
· 17 years ago
32bf3d1
Fix quoting problem (preboot setting) in many board config files.
by Wolfgang Denk
· 17 years ago
5b0b2b6
ADS5121: Fix default environment.
by Wolfgang Denk
· 17 years ago
8ce4e5c
Fix checking fat32 cluster size.
by michael
· 17 years ago
76957cb
ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
by Stefan Roese
· 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
5599c28
arm-imx: Fix register definitions
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
d1cc528
libfdt: Add and use a node iteration helper function.
by David Gibson
· 17 years ago
8cf3080
[new uImage] Add libfdt support to mkimage
by Bartlomiej Sieka
· 17 years ago
570abb0
[new uImage] Share common uImage code between mkimage and U-boot
by Marian Balakowicz
· 17 years ago
9a4daad
[new uImage] Update naming convention for bootm/uImage related code
by Marian Balakowicz
· 17 years ago
e18489e
Merge branch 'master' of git://www.denx.de/git/u-boot into new-image
by Marian Balakowicz
· 17 years ago
d3f2fa0
[new uImage] Provide ability to restrict region used for boot images
by Kumar Gala
· 17 years ago
e822d7f
[new uImage] Use lmb for bootm allocations
by Kumar Gala
· 17 years ago
f5614e7
[new uImage] Add autostart flag to bootm_headers structure
by Kumar Gala
· 17 years ago
4ed6552
[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
by Kumar Gala
· 17 years ago
274cea2
[new uImage] rework error handling so common functions don't reset
by Kumar Gala
· 17 years ago
a6612bd
[new uImage] Don't pass kdb to ramdisk_high since we may not have one
by Kumar Gala
· 17 years ago
495d162
sbc8548: Fix cfi flash bank declaration
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
4efbe9d
[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
by Marian Balakowicz
· 17 years ago
8a5ea3e
[new uImage] Move image verify flag to bootm_headers structure
by Marian Balakowicz
· 17 years ago
d5934ad
[new uImage] Add dual format uImage support framework
by Marian Balakowicz
· 17 years ago
b075d74
Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
by Shinya Kuribayashi
· 17 years ago
e5084af
Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
by Detlev Zundel
· 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
239c885
Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd
by Wolfgang Denk
· 17 years ago
5a9abcc
Remove duplicate defines for ARRAY_SIZE
by Kumar Gala
· 17 years ago
2242f53
[new uImage] Rename and move print_image_hdr() routine
by Marian Balakowicz
· 17 years ago
f50433d
[new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
by Marian Balakowicz
· 17 years ago
fff888a1
[new uImage] Add gen_get_image() routine
by Marian Balakowicz
· 17 years ago
75d3e8f
[new uImage] Pull in libfdt if CONFIG_FIT is enabled
by Marian Balakowicz
· 17 years ago
20c9395
Merge branch 'master' of /home/git/u-boot
by Marian Balakowicz
· 17 years ago
e7a85f2
API: Add (c) and licensing notice to the public API header.
by Rafal Jaworowski
· 17 years ago
a551cee
86xx: Fix GUR PCI config registers properly.
by Jon Loeliger
· 17 years ago
Next »