[Sound-open-firmware] [PATCH] makefile: add reset vector back

Liam Girdwood liam.r.girdwood at linux.intel.com
Fri May 25 10:59:00 CEST 2018


On Fri, 2018-05-25 at 16:08 +0800, Xiuli Pan wrote:
> From: Pan Xiuli <xiuli.pan at linux.intel.com>
> 
> Without reset vector, APL and BYT will fail to boot up.
> 
> Signed-off-by: Pan Xiuli <xiuli.pan at linux.intel.com>
> 
> ---
> santity test with:
> Mininow max rt5651 and UP2 Hifiberry PRO and CNL nocodec
> SOF master: fba1f1b106a7ece3c10892c07b043cd7d0a4feab
> SOF-Tool master: 7ee114d2ed822a0dbfc0dc3a37fd5c4977e00be8
> https://github.com/plbossart/sound/tree/topic/sof-v4.14:
> ea7cb2577ca4343881b5179f97201449aa73345c
> ---
>  src/arch/xtensa/Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/arch/xtensa/Makefile.am b/src/arch/xtensa/Makefile.am
> index 85ebadb..44883ad 100644
> --- a/src/arch/xtensa/Makefile.am
> +++ b/src/arch/xtensa/Makefile.am
> @@ -61,6 +61,7 @@ sof_LDADD = \
>  	../../audio/libaudio.a \
>  	../../drivers/libdrivers.a \
>  	../../math/libsof_math.a \
> +	libreset.a \
>  	xtos/libxtos.a \
>  	xtos/libxlevel2.a \
>  	xtos/libxlevel3.a \

Applied. Marcin, we may want to look at this again and have it conditional ?

Thanks

Liam


More information about the Sound-open-firmware mailing list