summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/pvr.h
Commit message (Collapse)AuthorAgeFilesLines
* microblaze: Correct PVR access macrosroel kluin2011-01-031-89/+96
| | | | | | | | | | | | | A definition like: called with PVR_IS_FULL(foo) will be preprocessed to: (foo.foo[0] & PVR0_PVR_FULL_MASK) ^^^ So to fix this and ensure the preprocessor compiles calls correctly: Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
* microblaze: Add PVR for endians plus detectionMichal Simek2010-10-211-0/+3
| | | | | | | Upcomming microblaze version will support little-endian. Signed-off-by: Michal Simek <monstr@monstr.eu> Acked-by: Grant Likely <grant.likely@secretlab.ca>
* microblaze: trivial: Add comment for AXI pvrMichal Simek2010-10-211-4/+4
| | | | | | AXI and OPB share some PVR macros. Signed-off-by: Michal Simek <monstr@monstr.eu>
* microblaze: Add PVR for BTCMichal Simek2010-10-211-1/+2
| | | | Signed-off-by: Michal Simek <monstr@monstr.eu>
* microblaze: Fix number of pvr regsMichal Simek2010-08-041-1/+1
| | | | | | Microblaze has only 11 pvr regs according manual. Signed-off-by: Michal Simek <monstr@monstr.eu>
* microblaze: Checking DTS against PVR for write-back cacheMichal Simek2009-12-141-12/+18
| | | | | | | WB cache has special flag in PVR. There is added checking mechanism for PVR and DTS. Signed-off-by: Michal Simek <monstr@monstr.eu>
* microblaze_v8: PVR support, cpuinfo supportMichal Simek2009-03-271-0/+209
Reviewed-by: Ingo Molnar <mingo@elte.hu> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Acked-by: John Linn <john.linn@xilinx.com> Acked-by: John Williams <john.williams@petalogix.com> Signed-off-by: Michal Simek <monstr@monstr.eu>