1 Sep 2006 01:00
Re: [PATCH] Add support for Amstrad Delta (E3).
Jonathan McDowell <noodles <at> earth.li>
2006-08-31 23:00:52 GMT
2006-08-31 23:00:52 GMT
On Tue, Jun 13, 2006 at 05:59:27PM +0100, Jonathan McDowell wrote: > The attached patch adds support for the Amstrad Delta (E3) Videophone. > Currently the Amstrad primary bootloader provides the main hardware > initialisation and then loads u-boot to handle user interaction and > kernel loading. > > I'd appreciate any comments you may have. Patch is against current > git. I never saw any replies to this. It'd be really nice to see the support in the mainline u-boot git tree, but there's not a lot of point in me updating it to latest git if it has major problems that means it won't be accepted. Is it just that no one had time to have a look, or is there some work that needs to be done before it's suitable for inclusion? My E3's happily been booting u-boot with this patch for several months now without any problems. > diff --git a/Makefile b/Makefile > index 440ab2c..659e9b1 100644 > --- a/Makefile > +++ b/Makefile > <at> <at> -1565,6 +1565,9 <at> <at> netstar_config: unconfig > omap1510inn_config : unconfig > <at> ./mkconfig $( <at> :_config=) arm arm925t omap1510inn > > +amsdelta_config : unconfig > + <at> ./mkconfig $( <at> :_config=) arm arm925t amsdelta > + > omap5912osk_config : unconfig > <at> ./mkconfig $( <at> :_config=) arm arm926ejs omap5912osk NULL omap(Continue reading)
RSS Feed