Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9fae8c4791709f58194248abed88fd313e85f3d4
9fae8c4
[new uImage] Fix build problems on trab board
by Marian Balakowicz
· Wed Mar 12 10:35:51 2008 +0100
0cd4f3d
[new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
by Marian Balakowicz
· Wed Mar 12 10:35:46 2008 +0100
b5324a8
[new uImage] More verbose kernel image uncompress error message
by Marian Balakowicz
· Wed Mar 12 10:33:01 2008 +0100
74eb4ae
[new uImage] Use show_boot_progress() for new uImage format
by Marian Balakowicz
· Wed Mar 12 10:33:01 2008 +0100
d79162d
[new uImage] Add new uImage fromat support to fpga command
by Marian Balakowicz
· Wed Mar 12 10:33:01 2008 +0100
e6bdd34
[new uImage] Add new uImage format handling to other bootm related commands
by Marian Balakowicz
· Wed Mar 12 10:33:01 2008 +0100
2321ed0
[new uImage] Add new uImage format support to imgextract command
by Marian Balakowicz
· Wed Mar 12 10:33:00 2008 +0100
23b77a2
[new uImage] Add new uImage format support to autoscript routine
by Marian Balakowicz
· Wed Mar 12 10:33:00 2008 +0100
df8ff33
[new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
by Marian Balakowicz
· Wed Mar 12 10:33:00 2008 +0100
61c1ad5
[new uImage] Add node offsets for FIT images listed in struct bootm_headers
by Marian Balakowicz
· Wed Mar 12 10:32:59 2008 +0100
0d87136
[new uImage] ppc: Add new uImage format support to FDT handling routines
by Marian Balakowicz
· Wed Mar 12 10:32:53 2008 +0100
9c22026
[new uImage] Re-enable interrupts for non automatic booting
by Marian Balakowicz
· Wed Mar 12 10:14:57 2008 +0100
a0ffb42
[new uImage] Remove unnecessary arguments passed to ramdisk routines
by Marian Balakowicz
· Wed Mar 12 10:14:38 2008 +0100
a50d515
[new uImage] Add new uImage format support for ramdisk handling
by Marian Balakowicz
· Wed Mar 12 10:12:37 2008 +0100
9f8e4aa
[new uImage] Add new uImage format support for kernel booting
by Marian Balakowicz
· Wed Mar 12 10:01:05 2008 +0100
cc1fd91
[new uImage] Add new uImage format support for imls and iminfo commands
by Marian Balakowicz
· Tue Mar 11 12:35:20 2008 +0100
d7816fb
[new uImage] Add support for new uImage format to mkimage tool
by Bartlomiej Sieka
· Tue Mar 11 12:34:47 2008 +0100
6a2b2c2
[new uImage] Make node unit names const in struct bootm_headers
by Marian Balakowicz
· Mon Mar 10 17:53:49 2008 +0100
e227fbb
[new uImage] New uImage low-level API
by Marian Balakowicz
· Fri Feb 29 21:24:06 2008 +0100
b5ec1b9
[new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
by Marian Balakowicz
· Fri Feb 29 22:22:46 2008 +0100
e8d0821
libfdt: Add and use a node iteration helper function.
by David Gibson
· Tue Feb 12 00:58:31 2008 +1100
6125086
[new uImage] Add libfdt support to mkimage
by Bartlomiej Sieka
· Fri Feb 29 16:00:24 2008 +0100
6bfe92f
[new uImage] Add sha1.o object to mkimage binary build
by Bartlomiej Sieka
· Fri Feb 29 16:00:23 2008 +0100
a147421
[new uImage] Fix component handling for legacy multi component images
by Marian Balakowicz
· Fri Feb 29 16:00:06 2008 +0100
c3c7eb2
[new uImage] Share common uImage code between mkimage and U-boot
by Marian Balakowicz
· Fri Feb 29 15:59:59 2008 +0100
d7c88a4
[new uImage] Update naming convention for bootm/uImage related code
by Marian Balakowicz
· Fri Feb 29 14:58:34 2008 +0100
d0bb56d
Merge branch 'master' of git://www.denx.de/git/u-boot into new-image
by Marian Balakowicz
· Fri Feb 29 13:56:44 2008 +0100
aa0826b
[new uImage] Respect autostart setting in linux bootm
by Kumar Gala
· Wed Feb 27 21:51:51 2008 -0600
c5bacfd
[new uImage] Provide ability to restrict region used for boot images
by Kumar Gala
· Wed Feb 27 21:51:50 2008 -0600
b937bb7
[new uImage] Use lmb for bootm allocations
by Kumar Gala
· Wed Feb 27 21:51:49 2008 -0600
fb71ccf
[new uImage] Add autostart flag to bootm_headers structure
by Kumar Gala
· Wed Feb 27 21:51:48 2008 -0600
6d7bfa8
[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
by Kumar Gala
· Wed Feb 27 21:51:47 2008 -0600
739ce3c
[new uImage] ppc: Allow boards to specify effective amount of memory
by Kumar Gala
· Tue Feb 19 22:03:47 2008 -0600
18f4c0f
[new uImage] rework error handling so common functions don't reset
by Kumar Gala
· Wed Feb 27 21:51:46 2008 -0600
56bdf1d
[new uImage] ppc: Re-order ramdisk/fdt handling sequence
by Kumar Gala
· Wed Feb 27 21:51:45 2008 -0600
a56d7d5
[new uImage] ppc: Determine if we are booting an OF style
by Kumar Gala
· Wed Feb 27 21:51:44 2008 -0600
aced3a3
[new uImage] Don't pass kdb to ramdisk_high since we may not have one
by Kumar Gala
· Wed Feb 27 21:51:43 2008 -0600
1256068
[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
by Marian Balakowicz
· Wed Feb 27 11:02:26 2008 +0100
351d3e3
[new uImage] POWERPC: Add image_get_fdt() routine
by Marian Balakowicz
· Wed Feb 27 11:02:26 2008 +0100
59504f6
[new uImage] Add image_get_kernel() routine
by Marian Balakowicz
· Wed Feb 27 11:02:07 2008 +0100
61fde55
[new uImage] Move image verify flag to bootm_headers structure
by Marian Balakowicz
· Wed Feb 27 11:01:04 2008 +0100
699ffe5
[Makefile] Sort COBJS in lib_<arch> Makefiles
by Marian Balakowicz
· Wed Feb 27 11:00:47 2008 +0100
535b910
[new uImage] Optimize gen_get_image() flow control
by Marian Balakowicz
· Wed Feb 27 11:00:47 2008 +0100
6881dae
[new uImage] POWERPC: Split get_fdt() into get and relocate routines
by Marian Balakowicz
· Mon Feb 04 08:28:17 2008 +0100
dbdd16a
[new uImage] Add dual format uImage support framework
by Marian Balakowicz
· Mon Feb 04 08:28:09 2008 +0100
513ee37
Coding style cleanup. Prepare v1.3.2-rc2 release candidate
by Wolfgang Denk
· Sun Feb 24 15:21:36 2008 +0100
43ad623
ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
by Jean-Christophe PLAGNIOL-VILLARD
· Sat Feb 23 12:15:56 2008 +0100
23cd156
Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
by Shinya Kuribayashi
· Sat Feb 23 17:24:16 2008 +0900
e97cb89
cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
by Shinya Kuribayashi
· Sat Feb 23 17:07:57 2008 +0900
7d76354
cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
by Shinya Kuribayashi
· Sat Feb 23 17:05:00 2008 +0900
8b46092
cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
by Shinya Kuribayashi
· Sat Feb 23 16:58:41 2008 +0900
0760ff9
make define2mk.sed work on FreeBSD
by Marcel Moolenaar
· Fri Feb 22 10:48:07 2008 -0800
faf47bc
Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
by Detlev Zundel
· Fri Feb 22 17:21:32 2008 +0100
8f9b6d2
LM75 bug fix for negative temperatures
by Larry Johnson
· Thu Feb 21 13:58:16 2008 -0500
548a7ca
IDS8247: update MAINTAINER entry.
by Heiko Schocher
· Thu Feb 21 18:33:45 2008 +0100
ebec983
Fix device tree for mgsuvd board.
by Heiko Schocher
· Thu Feb 21 18:31:15 2008 +0100
787f8fc
lwmon5: enable hardware watchdog
by Yuri Tikhonov
· Thu Feb 21 14:23:42 2008 +0100
05d5eca
ppc4xx: Support for ATI Radeon 9200 card on sequoia
by Anatolij Gustschin
· Thu Feb 21 12:52:29 2008 +0100
eecdbc2
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
by Wolfgang Denk
· Fri Feb 22 13:03:28 2008 +0100
361b3b5
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
by Wolfgang Denk
· Fri Feb 22 13:02:10 2008 +0100
95fbbae
Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd
by Wolfgang Denk
· Fri Feb 22 13:01:04 2008 +0100
dbd5216
Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire
by Wolfgang Denk
· Fri Feb 22 12:56:11 2008 +0100
b3ee004
Remove duplicate defines for ARRAY_SIZE
by Kumar Gala
· Mon Feb 18 08:18:07 2008 -0600
4c38454
ppc: Allow boards to specify effective amount of memory
by Kumar Gala
· Mon Feb 18 08:09:37 2008 -0600
1fbf223
include autoconf.mk before any other .mk files
by Mike Frysinger
· Mon Feb 18 05:24:13 2008 -0500
d338023
error check autoconf.mk generation
by Mike Frysinger
· Mon Feb 18 05:10:07 2008 -0500
721736b
Fix bug in dependency checking
by Stefano Babic
· Mon Feb 18 08:03:51 2008 +0100
bf2dc38
Fix GPMC CS2 memory setup at apollon
by Kyungmin Park
· Mon Feb 18 14:35:43 2008 +0900
046ca2e
uli526x: Fix multiple differ in signedness and parentheses around comparison
by Jean-Christophe PLAGNIOL-VILLARD
· Sun Feb 17 23:52:46 2008 +0100
3bd04ce
MIPS: Fix CFG_NO_FLASH support
by Jean-Christophe PLAGNIOL-VILLARD
· Sun Feb 17 16:58:04 2008 +0100
ba5d52d
easylogo: clean up some more and add -r (rgb) support
by Mike Frysinger
· Sat Feb 16 02:40:18 2008 -0500
a47a745
Makefile: add target for $(LDSCRIPT)
by Mike Frysinger
· Sat Feb 16 02:12:37 2008 -0500
65a2752
[new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
by Marian Balakowicz
· Thu Feb 21 17:27:49 2008 +0100
a1cc147
[new uImage] Rename and move print_image_hdr() routine
by Marian Balakowicz
· Thu Feb 21 17:27:41 2008 +0100
3413e22
[new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
by Marian Balakowicz
· Thu Feb 21 17:20:20 2008 +0100
c536d6f
[new uImage] Add gen_get_image() routine
by Marian Balakowicz
· Thu Feb 21 17:20:19 2008 +0100
f4891a1
[new uImage] Pull in libfdt if CONFIG_FIT is enabled
by Marian Balakowicz
· Thu Feb 21 17:20:18 2008 +0100
2429d4f
Merge branch 'master' of /home/git/u-boot
by Marian Balakowicz
· Thu Feb 21 17:18:01 2008 +0100
4661cf7
CFI: Do not use uninitialized cmd_reset
by Michael Schwingen
· Mon Feb 18 23:16:35 2008 +0100
9e1d16c
API: Add (c) and licensing notice to the public API header.
by Rafal Jaworowski
· Thu Feb 21 11:56:44 2008 +0100
67b4172
Fix CPU POST test failure
by Yuri Tikhonov
· Thu Feb 21 11:06:07 2008 +0100
cf9ac6f
8610HPCD: Document the flashbank selection switches.
by Jon Loeliger
· Wed Feb 20 15:26:51 2008 -0600
6bcd30c
86xx: Fix GUR PCI config registers properly.
by Jon Loeliger
· Wed Feb 20 14:22:26 2008 -0600
54fe9f2
8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
by Jon Loeliger
· Wed Feb 20 12:24:11 2008 -0600
561db01
ColdFire: Fix missing code flash size for M5485EVB
by TsiChungLiew
· Wed Jan 30 15:08:15 2008 -0600
779329a
ColdFire: Fix 5282 and 5271 interrupt mask bit
by TsiChungLiew
· Wed Jan 30 15:04:42 2008 -0600
d42eda2b
8610HPCD: Fix typos in two PCI setup registers.
by Jon Loeliger
· Tue Feb 19 12:31:08 2008 -0600
84640c9
86xx: Convert sbc8641d to use libfdt.
by Jon Loeliger
· Mon Feb 18 14:01:56 2008 -0600
4c67b0a
mpc86xx: Fix unused variable 'config' and 'immap'
by Jean-Christophe PLAGNIOL-VILLARD
· Sun Feb 17 23:35:31 2008 +0100
4b76a4f
mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
by Jean-Christophe PLAGNIOL-VILLARD
· Sun Feb 17 23:03:36 2008 +0100
9840dd8
s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
by Jean-Christophe PLAGNIOL-VILLARD
· Sun Feb 17 14:15:31 2008 +0100
df5d1ab
pxa: fix assignment from incompatible pointer type
by Jean-Christophe PLAGNIOL-VILLARD
· Sun Feb 17 14:15:32 2008 +0100
58f9c6e
at91cap9adk: fix implicit declaration of function 'eth_init'
by Jean-Christophe PLAGNIOL-VILLARD
· Sun Feb 17 14:15:30 2008 +0100
eae60c4
Remove files added by mistake, update CHANGELOG.
by Wolfgang Denk
· Sun Feb 17 15:43:44 2008 +0100
383b145
PPC440EPx: Optionally enable second I2C bus
by Mike Nuss
· Wed Feb 06 11:10:11 2008 -0500
e007520
ppc4xx: HCU4/5. Cleanup configs
by Niklaus Giger
· Tue Feb 05 10:26:44 2008 +0100
b311bdb
ppc4xx: HCU4/5. Cleanups
by Niklaus Giger
· Tue Feb 05 11:31:28 2008 +0100
907a304
ppc4xx: PPC405GPr fix missing register definitions
by Niklaus Giger
· Tue Feb 05 10:26:41 2008 +0100
f35b86b
ppc4xx: Beautify configuration files for Sequoia and Korat boards
by Larry Johnson
· Fri Jan 18 21:49:05 2008 -0500
24059e9
Merge branch 'master' of git://www.denx.de/git/u-boot-arm
by Wolfgang Denk
· Sat Feb 16 00:42:44 2008 +0100
Next »