CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/27 04:57:05
Modified files:
sys/arch/arm/armv7: armv7_a4x_io.S
sys/arch/arm64/dev: arm64_bus_space.c
Log message:
Use (32-bit) word-sized access in the a4x bus space routine even if only
a byte or a half-word is needed. Certain implementations of the Synopsis
Designware copy-and-paste logic blocks don't respond to transactions that
are smaller than a word.
Fixes the serial console on boards with a Rockchip RK3288.
