Re: PowerPC progress

2020-08-03 Thread Dan Malek
Hi Simon. > On Aug 3, 2020, at 11:01 AM, Simon Glass wrote: > > > Hi Tom, > > On Fri, 31 Jul 2020 at 12:54, Tom Rini wrote: >> >> On Fri, Jul 31, 2020 at 12:43:59PM -0600, Simon Glass wrote: >> >>> Hi Tom, >>> >>> I do see some progress with PowerPC migration but it seems to be very >>>

Re: PowerPC progress

2020-08-02 Thread Dan Malek
> On Aug 1, 2020, at 10:55 AM, Wolfgang Denk wrote: > > > Dear Tom, > > In message <20200731185425.GK6965@bill-the-cat> you wrote: >> >> Which particular area are you worried about currently? I believe we've >> had another good sized removal of PowerPC platforms and everything >> that's le

Re: [U-Boot] [PATCH 2/2] PPC: remove support for MPC82xx processors

2014-01-15 Thread Dan Malek
On Jan 15, 2014, at 2:11 PM, Wolfgang Denk wrote: > ….. so we will keep it all, > and just throw out the offending boards. Cool! :) I'll have to dig out some old boards and see if they still work. Thanks. -- Dan ___ U-Boot mailing list U-

Re: [U-Boot] Limit of kernel size

2012-09-16 Thread Dan Malek
On Sep 15, 2012, at 4:40 PM, J.Hwan Kim wrote: Is there limitation of the kernel size which u-boot loads? No. My kernel is very big, because I included the ramdisk into the kernel. My kernel size is over 40MB. When I load the kernel through u-boot, the prcedure hangs in the boot step. Th

Re: [U-Boot] [PATCH] Honor /memory/reg node in DTB files

2010-12-08 Thread Dan Malek
On Dec 8, 2010, at 2:34 PM, Wolfgang Denk wrote: > "You can please all the people some of the time and some of the people > all of the time but you can't please all the people all of the time." Yes, I'm sometimes pleased :-) > My current thinking is to introduce something like . Well

Re: [U-Boot] [PATCH] Honor /memory/reg node in DTB files

2010-12-08 Thread Dan Malek
Hi Wolfgang. On Dec 8, 2010, at 1:38 PM, Wolfgang Denk wrote: > If you want to make this switchable at runtime, then we should > probably use an environment setting. I experimented with this, but could never determine the best way to cover all behavior. Do we have a variable that indicates "do

Re: [U-Boot] [PATCH] Honor /memory/reg node in DTB files

2010-12-08 Thread Dan Malek
On Dec 8, 2010, at 11:11 AM, Scott Wood wrote: > Probably want to complain to the user if reg is invalid and not > zero/missing. I think you guys are making this too complicated. There are many ways to pass stupid mistakes via a device tree, don't get carried away trying to single out this one

Re: [U-Boot] [RFC 1/3] FDT: Add fixup support of multiple banks of memory

2010-08-10 Thread Dan Malek
On Aug 10, 2010, at 1:26 PM, Grant Likely wrote: > Hi Dan! I'm glad you're reading as you're one of the use-cases I was > thinking about. :-) Hi Grant. Yeah, it's me, the "special" case :-) > ... but I > gather from your comment that even that causes problems in your > use-case. The /ch

Re: [U-Boot] [RFC 1/3] FDT: Add fixup support of multiple banks of memory

2010-08-10 Thread Dan Malek
On Aug 10, 2010, at 12:39 PM, Grant Likely wrote: > . At the > moment, I think firmware should be restricted to only touching the > /chosen node, the /memory node, I don't even want it updating these, except maybe for the processor clock speeds. I'm trying to use device trees as a mechanis

Re: [U-Boot] [PATCH] Align end of bss by 4 bytes.

2008-10-15 Thread Dan Malek
On Oct 15, 2008, at 1:17 PM, Selvamuthukumar wrote: > Most of the bss initialization loop increments 4 bytes > at a time. And the loop end is checked for an 'equal' > condition. Make the bss end address aligned by 4, so > that the loop will end as expected. IMHO, this is a bad programming practi

Re: [U-Boot] [PATCH] [RFC] Early serial debug console

2008-08-15 Thread Dan Malek
On Aug 15, 2008, at 2:16 PM, Peter Tyser wrote: > Does anyone have suggestions/comments? Any chance this feature > could make > it into mainline U-Boot? Are going to take on the challenge of making this work with processors that use CPM/QE devices for serial ports? :-) Thanks. -- Da