Re: Add swig/host build dependency [Was: Re: [PATCH] uboot-mediatek: clean up build dependencies]

2022-11-25 Thread Chuanhong Guo
Hi! On Fri, Nov 18, 2022 at 10:54 PM Peter Naulls wrote: > It's been many many years since I did u-boot work, but is there some magic to > load u-boot image into RAM on mt7621 and run it to try it out before flashing? > I know there are configuration options for DDR and CPU frequency, etc, but >

Re: Add swig/host build dependency [Was: Re: [PATCH] uboot-mediatek: clean up build dependencies]

2022-11-18 Thread Daniel Golle
On Fri, Nov 18, 2022 at 09:38:55AM -0500, Peter Naulls wrote: > On 11/17/22 14:33, Petr Štetiar wrote: > > Daniel Golle [2022-11-17 17:01:43]: > > > > Hi, > > > > > Add swig/host to build dependencies. > > > > this doesn't looks like a cleanup as commit subject suggests, but rather > > contrary

Re: Add swig/host build dependency [Was: Re: [PATCH] uboot-mediatek: clean up build dependencies]

2022-11-18 Thread Peter Naulls
On 11/17/22 14:33, Petr Štetiar wrote: Daniel Golle [2022-11-17 17:01:43]: Hi, Add swig/host to build dependencies. this doesn't looks like a cleanup as commit subject suggests, but rather contrary :-) Thanks all in any case for looking at this. We have a possible need to modify our vendo

Add swig/host build dependency [Was: Re: [PATCH] uboot-mediatek: clean up build dependencies]

2022-11-17 Thread Petr Štetiar
Daniel Golle [2022-11-17 17:01:43]: Hi, > Add swig/host to build dependencies. this doesn't looks like a cleanup as commit subject suggests, but rather contrary :-) Anyway, IIRC we've added swig as a "soft host" requirement on buildbots after this mail[2], so perhaps we should revisit that now

Re: [PATCH] uboot-mediatek: clean up build dependencies

2022-11-17 Thread Josef Schlehofer
On 17. 11. 22 18:01, Daniel Golle wrote: Conditionally depend on arm-trusted-firmware-tools as it is only needed on Cortex-A based systems, hence do not depend on it when building for MIPSel based SoCs. Add swig/host to build dependencies. Reported-by: Peter Naulls Signed-off-by: Daniel Golle

[PATCH] uboot-mediatek: clean up build dependencies

2022-11-17 Thread Daniel Golle
Conditionally depend on arm-trusted-firmware-tools as it is only needed on Cortex-A based systems, hence do not depend on it when building for MIPSel based SoCs. Add swig/host to build dependencies. Reported-by: Peter Naulls Signed-off-by: Daniel Golle --- package/boot/uboot-mediatek/Makefile |