Searched hist:267130 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/arm/mv/armadaxp/
H A Dmptramp.Sdiff 267130 Thu Jun 05 21:51:26 MDT 2014 zbb Avoid using hard-coded SoC's register address in mptramp code for Armada XP

SoC's registers base address may differ between boards
(0xf1000000 or 0xd0000000). Therefore, in order to use
the proper CPU Boot Address Redirect register during SMP
initialization in mptramp the real, physical address has
to be passed to mptramp based on the value from DT.

Reviewed by: gber
H A Darmadaxp_mp.cdiff 267130 Thu Jun 05 21:51:26 MDT 2014 zbb Avoid using hard-coded SoC's register address in mptramp code for Armada XP

SoC's registers base address may differ between boards
(0xf1000000 or 0xd0000000). Therefore, in order to use
the proper CPU Boot Address Redirect register during SMP
initialization in mptramp the real, physical address has
to be passed to mptramp based on the value from DT.

Reviewed by: gber

Completed in 96 milliseconds