target-arm: Add ARMCPU field for Linux device-tree 'compatible' string
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Nov 2013 17:17:12 +0000 (17:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Dec 2013 13:28:30 +0000 (13:28 +0000)
commit54d3e3f52e5d540766af35f99fe0fa415c40cac2
tree08de6a58f3566a451c6df5ca0d41decdce32aaf7
parenta22ec1e6825c7a00d25648027d08d4a332c29c84
target-arm: Add ARMCPU field for Linux device-tree 'compatible' string

Linux requires device tree CPU nodes to include a 'compatible'
string describing the CPU. Add a field in the ARMCPU struct for
this so that boards which construct a device tree can insert
the correct CPU nodes.

Note that there is currently no officially specified 'compatible'
string for the TI925T, Cortex-M3 or SA1110 CPUs.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Message-id: 1385140638-10444-6-git-send-email-peter.maydell@linaro.org
target-arm/cpu-qom.h
target-arm/cpu.c