Searched hist:"47 fdf913c13a1d0e0f39bb3db422caac9d8c00b1" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/mv/armadaxp/ |
H A D | mptramp.S | diff 47fdf913c13a1d0e0f39bb3db422caac9d8c00b1 Thu Jun 05 23:37:04 CEST 2014 Zbigniew Bodek <zbb@FreeBSD.org> 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 D | armadaxp_mp.c | diff 47fdf913c13a1d0e0f39bb3db422caac9d8c00b1 Thu Jun 05 23:37:04 CEST 2014 Zbigniew Bodek <zbb@FreeBSD.org> 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
|