Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
README|1 +
drivers/rtc/Makefile |1 +
drivers/rtc/isl1208.c | 176 +
3 files changed, 178 insertions(+), 0 deletions(-)
create mode 100644 drivers/rtc/isl1208.c
diff --git
ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
cpu/mpc85xx/fdt.c | 49 -
1 files changed, 0 insertions(+), 49 deletions(-)
diff --git a/cpu/mpc85xx/fdt.c b/cpu/mpc85xx/f
Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
to restrict what memory range is used for bootm.
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
common/cmd_bootm.c | 10 +-
common/image.c | 26 ++
include/image.h|2 ++
lib_m68
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
lib_arm/bootm.c|3 +++
lib_avr32/bootm.c |3 +++
lib_blackfin/bootm.c |3 +++
lib_i386/bootm.c |3 +++
lib_m68k/bootm.c |5 -
lib_microblaze/bootm.c |3 +++
lib_mips/bootm.c |3 +++
l
Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
functions over to using lmb for allocation of the ramdisk, command line
and kernel bd info.
Convert PPC specific fdt_relocate() to use lmb for allocation of the device
tree.
Provided a weak function that board code can call to do
Changed image_get_ramdisk() to just return NULL on error and have
get_ramdisk() propogate that error to the caller. It's left to the
caller to call do_reset() if it wants to.
Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
to a common location. In the future we will change g
The autostart env variable was dropped as part of the initial new uImage
cleanup. Add it back here so the arch specific code can decide if it
wants to really boot or not.
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
common/cmd_bootm.c |1 +
common/image.c |6 ++
include/imag
Introduce the LMB lib used on PPC in the kernel as a clean way to manage
the memory spaces used by various boot images and structures. This code
will allow us to simplify the code in bootm and its support functions.
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
common/cmd_bootm.c | 14 ++
Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
however it does mean we have to go in and fixup the initrd info since
we don't know where it will be.
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
lib_ppc/bootm.c | 39 +++
1 files ch
If we are bootin OF style than we can skip setting up some things
that are used for the old boot method.
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
lib_ppc/bootm.c | 22 +-
1 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm
This is an updated set of patches against the latest u-boot-testing#new-image.p5
Please apply.
- k
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT
We don't actually need the kdb param as we are just using it to get
bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
boot via OF we might not actually fill out a kdb.
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
common/image.c |9 -
include/image.h |2
Dear u-boot-users,
Kiran Choudary
(http://www.wayn.com/waynfx.html?wci=link&id=903&m=12241497&c=389572594&fm_token=9FA37199AD9134F62364C010EAE6AD58<@@VIP_UPGRADE>&pro=1)
has added you as a friend on WAYN.
Confirm whether you are friends with Kiran
(http://www.wayn.com/waynfx.html?wci=link&id=90
Wolfgang,
Please pull directly into 1.3.2 if possible
thanks,
Ben
Acked-by: Ben Warren <[EMAIL PROTECTED]>
On Wed, Feb 27, 2008 at 4:06 PM, Kim Phillips
<[EMAIL PROTECTED]> wrote:
> erratum 5.6 states the autoneg completion bit is functional only if the
> autoneg bit is asserted.
>
> This fix
On Wed, 27 Feb 2008, Andy Fleming wrote:
>> It is too late today but tomorrow I will try to write something in
> Flash
>> with cp.b and check if this still happens.
>>
>> Everything works OK with the old U-Boot that came with CDS though...
>
> Ok, I found the problem. Check my tree (u-boot-mpc
> It is too late today but tomorrow I will try to write something in Flash
> with cp.b and check if this still happens.
>
> Everything works OK with the old U-Boot that came with CDS though...
Ok, I found the problem. Check my tree (u-boot-mpc85xx.git) now.
It's got a patch
which removes the m
On Tue, Feb 12, 2008 at 4:57 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> Signed-off-by: James Yang <[EMAIL PROTECTED]>
> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]>
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
Applied to for-1.3.3, thanks
-
On Tue, Feb 12, 2008 at 9:57 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> From: James Yang
>
> get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
> called. However, get_sys_info() recalculates extraneous information when
> called each time. Have get_ddr_freq() and get_bus
On Tue, Feb 12, 2008 at 9:33 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> From: James Yang
>
> Show the DDR memory data rate in addition to the memory clock
> frequency. For DDR/DDR2 memories the memory data rate is 2x the
> memory clock.
>
> Signed-off-by: James Yang
> Signed-off-by: Kumar Ga
On Tue, Feb 12, 2008 at 9:32 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> From: James Yang
>
> Speed up get_tbclk() by referencing pre-computed bus clock
> frequency value from global data instead of sys_info_t. Fix
> rounding of result to nearest; previously it was rounding
> upwards.
>
> Sig
On Tue, Feb 19, 2008 at 10:43 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> There is no reason to icbi when invalidating the temporary stack in
> the d-cache. Its impossible on e500 to have the i-cache contain
> any addresses in the temp stack and it can be problematic in generating
> transaction
Argh. I didn't notice the last one was somewhat malformed. The newer git
"helpfully" checks the remote to make sure this request is sensible, and
failed due to the corporate firewall. Anyway, I've solved the problem in
my script, and these patches fix the known problems with 85xx in rc2.
The fo
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git ..BRANCH.NOT.VERIFIED..
Andy Fleming (2):
Invalidate INIT_RAM TLB mappings
Fix source for ECM error IVPR
Jean-Christophe PLAGNIOL-VILLARD (2):
sbc8548: Fix cfi flash bank declaration
sbc854
allow u-boot to recover (and, e.g., switch to another interface) in the
case where a PHY does not report autonegotiation is complete within its
two second timeout value.
Signed-off-by: Kim Phillips <[EMAIL PROTECTED]>
---
almost forgot this one :). It also corrects a spelling mistake. This
fixes
Kim Phillips wrote:
> erratum 5.6 states the autoneg completion bit is functional only if the
> autoneg bit is asserted.
>
> This fixes any secondarily-issued networking commands on non-gigabit
> links on the mpc8360 mds board.
>
> Signed-off-by: Kim Phillips <[EMAIL PROTECTED]>
> ---
> gvb, plea
erratum 5.6 states the autoneg completion bit is functional only if the
autoneg bit is asserted.
This fixes any secondarily-issued networking commands on non-gigabit
links on the mpc8360 mds board.
Signed-off-by: Kim Phillips <[EMAIL PROTECTED]>
---
gvb, please test, and give us your blessings if
On Tue, 26 Feb 2008 21:32:30 -0500
Jerry Van Baren <[EMAIL PROTECTED]> wrote:
> The changeset that causes my problems is ee62ed32
>
> The original code calls init_phy(dev) followed by phy_change(dev) *once*
> during PHY initialization. The part of changeset that appears to cause
> my problems is
Mike Frysinger wrote:
> On Wednesday 27 February 2008, Haavard Skinnemoen wrote:
>
>> Mike Frysinger <[EMAIL PROTECTED]> wrote:
>>
>>> The Blackfin on-chip MAC driver was being managed in the BF537-STAMP
>>> board directory, but it is not board specific, so relocate it to the
>>> drivers di
On Feb 27, 2008, at 5:20 AM, Marian Balakowicz wrote:
> Kumar Gala wrote:
>>
>> On Feb 26, 2008, at 3:11 AM, Marian Balakowicz wrote:
>>
>>> Kumar Gala wrote:
On Feb 22, 2008, at 11:08 AM, Marian Balakowicz wrote:
>>> ...
>
> If we add LMB and rework bootm memory allocation, put
On Feb 27, 2008, at 5:23 AM, Marian Balakowicz wrote:
> Kumar Gala wrote:
>>
>> On Feb 26, 2008, at 3:14 AM, Marian Balakowicz wrote:
>>
>>> Kumar Gala wrote:
Can we get 1.3.2-rc2 pulled into the 'new-image' branch of
u-boot-testing.
>>>
>>> Will do this along with preparing new commits
On 15:15 Wed 27 Feb , Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 15:12 Wed 27 Feb , Michael Schwingen wrote:
> > On Mon, Feb 25, 2008 at 12:02:24AM +0100, Jean-Christophe PLAGNIOL-VILLARD
> > wrote:
> > > > actux1:
> > > > actux1.c: In function 'checkboard':
> > > > actux
On 15:12 Wed 27 Feb , Michael Schwingen wrote:
> On Mon, Feb 25, 2008 at 12:02:24AM +0100, Jean-Christophe PLAGNIOL-VILLARD
> wrote:
> > > actux1:
> > > actux1.c: In function 'checkboard':
> > > actux1.c:92: warning: unused variable 'revision'
> > Fixed
> > > -
> > > actux2
On Mon, Feb 25, 2008 at 12:02:24AM +0100, Jean-Christophe PLAGNIOL-VILLARD
wrote:
> > actux1:
> > actux1.c: In function 'checkboard':
> > actux1.c:92: warning: unused variable 'revision'
> Fixed
> > -
> > actux2:
> > actux2.c: In function 'checkboard':
> > actux2.c:
Dear Jerry Van Baren,
Thanks for your kind and quick response.
I read the thread and it is going to be very useful to me. Can we use DMA to
load image from flash to ram ?
Currently I am using following command to load kernel image from flash to
ram,
bootcmd=nand read.jffs2 0x30007FC0 0x8 0x
Jon Loeliger wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
>
>> It will be nice if you could split it in 1 line for 1 file as it
>>
>> -SOBJS= memcpy.o memcmp.o memset.o memmove.o
>> +SOBJS+= memcmp.o
>> +SOBJS+= mmemcpy.o
>> +SOBJS+= memmove.o
>> +SOBJS+= memset.o
>> .
Kumar Gala wrote:
>
> On Feb 26, 2008, at 3:14 AM, Marian Balakowicz wrote:
>
>> Kumar Gala wrote:
>>> Can we get 1.3.2-rc2 pulled into the 'new-image' branch of
>>> u-boot-testing.
>>
>> Will do this along with preparing new commits for
>> u-boot-testing#new-image branch pull end of this week.
>
Kumar Gala wrote:
>
> On Feb 26, 2008, at 3:11 AM, Marian Balakowicz wrote:
>
>> Kumar Gala wrote:
>>>
>>> On Feb 22, 2008, at 11:08 AM, Marian Balakowicz wrote:
>> ...
If we add LMB and rework bootm memory allocation, putting things
(kernel, cmdline, kdb, initrd (optionally), fdt)
> -Original Message-
> From: Mike Frysinger [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 27, 2008 6:53 PM
> To: u-boot-users@lists.sourceforge.net
> Cc: Li Yang; [EMAIL PROTECTED]
> Subject: Re: [U-Boot-Users] [PATCH] add cscope build target
>
> On Wednesday 27 February 2008, Li
On Wednesday 27 February 2008, Li Yang wrote:
> +cscope:
> + find $(SUBDIRS) $(TAG_SUBDIRS) -name '*.[ch]' -print \
> + > cscope.files
> + cscope -b -q -k
isnt the default cscope behavior to scan the working directory for source
Shannon said my new found size feels like a power drill in her, and she LOVES
IT.-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt
Add cscope build target to generate cscope database for code
browsing.
Signed-off-by: Li Yang <[EMAIL PROTECTED]>
---
Makefile |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index d6a0299..1efd33e 100644
--- a/Makefile
+++ b/Makefile
@@ -400,6 +400
On Wednesday 27 February 2008, Haavard Skinnemoen wrote:
> Mike Frysinger <[EMAIL PROTECTED]> wrote:
> > The Blackfin on-chip MAC driver was being managed in the BF537-STAMP
> > board directory, but it is not board specific, so relocate it to the
> > drivers dir so that other Blackfin ports can uti
On Sun, 24 Feb 2008 23:58:13 -0500
Mike Frysinger <[EMAIL PROTECTED]> wrote:
> The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
> directory, but it is not board specific, so relocate it to the drivers dir
> so that other Blackfin ports can utilize it.
>
> Signed-off-by:
Hai .
Where we can see the FLASH, SDRAM and NVRAM configuration and memory
mapping in MCF54455EVB u -boot files.
Regards,
Karthik
DISCLAIMER:
---
The contents
44 matches
Mail list logo