Re: [U-Boot] [PATCH] arm: at91: Change the Chip ID registers' addresses

2015-10-26 Thread Yang, Wenyou
> -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 2015年10月24日 5:11 > To: Yang, Wenyou; U-Boot Mailing List > Subject: Re: [PATCH] arm: at91: Change the Chip ID registers' addresses > > > > On 08.09.15 08:38, Wenyou Yang wrote: > > Provide the s

Re: [U-Boot] [PATCH] arm: at91: Change the Chip ID registers' addresses

2015-10-23 Thread Andreas Bießmann
On 08.09.15 08:38, Wenyou Yang wrote: > Provide the specific addresses for the Chip ID and Chip ID Extension > registers, instead of the offset, which make it use on other chips. > > Signed-off-by: Wenyou Yang Reviewed-by: Andreas Bießmann > --- > > arch/arm/mach-at91/armv7/cpu.c

[U-Boot] [PATCH] arm: at91: Change the Chip ID registers' addresses

2015-09-08 Thread Wenyou Yang
Provide the specific addresses for the Chip ID and Chip ID Extension registers, instead of the offset, which make it use on other chips. Signed-off-by: Wenyou Yang --- arch/arm/mach-at91/armv7/cpu.c |7 --- arch/arm/mach-at91/include/mach/at91_dbu.h |4 arch/arm/mac