Antonio Vazquez

Results 193 comments of Antonio Vazquez

I think it may be viable to unify them all and I think I may know how to deal with the different target/subtarget needs. That being said, I may need...

I like the idea. Indeed, I want to use this for a router that requires a kernel compressed in lzma so compressing the kernel twice using the same algorithm does...

Sorry as I kind of been away for some days. Nice to see so much interaction here. I will need some time to chew on this and will get back...

> While you're at it, I noticed this by coincidence: > > ``` > -fwhole-program > [snip] > This option should not be used in combination with -flto. Instead >...

> Also, this breaks for me at runtime testing so I assume something is wrong. Not much useful output just the uboot jumps to kernel and then nothing happens (hang)....

While working on the loader I also have found that there is a Makefile just to call make on an `src` subfolder that contains another Makefile and the real loader...

Did a review of the PR. I would appreaciate some new feedback. I hope I did not miss anything. Thanks!

> I think the BOARD variable should be preserved, even though device specific features of the loader are not specifically needed right now in ramips, they might be in the...

Rebased with latest master branch. Reinstated the BOARD variable to keep things as simple as possible. Fixed a compilation issue. Compiled all ramips targets for testing. Thanks!

> I like where this is going, looking good so far! Thank you for your feedback! :)