On Thu, Jun 18, 2015 at 09:16:21PM -0700, Alistair Francis wrote: > This patch series extends the MicroBlaze properties > that I have been working on. It applies on top of my > original work: > 'Add Microblaze configuration options'. > > This patch series converts various MicroBlaze PVR registers > to properties. This then allows the individual Microblaze > machine reset functions to be removed as well as some other > dead code.
Thanks Alistair, I've merged this into the mb queue. Cheers, Edgar > > V4: > - Add some macros > V3: > - Update the pvr register to be a uint8 > - Add the 8.50.a version to the version_mask > > > Alistair Francis (9): > target-microblaze: Rename the usefpu variable > target-microblaze: Convert use-mmu to a CPU property > target-microblaze: Convert dcache-writeback to a CPU property > target-microblaze: Convert endi to a CPU property > target-microblaze: Convert version_mask to a CPU property > target-microblaze: Convert pvr-full to a CPU property > ml605_mmu: Move the hardcoded values to the init function > s3adsp1800: Remove the hardcoded values from the reset > target-microblaze: Remove dead code > > hw/microblaze/petalogix_ml605_mmu.c | 23 +++----- > hw/microblaze/petalogix_s3adsp1800_mmu.c | 9 +--- > target-microblaze/cpu-qom.h | 7 ++- > target-microblaze/cpu.c | 79 +++++++++++++++++++++++++---- > target-microblaze/cpu.h | 8 ++- > target-microblaze/helper.c | 6 +- > target-microblaze/translate.c | 6 +- > 7 files changed, 95 insertions(+), 43 deletions(-) >