Hi All,
On Mon, Dec 6, 2010 at 7:06 PM, Mike Frysinger wrote:
> On Monday, December 06, 2010 12:58:37 Peter Tyser wrote:
>> On Sun, 2010-12-05 at 16:16 +0100, Luigi 'Comio' Mantellini wrote:
>> > XZ (aka LZMA2) is the new version of lzma compression format.
>> > The following patch add a cut-down
Hi Joakim,
We have not "ton" but just two points to fix. 1) when free dict before
to allocate another one, and 2) when free probs before to allocate
another one. These scenarios are not used into u-boot code, because
the library is "one shot" and the other free are called (if called)
just to deall
Hi Wolfgang and ML,
On Sat, Dec 4, 2010 at 11:47 PM, Wolfgang Denk wrote:
> Dear Luigi 'Comio' Mantellini,
>
> Not only the commit message, also the remaining text is full of
> typos. Please run through a spell checker.
you are right. I will check better my english. sorry!
>
>> Signed-off-by: L
On Mon, Dec 6, 2010 at 9:57 AM, Mike Frysinger wrote:
>
> sorry, but this is not an acceptable reason. so unless you have an actual
> error report here, your patch gets NAK-ed.
> -mike
>
Hi mike,
my pov is different: free should (must) be called only on already
allocated pointers. I know that f
On Mon, Dec 6, 2010 at 8:15 AM, Mike Frysinger wrote:
> On Sunday, December 05, 2010 04:18:44 Luigi 'Comio' Mantellini wrote:
>> On structure Initialization, LZMA code tries to free the dictionary
>> and probs buffers, also when these are null pointers. Add some
>> check in order to prevent the fr
Hi Wolfgang,
On Sun, Dec 5, 2010 at 1:23 PM, Wolfgang Denk wrote:
> Dear Luigi 'Comio' Mantellini,
>
> In message <1291545952-26761-2-git-send-email-luigi.mantell...@idf-hit.com>
> you wrote:
>> When available, enable the CC -ffunction-sections/-fdata-sections options and
>> the LD --gc-sections
On Sun, Dec 5, 2010 at 11:12 AM, Joakim Tjernlund
wrote:
>>
>> On structure Initialization, LZMA code tries to free the dictionary
>> and probs buffers, also when these are null pointers. Add some
>> check in order to prevent the free on null pointers.
>>
>> Signed-off-by: Luigi 'Comio' Mantellini
Please ignore double post. My apologies.
The patch 1/6 is ~104K and awaits moderator approval. Sorry also for this.
ciao
luigi
On Sat, Dec 4, 2010 at 2:23 PM, Luigi 'Comio' Mantellini
wrote:
> From: Luigi 'Comio' Mantellini
>
> The following patch set add the support for Bootstrap code.
> Thi
Hi Shunya,
On Sat, Dec 4, 2010 at 3:32 AM, Shinya Kuribayashi wrote:
> Hi,
>
> On 11/30/2010 11:35 PM, Luigi 'Comio' Mantellini wrote:
>> Look the following benchmark (qemu-mips board):
>>
...
>> Bootstrap code using LZMA compression
>> 89456 bytes u-boot-bootstrap.bin
>> -->size 50% <-- BEST
>>
On Mon, Dec 14, 2009 at 12:04 AM, Peter Tyser wrote:
> Move the libfdt library into the common lib/ directory to clean up the
> top-level of U-Boot.
>
> Signed-off-by: Peter Tyser
> ---
...
> +++ b/tools/Makefile> --- a/tools/imls/Makefile
> +++ b/tools/imls/Makefile
> @@ -41,7 +41,7 @@ LIBFDT_OB
Thanks for the information... this means less work form me... at least
for this day.
ciao
luigi
On Thu, Oct 29, 2009 at 11:36 AM, Wolfgang Denk wrote:
> Dear Jens Gehrlein,
>
> In message <4ae94201.8000...@tqs.de> you wrote:
>>
>> Seems that the value is about a tenth of the core frequency.
>>
my log:
co...@cartesio:/mnt/devel/olt-ppc/u-boot$ ./MAKEALL ISPAN MPC8260ADS
MPC8266ADS MPC8560ADS Rattler sbc8540 VoVPN-GW_66MHz TQM8272 ZPC1900
ep8248 gw8260 hymod muas3001 ppmc8260 sacsng sbc8260 sbc8560
Configuring for ISPAN board...
textdata bss dec hex filename
185851
On Mon, Oct 5, 2009 at 10:18 PM, Ben Warren wrote:
...
>>
>> The board specifc code will be contained into the hook .init filed
>> into the bb_mii_buses vector.
>>
>> Do you have a better solution?
>>
>>
>
> In each case, you put the bb_miiphy_init() right before eth_initialize().
> One of the fi
The lib_[arch]/board.c code calls the bb_miiphy_init that will do just 2 things:
1) Relocate the bb_mii_buses[i].* hooks (.init, .mdio_active, .delay, ...)
2) Call the board bb_mii_buses[i].init (board specific code).
The board specifc code will be contained into the hook .init filed
into the bb_
Hi Ben,
thank for your review. Find my inline comments.
Thanks and best regards,
luigi
On Mon, Oct 5, 2009 at 8:27 AM, Ben Warren wrote:
> Hi Luigi,
>
> Luigi 'Comio' Mantellini wrote:
>>
>> From: Luigi 'Comio' Mantellini
>>
>>
>
> Please add some descriptive information here. This is a big
On Mon, Aug 24, 2009 at 11:28 PM, Mike Frysinger wrote:
>
> +%: %_config
> + $(MAKE) $...@_config <--- Delete this, because the %_config already
> calls the target config block
> + $(MAKE)
> +
best regards,
luigi
--
Luigi 'Comio' Mantellini
R&D - Software
Industrie Dial Face S.
Hi Prafulla,
This is my code to create the uimage:
# create flat binary
$(CROSS)objcopy -O binary -S $(LINUX_DIR)/vmlinux $(KDIR)/vmlinux.bin
# compress
$(TOOLS)/bin/lzma e $(KDIR)/vmlinux.bin $(KDIR)/vmlinux.lzma
# create uimage
export KERNEL_ENTRY=`$(CROSS)objdump -x $(LINUX_DIR)/vmlinux |gre
On Mon, Jul 27, 2009 at 10:49 PM, Wolfgang Denk wrote:
> Dear Luigi Mantellini,
>
>
> Arghhh. Mike already told you before: please do not top post / full
> quote. Please read http://www.netmeister.org/news/learn2quote.html to
> understand what this means.
I'm sorry!
--
L
$(CC) -M $(HOSTCFLAGS) $(CPPFLAGS) $(CFLAGS)
-MQ $(obj)$$g $$f >> $@ ; \
done
thank again and best regards,
luigi
On Mon, Jul 27, 2009 at 9:33 PM, Mike Frysinger wrote:
> On Monday 27 July 2009 15:12:11 Luigi Mantellini wrote:
>> On Mon, Jul 27, 2
Ok... Now I understand.
We have two choices: CPPFLAGS or patch the LzmaDec.c.
I think that you prefer the second choice. right?
best regards,
luigi
On Mon, Jul 27, 2009 at 9:33 PM, Mike Frysinger wrote:
> On Monday 27 July 2009 15:12:11 Luigi Mantellini wrote:
>> On Mon, Jul 27, 200
(sent again)
CFLAGS bugs?
I tried to comment the -I...blablalb... and the build (crrectly) fails.
Can you remove the .depend from your source dir?
ciao
On Mon, Jul 27, 2009 at 8:27 PM, Mike Frysinger wrote:
> On Monday 27 July 2009 14:17:44 Luigi Mantellini wrote:
>> On Mon, Jul 27,
On Mon, Jul 27, 2009 at 8:58 PM, Mike Frysinger wrote:
>
>> CFLAGS bugs?
>> I tried to comment the -I...blablalb... and the build (crrectly) fails.
>> Can you remove the .depend from your source dir?
>
> i said it doesnt matter. but if you're going to continue down this line of
> reasoning anyways
Hi Mike,
On Mon, Jul 27, 2009 at 7:40 PM, Mike Frysinger wrote:
> On Tuesday 21 July 2009 04:45:49 Luigi 'Comio' Mantellini wrote:
>> --- /dev/null
>> +++ b/lib_generic/lzma/LzmaDec.c
>> @@ -0,0 +1,1007 @@
>> +/* LzmaDec.c -- LZMA Decoder
>> +2008-11-06 : Igor Pavlov : Public domain */
>> +
>> +#i
Dear Wolfgang,
2009/1/28 Wolfgang Denk :
> Dear Luigi Mantellini,
>
> In message you
> wrote:
>>
>> I think that an audit of the code is important to understand if we
>> have a problem (or not) and how large is the problem.
>
> We (i. e. all of us except you)
Dear All,
2009/1/28 Wolfgang Denk :
> Dear Ben Warren,
>
> In message <4980cc59.1070...@gmail.com> you wrote:
>>
>> > My idea should be to declare a define like this
>> >
>> > #define PKT_HEADER __attribute__((__packed__))
>> >
>> > my 2EuroCents.
>> >
>> > best regards,
>> >
>> > luigi
>> >
>> >
2009/1/28 Ben Warren :
..
> I'd focus on fixing your toolchain. Your problem will not be confined to
> protocol headers.
my toolchain works fine ;)
--
Luigi 'Comio' Mantellini
R&D - Software
Industrie Dial Face S.p.A.
Via Canzo, 4
20068 Peschiera Borromeo (MI), Italy
Tel.: +39 02 5167 2813
Dear All
>From my point of view, when packing is formally required (ie packets
headers), the structs should be declared explicitly as __packed__. The
correctness of the object code should be independent from the compiler
optimizations and we should always remember that the offset of a
struct field
Hi ML,
i'm working on a SoC (mips based) that uses a denali ddr2 controller.
I noticed that also ppc4xx uses the same IP (or it's very similar).
I have a stupid trouble: i need to do a software reset of the denali,
but I cannot reconfigure it twice... losting the ddr memory space.
Of course, at t
HI Wolfgang,
the lzma.txt file is from the original sources.
thanks for applying this patch.
luigi
2008/9/13 Wolfgang Denk <[EMAIL PROTECTED]>:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
>
> In message <[EMAIL PROTECTED]> you wrote:
>> --===0188417863==
>>
>> From: Luigi 'Comio' Mant
Thanks for this patch :)
luigi
2008/8/19 Timur Tabi <[EMAIL PROTECTED]>:
> Tsi-Chung Liew wrote:
>> From: TsiChung Liew <[EMAIL PROTECTED]>
>>
>> The existing I2C freqency dividers for FDR does not apply
>> to ColdFire platforms; thus, a seperate table is added
>> based on MCF5xxx Reference Manua
30 matches
Mail list logo