forked from luck/tmp_suning_uos_patched
powerpc updates for 4.12 part 2
Highlights include: - rework the Linux page table geometry to lower memory usage on 64-bit Book3S (IBM chips) using the Hash MMU. - support for a new device tree binding for discovering CPU features on future firmwares. - Freescale updates from Scott: "Includes a fix for a powerpc/next mm regression on 64e, a fix for a kernel hang on 64e when using a debugger inside a relocated kernel, a qman fix, and misc qe improvements." Thanks to: Christophe Leroy, Gavin Shan, Horia Geantă, LiuHailong, Nicholas Piggin, Roy Pledge, Scott Wood, Valentin Longchamp. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJZFXjPAAoJEFHr6jzI4aWAgG4QAJoF7G5Txj0Du2I2/wQDkVq1 InJ+BNji0xnOrFpz2EcIIlbIwBeJbY9cSIbmKUEPQU4hxtQgI8Q5WNEl2btWq8xz I0Ej3uc5obc9ltUdQoGxgXih/XDd8UN3fscSE2/SSuPY/A7JwAVZMsCEJ1tWdxpM hx+R9wlaUT3I6jmQwj9gg6zuBdIOL5szvZXKh9ruPKNyZWbPmPSUwIqiyT0YHsiD 01OZsFYpdSH6Ka/eNHSNx5HC+kK8aDVaqd5E2fkHeH9+sxerpEzMo2PmK4T8vChh mSD4nhfqRwC2WRpPF/MY+zGBeXrFkCkR+nYhaqVDXXACKzfHgU58NOfvrmtRj52X vTW+cn92wqFTmi0TNUfhEFt8elcOO7/fKh1OVhsFx+bD+bgj8G1ZkLoBU/0QUzRf R4hiKKuOMnDHriNPdlAOKjHpR+ewh8Q679INThEJzEQpn7VBY72hcQwapQ3MjMnd E7LfsGwqGPkTc6gy1bFbWum5HMGOcmE0qkrnZo5VyFhNNwBs1Kx/B1GHjUOiucVu km5GEVNTfCkZqeabdca7fwbGcMH7zchR1ootqH2m18PZJAzr85A+aTqfrdJ5fDBs v/nznfcPVNEgvEW0im2jhpPoAlQE6/YvYa+kG4zjjxWA5FKVKdTzINexD82jlcqP +fDtIDxNcFkzlt4gacjh =YOQs -----END PGP SIGNATURE----- Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux Pull more powerpc updates from Michael Ellerman: "The change to the Linux page table geometry was delayed for more testing with 16G pages, and there's the new CPU features stuff which just needed one more polish before going in. Plus a few changes from Scott which came in a bit late. And then various fixes, mostly minor. Summary highlights: - rework the Linux page table geometry to lower memory usage on 64-bit Book3S (IBM chips) using the Hash MMU. - support for a new device tree binding for discovering CPU features on future firmwares. - Freescale updates from Scott: "Includes a fix for a powerpc/next mm regression on 64e, a fix for a kernel hang on 64e when using a debugger inside a relocated kernel, a qman fix, and misc qe improvements." Thanks to: Christophe Leroy, Gavin Shan, Horia Geantă, LiuHailong, Nicholas Piggin, Roy Pledge, Scott Wood, Valentin Longchamp" * tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/64s: Support new device tree binding for discovering CPU features powerpc: Don't print cpu_spec->cpu_name if it's NULL of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandle powerpc/64s: Fix unnecessary machine check handler relocation branch powerpc/mm/book3s/64: Rework page table geometry for lower memory usage powerpc: Fix distclean with Makefile.postlink powerpc/64e: Don't place the stack beyond TASK_SIZE powerpc/powernv: Block PCI config access on BCM5718 during EEH recovery powerpc/8xx: Adding support of IRQ in MPC8xx GPIO soc/fsl/qbman: Disable IRQs for deferred QBMan work soc/fsl/qe: add EXPORT_SYMBOL for the 2 qe_tdm functions soc/fsl/qe: only apply QE_General4 workaround on affected SoCs soc/fsl/qe: round brg_freq to 1kHz granularity soc/fsl/qe: get rid of immrbar_virt_to_phys() net: ethernet: ucc_geth: fix MEM_PART_MURAM mode powerpc/64e: Fix hang when debugging programs with relocated kernel
This commit is contained in:
commit
dc2a248166
|
@ -0,0 +1,248 @@
|
|||
*** NOTE ***
|
||||
This document is copied from OPAL firmware
|
||||
(skiboot/doc/device-tree/ibm,powerpc-cpu-features/binding.txt)
|
||||
|
||||
There is more complete overview and documentation of features in that
|
||||
source tree. All patches and modifications should go there.
|
||||
************
|
||||
|
||||
ibm,powerpc-cpu-features binding
|
||||
================================
|
||||
|
||||
This device tree binding describes CPU features available to software, with
|
||||
enablement, privilege, and compatibility metadata.
|
||||
|
||||
More general description of design and implementation of this binding is
|
||||
found in design.txt, which also points to documentation of specific features.
|
||||
|
||||
|
||||
/cpus/ibm,powerpc-cpu-features node binding
|
||||
-------------------------------------------
|
||||
|
||||
Node: ibm,powerpc-cpu-features
|
||||
|
||||
Description: Container of CPU feature nodes.
|
||||
|
||||
The node name must be "ibm,powerpc-cpu-features".
|
||||
|
||||
It is implemented as a child of the node "/cpus", but this must not be
|
||||
assumed by parsers.
|
||||
|
||||
The node is optional but should be provided by new OPAL firmware.
|
||||
|
||||
Properties:
|
||||
|
||||
- compatible
|
||||
Usage: required
|
||||
Value type: string
|
||||
Definition: "ibm,powerpc-cpu-features"
|
||||
|
||||
This compatibility refers to backwards compatibility of the overall
|
||||
design with parsers that behave according to these guidelines. This can
|
||||
be extended in a backward compatible manner which would not warrant a
|
||||
revision of the compatible property.
|
||||
|
||||
- isa
|
||||
Usage: required
|
||||
Value type: <u32>
|
||||
Definition:
|
||||
|
||||
isa that the CPU is currently running in. This provides instruction set
|
||||
compatibility, less the individual feature nodes. For example, an ISA v3.0
|
||||
implementation that lacks the "transactional-memory" cpufeature node
|
||||
should not use transactional memory facilities.
|
||||
|
||||
Value corresponds to the "Power ISA Version" multiplied by 1000.
|
||||
For example, <3000> corresponds to Version 3.0, <2070> to Version 2.07.
|
||||
The minor digit is available for revisions.
|
||||
|
||||
- display-name
|
||||
Usage: optional
|
||||
Value type: string
|
||||
Definition:
|
||||
|
||||
A human readable name for the CPU.
|
||||
|
||||
/cpus/ibm,powerpc-cpu-features/example-feature node bindings
|
||||
----------------------------------------------------------------
|
||||
|
||||
Each child node of cpu-features represents a CPU feature / capability.
|
||||
|
||||
Node: A string describing an architected CPU feature, e.g., "floating-point".
|
||||
|
||||
Description: A feature or capability supported by the CPUs.
|
||||
|
||||
The name of the node is a human readable string that forms the interface
|
||||
used to describe features to software. Features are currently documented
|
||||
in the code where they are implemented in skiboot/core/cpufeatures.c
|
||||
|
||||
Presence of the node indicates the feature is available.
|
||||
|
||||
Properties:
|
||||
|
||||
- isa
|
||||
Usage: required
|
||||
Value type: <u32>
|
||||
Definition:
|
||||
|
||||
First level of the Power ISA that the feature appears in.
|
||||
Software should filter out features when constraining the
|
||||
environment to a particular ISA version.
|
||||
|
||||
Value is defined similarly to /cpus/features/isa
|
||||
|
||||
- usable-privilege
|
||||
Usage: required
|
||||
Value type: <u32> bit mask
|
||||
Definition:
|
||||
Bit numbers are LSB0
|
||||
bit 0 - PR (problem state / user mode)
|
||||
bit 1 - OS (privileged state)
|
||||
bit 2 - HV (hypervisor state)
|
||||
All other bits reserved and should be zero.
|
||||
|
||||
This property describes the privilege levels and/or software components
|
||||
that can use the feature.
|
||||
|
||||
If bit 0 is set, then the hwcap-bit-nr property will exist.
|
||||
|
||||
|
||||
- hv-support
|
||||
Usage: optional
|
||||
Value type: <u32> bit mask
|
||||
Definition:
|
||||
Bit numbers are LSB0
|
||||
bit 0 - HFSCR
|
||||
All other bits reserved and should be zero.
|
||||
|
||||
This property describes the HV privilege support required to enable the
|
||||
feature to lesser privilege levels. If the property does not exist then no
|
||||
support is required.
|
||||
|
||||
If no bits are set, the hypervisor must have explicit/custom support for
|
||||
this feature.
|
||||
|
||||
If the HFSCR bit is set, then the hfscr-bit-nr property will exist and
|
||||
the feature may be enabled by setting this bit in the HFSCR register.
|
||||
|
||||
|
||||
- os-support
|
||||
Usage: optional
|
||||
Value type: <u32> bit mask
|
||||
Definition:
|
||||
Bit numbers are LSB0
|
||||
bit 0 - FSCR
|
||||
All other bits reserved and should be zero.
|
||||
|
||||
This property describes the OS privilege support required to enable the
|
||||
feature to lesser privilege levels. If the property does not exist then no
|
||||
support is required.
|
||||
|
||||
If no bits are set, the operating system must have explicit/custom support
|
||||
for this feature.
|
||||
|
||||
If the FSCR bit is set, then the fscr-bit-nr property will exist and
|
||||
the feature may be enabled by setting this bit in the FSCR register.
|
||||
|
||||
|
||||
- hfscr-bit-nr
|
||||
Usage: optional
|
||||
Value type: <u32>
|
||||
Definition: HFSCR bit position (LSB0)
|
||||
|
||||
This property exists when the hv-support property HFSCR bit is set. This
|
||||
property describes the bit number in the HFSCR register that the
|
||||
hypervisor must set in order to enable this feature.
|
||||
|
||||
This property also exists if an HFSCR bit corresponds with this feature.
|
||||
This makes CPU feature parsing slightly simpler.
|
||||
|
||||
|
||||
- fscr-bit-nr
|
||||
Usage: optional
|
||||
Value type: <u32>
|
||||
Definition: FSCR bit position (LSB0)
|
||||
|
||||
This property exists when the os-support property FSCR bit is set. This
|
||||
property describes the bit number in the FSCR register that the
|
||||
operating system must set in order to enable this feature.
|
||||
|
||||
This property also exists if an FSCR bit corresponds with this feature.
|
||||
This makes CPU feature parsing slightly simpler.
|
||||
|
||||
|
||||
- hwcap-bit-nr
|
||||
Usage: optional
|
||||
Value type: <u32>
|
||||
Definition: Linux ELF AUX vector bit position (LSB0)
|
||||
|
||||
This property may exist when the usable-privilege property value has PR bit set.
|
||||
This property describes the bit number that should be set in the ELF AUX
|
||||
hardware capability vectors in order to advertise this feature to userspace.
|
||||
Bits 0-31 correspond to bits 0-31 in AT_HWCAP vector. Bits 32-63 correspond
|
||||
to 0-31 in AT_HWCAP2 vector, and so on. Missing AT_HWCAPx vectors implies
|
||||
that the feature is not enabled or can not be advertised. Operating systems
|
||||
may provide a number of unassigned hardware capability bits to allow for new
|
||||
features to be advertised.
|
||||
|
||||
Some properties representing features created before this binding are
|
||||
advertised to userspace without a one-to-one hwcap bit number may not specify
|
||||
this bit. Operating system will handle those bits specifically. All new
|
||||
features usable by userspace will have a hwcap-bit-nr property.
|
||||
|
||||
|
||||
- dependencies
|
||||
Usage: optional
|
||||
Value type: <prop-encoded-array>
|
||||
Definition:
|
||||
|
||||
If this property exists then it is a list of phandles to cpu feature
|
||||
nodes that must be enabled for this feature to be enabled.
|
||||
|
||||
|
||||
Example
|
||||
-------
|
||||
|
||||
/cpus/ibm,powerpc-cpu-features {
|
||||
compatible = "ibm,powerpc-cpu-features";
|
||||
|
||||
isa = <3020>;
|
||||
|
||||
darn {
|
||||
isa = <3000>;
|
||||
usable-privilege = <1 | 2 | 4>;
|
||||
hwcap-bit-nr = <xx>;
|
||||
};
|
||||
|
||||
scv {
|
||||
isa = <3000>;
|
||||
usable-privilege = <1 | 2>;
|
||||
os-support = <0>;
|
||||
hwcap-bit-nr = <xx>;
|
||||
};
|
||||
|
||||
stop {
|
||||
isa = <3000>;
|
||||
usable-privilege = <2 | 4>;
|
||||
hv-support = <0>;
|
||||
os-support = <0>;
|
||||
};
|
||||
|
||||
vsx2 (hypothetical) {
|
||||
isa = <3010>;
|
||||
usable-privilege = <1 | 2 | 4>;
|
||||
hv-support = <0>;
|
||||
os-support = <0>;
|
||||
hwcap-bit-nr = <xx>;
|
||||
};
|
||||
|
||||
vsx2-newinsns {
|
||||
isa = <3020>;
|
||||
usable-privilege = <1 | 2 | 4>;
|
||||
os-support = <1>;
|
||||
fscr-bit-nr = <xx>;
|
||||
hwcap-bit-nr = <xx>;
|
||||
dependencies = <&vsx2>;
|
||||
};
|
||||
|
||||
};
|
|
@ -13,8 +13,17 @@ Required properties:
|
|||
- #gpio-cells : Should be two. The first cell is the pin number and the
|
||||
second cell is used to specify optional parameters (currently unused).
|
||||
- gpio-controller : Marks the port as GPIO controller.
|
||||
Optional properties:
|
||||
- fsl,cpm1-gpio-irq-mask : For banks having interrupt capability (like port C
|
||||
on CPM1), this item tells which ports have an associated interrupt (ports are
|
||||
listed in the same order as in PCINT register)
|
||||
- interrupts : This property provides the list of interrupt for each GPIO having
|
||||
one as described by the fsl,cpm1-gpio-irq-mask property. There should be as
|
||||
many interrupts as number of ones in the mask property. The first interrupt in
|
||||
the list corresponds to the most significant bit of the mask.
|
||||
- interrupt-parent : Parent for the above interrupt property.
|
||||
|
||||
Example of three SOC GPIO banks defined as gpio-controller nodes:
|
||||
Example of four SOC GPIO banks defined as gpio-controller nodes:
|
||||
|
||||
CPM1_PIO_A: gpio-controller@950 {
|
||||
#gpio-cells = <2>;
|
||||
|
@ -30,6 +39,16 @@ Example of three SOC GPIO banks defined as gpio-controller nodes:
|
|||
gpio-controller;
|
||||
};
|
||||
|
||||
CPM1_PIO_C: gpio-controller@960 {
|
||||
#gpio-cells = <2>;
|
||||
compatible = "fsl,cpm1-pario-bank-c";
|
||||
reg = <0x960 0x10>;
|
||||
fsl,cpm1-gpio-irq-mask = <0x0fff>;
|
||||
interrupts = <1 2 6 9 10 11 14 15 23 24 26 31>;
|
||||
interrupt-parent = <&CPM_PIC>;
|
||||
gpio-controller;
|
||||
};
|
||||
|
||||
CPM1_PIO_E: gpio-controller@ac8 {
|
||||
#gpio-cells = <2>;
|
||||
compatible = "fsl,cpm1-pario-bank-e";
|
||||
|
|
|
@ -380,6 +380,22 @@ source "arch/powerpc/platforms/Kconfig"
|
|||
|
||||
menu "Kernel options"
|
||||
|
||||
config PPC_DT_CPU_FTRS
|
||||
bool "Device-tree based CPU feature discovery & setup"
|
||||
depends on PPC_BOOK3S_64
|
||||
default n
|
||||
help
|
||||
This enables code to use a new device tree binding for describing CPU
|
||||
compatibility and features. Saying Y here will attempt to use the new
|
||||
binding if the firmware provides it. Currently only the skiboot
|
||||
firmware provides this binding.
|
||||
If you're not sure say Y.
|
||||
|
||||
config PPC_CPUFEATURES_ENABLE_UNKNOWN
|
||||
bool "cpufeatures pass through unknown features to guest/userspace"
|
||||
depends on PPC_DT_CPU_FTRS
|
||||
default y
|
||||
|
||||
config HIGHMEM
|
||||
bool "High memory support"
|
||||
depends on PPC32
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
PHONY := __archpost
|
||||
__archpost:
|
||||
|
||||
include include/config/auto.conf
|
||||
-include include/config/auto.conf
|
||||
include scripts/Kbuild.include
|
||||
|
||||
quiet_cmd_relocs_check = CHKREL $@
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
#define _ASM_POWERPC_BOOK3S_64_HASH_64K_H
|
||||
|
||||
#define H_PTE_INDEX_SIZE 8
|
||||
#define H_PMD_INDEX_SIZE 5
|
||||
#define H_PUD_INDEX_SIZE 5
|
||||
#define H_PGD_INDEX_SIZE 15
|
||||
#define H_PMD_INDEX_SIZE 10
|
||||
#define H_PUD_INDEX_SIZE 7
|
||||
#define H_PGD_INDEX_SIZE 8
|
||||
|
||||
/*
|
||||
* 64k aligned address free up few of the lower bits of RPN for us
|
||||
|
|
|
@ -560,6 +560,8 @@ typedef struct risc_timer_pram {
|
|||
#define CPM_PIN_SECONDARY 2
|
||||
#define CPM_PIN_GPIO 4
|
||||
#define CPM_PIN_OPENDRAIN 8
|
||||
#define CPM_PIN_FALLEDGE 16
|
||||
#define CPM_PIN_ANYEDGE 0
|
||||
|
||||
enum cpm_port {
|
||||
CPM_PORTA,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __ASM_POWERPC_CPUFEATURES_H
|
||||
#define __ASM_POWERPC_CPUFEATURES_H
|
||||
#ifndef __ASM_POWERPC_CPU_HAS_FEATURE_H
|
||||
#define __ASM_POWERPC_CPU_HAS_FEATURE_H
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
|
@ -52,4 +52,4 @@ static inline bool cpu_has_feature(unsigned long feature)
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ASM_POWERPC_CPUFEATURE_H */
|
||||
#endif /* __ASM_POWERPC_CPU_HAS_FEATURE_H */
|
||||
|
|
|
@ -118,7 +118,9 @@ extern struct cpu_spec *cur_cpu_spec;
|
|||
|
||||
extern unsigned int __start___ftr_fixup, __stop___ftr_fixup;
|
||||
|
||||
extern void set_cur_cpu_spec(struct cpu_spec *s);
|
||||
extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr);
|
||||
extern void identify_cpu_name(unsigned int pvr);
|
||||
extern void do_feature_fixups(unsigned long value, void *fixup_start,
|
||||
void *fixup_end);
|
||||
|
||||
|
|
26
arch/powerpc/include/asm/dt_cpu_ftrs.h
Normal file
26
arch/powerpc/include/asm/dt_cpu_ftrs.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
#ifndef __ASM_POWERPC_DT_CPU_FTRS_H
|
||||
#define __ASM_POWERPC_DT_CPU_FTRS_H
|
||||
|
||||
/*
|
||||
* Copyright 2017, IBM Corporation
|
||||
* cpufeatures is the new way to discover CPU features with /cpus/features
|
||||
* devicetree. This supersedes PVR based discovery ("cputable"), and older
|
||||
* device tree feature advertisement.
|
||||
*/
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <asm/asm-compat.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
#include <uapi/asm/cputable.h>
|
||||
|
||||
#ifdef CONFIG_PPC_DT_CPU_FTRS
|
||||
bool dt_cpu_ftrs_init(void *fdt);
|
||||
void dt_cpu_ftrs_scan(void);
|
||||
bool dt_cpu_ftrs_in_use(void);
|
||||
#else
|
||||
static inline bool dt_cpu_ftrs_init(void *fdt) { return false; }
|
||||
static inline void dt_cpu_ftrs_scan(void) { }
|
||||
static inline bool dt_cpu_ftrs_in_use(void) { return false; }
|
||||
#endif
|
||||
|
||||
#endif /* __ASM_POWERPC_DT_CPU_FTRS_H */
|
|
@ -151,8 +151,13 @@ void release_thread(struct task_struct *);
|
|||
|
||||
#ifdef __powerpc64__
|
||||
|
||||
#ifdef CONFIG_PPC_BOOK3S_64
|
||||
/* Limit stack to 128TB */
|
||||
#define STACK_TOP_USER64 TASK_SIZE_128TB
|
||||
#else
|
||||
#define STACK_TOP_USER64 TASK_SIZE_USER64
|
||||
#endif
|
||||
|
||||
#define STACK_TOP_USER32 TASK_SIZE_USER32
|
||||
|
||||
#define STACK_TOP (is_32bit_task() ? \
|
||||
|
|
|
@ -1229,6 +1229,7 @@
|
|||
#define PVR_POWER8E 0x004B
|
||||
#define PVR_POWER8NVL 0x004C
|
||||
#define PVR_POWER8 0x004D
|
||||
#define PVR_POWER9 0x004E
|
||||
#define PVR_BE 0x0070
|
||||
#define PVR_PA6T 0x0090
|
||||
|
||||
|
|
|
@ -47,4 +47,11 @@
|
|||
#define PPC_FEATURE2_ARCH_3_00 0x00800000 /* ISA 3.00 */
|
||||
#define PPC_FEATURE2_HAS_IEEE128 0x00400000 /* VSX IEEE Binary Float 128-bit */
|
||||
|
||||
/*
|
||||
* IMPORTANT!
|
||||
* All future PPC_FEATURE definitions should be allocated in cooperation with
|
||||
* OPAL / skiboot firmware, in accordance with the ibm,powerpc-cpu-features
|
||||
* device tree binding.
|
||||
*/
|
||||
|
||||
#endif /* _UAPI__ASM_POWERPC_CPUTABLE_H */
|
||||
|
|
|
@ -56,6 +56,7 @@ obj-$(CONFIG_PPC_RTAS) += rtas.o rtas-rtc.o $(rtaspci-y-y)
|
|||
obj-$(CONFIG_PPC_RTAS_DAEMON) += rtasd.o
|
||||
obj-$(CONFIG_RTAS_FLASH) += rtas_flash.o
|
||||
obj-$(CONFIG_RTAS_PROC) += rtas-proc.o
|
||||
obj-$(CONFIG_PPC_DT_CPU_FTRS) += dt_cpu_ftrs.o
|
||||
obj-$(CONFIG_EEH) += eeh.o eeh_pe.o eeh_dev.o eeh_cache.o \
|
||||
eeh_driver.o eeh_event.o eeh_sysfs.o
|
||||
obj-$(CONFIG_GENERIC_TBSYNC) += smp-tbsync.o
|
||||
|
|
|
@ -23,7 +23,9 @@
|
|||
#include <asm/mmu.h>
|
||||
#include <asm/setup.h>
|
||||
|
||||
struct cpu_spec* cur_cpu_spec = NULL;
|
||||
static struct cpu_spec the_cpu_spec __read_mostly;
|
||||
|
||||
struct cpu_spec* cur_cpu_spec __read_mostly = NULL;
|
||||
EXPORT_SYMBOL(cur_cpu_spec);
|
||||
|
||||
/* The platform string corresponding to the real PVR */
|
||||
|
@ -2179,7 +2181,15 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|||
#endif /* CONFIG_E500 */
|
||||
};
|
||||
|
||||
static struct cpu_spec the_cpu_spec;
|
||||
void __init set_cur_cpu_spec(struct cpu_spec *s)
|
||||
{
|
||||
struct cpu_spec *t = &the_cpu_spec;
|
||||
|
||||
t = PTRRELOC(t);
|
||||
*t = *s;
|
||||
|
||||
*PTRRELOC(&cur_cpu_spec) = &the_cpu_spec;
|
||||
}
|
||||
|
||||
static struct cpu_spec * __init setup_cpu_spec(unsigned long offset,
|
||||
struct cpu_spec *s)
|
||||
|
@ -2266,6 +2276,29 @@ struct cpu_spec * __init identify_cpu(unsigned long offset, unsigned int pvr)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
* Used by cpufeatures to get the name for CPUs with a PVR table.
|
||||
* If they don't hae a PVR table, cpufeatures gets the name from
|
||||
* cpu device-tree node.
|
||||
*/
|
||||
void __init identify_cpu_name(unsigned int pvr)
|
||||
{
|
||||
struct cpu_spec *s = cpu_specs;
|
||||
struct cpu_spec *t = &the_cpu_spec;
|
||||
int i;
|
||||
|
||||
s = PTRRELOC(s);
|
||||
t = PTRRELOC(t);
|
||||
|
||||
for (i = 0; i < ARRAY_SIZE(cpu_specs); i++,s++) {
|
||||
if ((pvr & s->pvr_mask) == s->pvr_value) {
|
||||
t->cpu_name = s->cpu_name;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#ifdef CONFIG_JUMP_LABEL_FEATURE_CHECKS
|
||||
struct static_key_true cpu_feature_keys[NUM_CPU_FTR_KEYS] = {
|
||||
[0 ... NUM_CPU_FTR_KEYS - 1] = STATIC_KEY_TRUE_INIT
|
||||
|
|
1031
arch/powerpc/kernel/dt_cpu_ftrs.c
Normal file
1031
arch/powerpc/kernel/dt_cpu_ftrs.c
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -735,8 +735,14 @@ END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
|
|||
andis. r15,r14,(DBSR_IC|DBSR_BT)@h
|
||||
beq+ 1f
|
||||
|
||||
#ifdef CONFIG_RELOCATABLE
|
||||
ld r15,PACATOC(r13)
|
||||
ld r14,interrupt_base_book3e@got(r15)
|
||||
ld r15,__end_interrupts@got(r15)
|
||||
#else
|
||||
LOAD_REG_IMMEDIATE(r14,interrupt_base_book3e)
|
||||
LOAD_REG_IMMEDIATE(r15,__end_interrupts)
|
||||
#endif
|
||||
cmpld cr0,r10,r14
|
||||
cmpld cr1,r10,r15
|
||||
blt+ cr0,1f
|
||||
|
@ -799,8 +805,14 @@ kernel_dbg_exc:
|
|||
andis. r15,r14,(DBSR_IC|DBSR_BT)@h
|
||||
beq+ 1f
|
||||
|
||||
#ifdef CONFIG_RELOCATABLE
|
||||
ld r15,PACATOC(r13)
|
||||
ld r14,interrupt_base_book3e@got(r15)
|
||||
ld r15,__end_interrupts@got(r15)
|
||||
#else
|
||||
LOAD_REG_IMMEDIATE(r14,interrupt_base_book3e)
|
||||
LOAD_REG_IMMEDIATE(r15,__end_interrupts)
|
||||
#endif
|
||||
cmpld cr0,r10,r14
|
||||
cmpld cr1,r10,r15
|
||||
blt+ cr0,1f
|
||||
|
|
|
@ -391,9 +391,7 @@ EXC_COMMON_BEGIN(machine_check_handle_early)
|
|||
*/
|
||||
BEGIN_FTR_SECTION
|
||||
rlwinm. r11,r12,47-31,30,31
|
||||
beq- 4f
|
||||
BRANCH_TO_COMMON(r10, machine_check_idle_common)
|
||||
4:
|
||||
bne machine_check_idle_common
|
||||
END_FTR_SECTION_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
|
||||
#endif
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
#include <asm/fadump.h>
|
||||
#include <asm/epapr_hcalls.h>
|
||||
#include <asm/firmware.h>
|
||||
#include <asm/dt_cpu_ftrs.h>
|
||||
|
||||
#include <mm/mmu_decl.h>
|
||||
|
||||
|
@ -375,23 +376,31 @@ static int __init early_init_dt_scan_cpus(unsigned long node,
|
|||
* A POWER6 partition in "POWER6 architected" mode
|
||||
* uses the 0x0f000002 PVR value; in POWER5+ mode
|
||||
* it uses 0x0f000001.
|
||||
*
|
||||
* If we're using device tree CPU feature discovery then we don't
|
||||
* support the cpu-version property, and it's the responsibility of the
|
||||
* firmware/hypervisor to provide the correct feature set for the
|
||||
* architecture level via the ibm,powerpc-cpu-features binding.
|
||||
*/
|
||||
prop = of_get_flat_dt_prop(node, "cpu-version", NULL);
|
||||
if (prop && (be32_to_cpup(prop) & 0xff000000) == 0x0f000000)
|
||||
identify_cpu(0, be32_to_cpup(prop));
|
||||
if (!dt_cpu_ftrs_in_use()) {
|
||||
prop = of_get_flat_dt_prop(node, "cpu-version", NULL);
|
||||
if (prop && (be32_to_cpup(prop) & 0xff000000) == 0x0f000000)
|
||||
identify_cpu(0, be32_to_cpup(prop));
|
||||
|
||||
check_cpu_feature_properties(node);
|
||||
check_cpu_pa_features(node);
|
||||
}
|
||||
|
||||
identical_pvr_fixup(node);
|
||||
|
||||
check_cpu_feature_properties(node);
|
||||
check_cpu_pa_features(node);
|
||||
init_mmu_slb_size(node);
|
||||
|
||||
#ifdef CONFIG_PPC64
|
||||
if (nthreads > 1)
|
||||
cur_cpu_spec->cpu_features |= CPU_FTR_SMT;
|
||||
else
|
||||
if (nthreads == 1)
|
||||
cur_cpu_spec->cpu_features &= ~CPU_FTR_SMT;
|
||||
else if (!dt_cpu_ftrs_in_use())
|
||||
cur_cpu_spec->cpu_features |= CPU_FTR_SMT;
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -721,6 +730,8 @@ void __init early_init_devtree(void *params)
|
|||
|
||||
DBG("Scanning CPUs ...\n");
|
||||
|
||||
dt_cpu_ftrs_scan();
|
||||
|
||||
/* Retrieve CPU related informations from the flat tree
|
||||
* (altivec support, boot CPU ID, ...)
|
||||
*/
|
||||
|
|
|
@ -261,7 +261,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
|
|||
seq_printf(m, "processor\t: %lu\n", cpu_id);
|
||||
seq_printf(m, "cpu\t\t: ");
|
||||
|
||||
if (cur_cpu_spec->pvr_mask)
|
||||
if (cur_cpu_spec->pvr_mask && cur_cpu_spec->cpu_name)
|
||||
seq_printf(m, "%s", cur_cpu_spec->cpu_name);
|
||||
else
|
||||
seq_printf(m, "unknown (%08x)", pvr);
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
#include <asm/paca.h>
|
||||
#include <asm/time.h>
|
||||
#include <asm/cputable.h>
|
||||
#include <asm/dt_cpu_ftrs.h>
|
||||
#include <asm/sections.h>
|
||||
#include <asm/btext.h>
|
||||
#include <asm/nvram.h>
|
||||
|
@ -274,8 +275,10 @@ void __init early_setup(unsigned long dt_ptr)
|
|||
|
||||
/* -------- printk is _NOT_ safe to use here ! ------- */
|
||||
|
||||
/* Identify CPU type */
|
||||
identify_cpu(0, mfspr(SPRN_PVR));
|
||||
/* Try new device tree based feature discovery ... */
|
||||
if (!dt_cpu_ftrs_init(__va(dt_ptr)))
|
||||
/* Otherwise use the old style CPU table */
|
||||
identify_cpu(0, mfspr(SPRN_PVR));
|
||||
|
||||
/* Assume we're on cpu 0 for now. Don't write to the paca yet! */
|
||||
initialise_paca(&boot_paca, 0);
|
||||
|
@ -541,6 +544,9 @@ void __init initialize_cache_info(void)
|
|||
dcache_bsize = ppc64_caches.l1d.block_size;
|
||||
icache_bsize = ppc64_caches.l1i.block_size;
|
||||
|
||||
cur_cpu_spec->dcache_bsize = dcache_bsize;
|
||||
cur_cpu_spec->icache_bsize = icache_bsize;
|
||||
|
||||
DBG(" <- initialize_cache_info()\n");
|
||||
}
|
||||
|
||||
|
|
|
@ -412,11 +412,14 @@ static void *pnv_eeh_probe(struct pci_dn *pdn, void *data)
|
|||
* been set for the PE, we will set EEH_PE_CFG_BLOCKED for
|
||||
* that PE to block its config space.
|
||||
*
|
||||
* Broadcom BCM5718 2-ports NICs (14e4:1656)
|
||||
* Broadcom Austin 4-ports NICs (14e4:1657)
|
||||
* Broadcom Shiner 4-ports 1G NICs (14e4:168a)
|
||||
* Broadcom Shiner 2-ports 10G NICs (14e4:168e)
|
||||
*/
|
||||
if ((pdn->vendor_id == PCI_VENDOR_ID_BROADCOM &&
|
||||
pdn->device_id == 0x1656) ||
|
||||
(pdn->vendor_id == PCI_VENDOR_ID_BROADCOM &&
|
||||
pdn->device_id == 0x1657) ||
|
||||
(pdn->vendor_id == PCI_VENDOR_ID_BROADCOM &&
|
||||
pdn->device_id == 0x168a) ||
|
||||
|
|
|
@ -377,6 +377,10 @@ static void cpm1_set_pin16(int port, int pin, int flags)
|
|||
setbits16(&iop->odr_sor, pin);
|
||||
else
|
||||
clrbits16(&iop->odr_sor, pin);
|
||||
if (flags & CPM_PIN_FALLEDGE)
|
||||
setbits16(&iop->intr, pin);
|
||||
else
|
||||
clrbits16(&iop->intr, pin);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -528,6 +532,9 @@ struct cpm1_gpio16_chip {
|
|||
|
||||
/* shadowed data register to clear/set bits safely */
|
||||
u16 cpdata;
|
||||
|
||||
/* IRQ associated with Pins when relevant */
|
||||
int irq[16];
|
||||
};
|
||||
|
||||
static void cpm1_gpio16_save_regs(struct of_mm_gpio_chip *mm_gc)
|
||||
|
@ -578,6 +585,14 @@ static void cpm1_gpio16_set(struct gpio_chip *gc, unsigned int gpio, int value)
|
|||
spin_unlock_irqrestore(&cpm1_gc->lock, flags);
|
||||
}
|
||||
|
||||
static int cpm1_gpio16_to_irq(struct gpio_chip *gc, unsigned int gpio)
|
||||
{
|
||||
struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
|
||||
struct cpm1_gpio16_chip *cpm1_gc = gpiochip_get_data(&mm_gc->gc);
|
||||
|
||||
return cpm1_gc->irq[gpio] ? : -ENXIO;
|
||||
}
|
||||
|
||||
static int cpm1_gpio16_dir_out(struct gpio_chip *gc, unsigned int gpio, int val)
|
||||
{
|
||||
struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
|
||||
|
@ -618,6 +633,7 @@ int cpm1_gpiochip_add16(struct device_node *np)
|
|||
struct cpm1_gpio16_chip *cpm1_gc;
|
||||
struct of_mm_gpio_chip *mm_gc;
|
||||
struct gpio_chip *gc;
|
||||
u16 mask;
|
||||
|
||||
cpm1_gc = kzalloc(sizeof(*cpm1_gc), GFP_KERNEL);
|
||||
if (!cpm1_gc)
|
||||
|
@ -625,6 +641,14 @@ int cpm1_gpiochip_add16(struct device_node *np)
|
|||
|
||||
spin_lock_init(&cpm1_gc->lock);
|
||||
|
||||
if (!of_property_read_u16(np, "fsl,cpm1-gpio-irq-mask", &mask)) {
|
||||
int i, j;
|
||||
|
||||
for (i = 0, j = 0; i < 16; i++)
|
||||
if (mask & (1 << (15 - i)))
|
||||
cpm1_gc->irq[i] = irq_of_parse_and_map(np, j++);
|
||||
}
|
||||
|
||||
mm_gc = &cpm1_gc->mm_gc;
|
||||
gc = &mm_gc->gc;
|
||||
|
||||
|
@ -634,6 +658,7 @@ int cpm1_gpiochip_add16(struct device_node *np)
|
|||
gc->direction_output = cpm1_gpio16_dir_out;
|
||||
gc->get = cpm1_gpio16_get;
|
||||
gc->set = cpm1_gpio16_set;
|
||||
gc->to_irq = cpm1_gpio16_to_irq;
|
||||
|
||||
return of_mm_gpiochip_add_data(np, mm_gc, cpm1_gc);
|
||||
}
|
||||
|
|
|
@ -2594,11 +2594,10 @@ static int ucc_geth_startup(struct ucc_geth_private *ugeth)
|
|||
} else if (ugeth->ug_info->uf_info.bd_mem_part ==
|
||||
MEM_PART_MURAM) {
|
||||
out_be32(&ugeth->p_send_q_mem_reg->sqqd[i].bd_ring_base,
|
||||
(u32) immrbar_virt_to_phys(ugeth->
|
||||
p_tx_bd_ring[i]));
|
||||
(u32)qe_muram_dma(ugeth->p_tx_bd_ring[i]));
|
||||
out_be32(&ugeth->p_send_q_mem_reg->sqqd[i].
|
||||
last_bd_completed_address,
|
||||
(u32) immrbar_virt_to_phys(endOfRing));
|
||||
(u32)qe_muram_dma(endOfRing));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2844,8 +2843,7 @@ static int ucc_geth_startup(struct ucc_geth_private *ugeth)
|
|||
} else if (ugeth->ug_info->uf_info.bd_mem_part ==
|
||||
MEM_PART_MURAM) {
|
||||
out_be32(&ugeth->p_rx_bd_qs_tbl[i].externalbdbaseptr,
|
||||
(u32) immrbar_virt_to_phys(ugeth->
|
||||
p_rx_bd_ring[i]));
|
||||
(u32)qe_muram_dma(ugeth->p_rx_bd_ring[i]));
|
||||
}
|
||||
/* rest of fields handled by QE */
|
||||
}
|
||||
|
|
|
@ -755,6 +755,36 @@ int __init of_scan_flat_dt(int (*it)(unsigned long node,
|
|||
return rc;
|
||||
}
|
||||
|
||||
/**
|
||||
* of_scan_flat_dt_subnodes - scan sub-nodes of a node call callback on each.
|
||||
* @it: callback function
|
||||
* @data: context data pointer
|
||||
*
|
||||
* This function is used to scan sub-nodes of a node.
|
||||
*/
|
||||
int __init of_scan_flat_dt_subnodes(unsigned long parent,
|
||||
int (*it)(unsigned long node,
|
||||
const char *uname,
|
||||
void *data),
|
||||
void *data)
|
||||
{
|
||||
const void *blob = initial_boot_params;
|
||||
int node;
|
||||
|
||||
fdt_for_each_subnode(node, blob, parent) {
|
||||
const char *pathp;
|
||||
int rc;
|
||||
|
||||
pathp = fdt_get_name(blob, node, NULL);
|
||||
if (*pathp == '/')
|
||||
pathp = kbasename(pathp);
|
||||
rc = it(node, pathp, data);
|
||||
if (rc)
|
||||
return rc;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* of_get_flat_dt_subnode_by_name - get the subnode by given name
|
||||
*
|
||||
|
@ -814,6 +844,14 @@ int __init of_flat_dt_match(unsigned long node, const char *const *compat)
|
|||
return of_fdt_match(initial_boot_params, node, compat);
|
||||
}
|
||||
|
||||
/**
|
||||
* of_get_flat_dt_prop - Given a node in the flat blob, return the phandle
|
||||
*/
|
||||
uint32_t __init of_get_flat_dt_phandle(unsigned long node)
|
||||
{
|
||||
return fdt_get_phandle(initial_boot_params, node);
|
||||
}
|
||||
|
||||
struct fdt_scan_status {
|
||||
const char *name;
|
||||
int namelen;
|
||||
|
|
|
@ -1344,6 +1344,7 @@ static void qm_congestion_task(struct work_struct *work)
|
|||
if (!qm_mc_result_timeout(&p->p, &mcr)) {
|
||||
spin_unlock(&p->cgr_lock);
|
||||
dev_crit(p->config->dev, "QUERYCONGESTION timeout\n");
|
||||
qman_p_irqsource_add(p, QM_PIRQ_CSCI);
|
||||
return;
|
||||
}
|
||||
/* mask out the ones I'm not interested in */
|
||||
|
@ -1358,6 +1359,7 @@ static void qm_congestion_task(struct work_struct *work)
|
|||
if (cgr->cb && qman_cgrs_get(&c, cgr->cgrid))
|
||||
cgr->cb(p, cgr, qman_cgrs_get(&rr, cgr->cgrid));
|
||||
spin_unlock(&p->cgr_lock);
|
||||
qman_p_irqsource_add(p, QM_PIRQ_CSCI);
|
||||
}
|
||||
|
||||
static void qm_mr_process_task(struct work_struct *work)
|
||||
|
@ -1417,12 +1419,14 @@ static void qm_mr_process_task(struct work_struct *work)
|
|||
}
|
||||
|
||||
qm_mr_cci_consume(&p->p, num);
|
||||
qman_p_irqsource_add(p, QM_PIRQ_MRI);
|
||||
preempt_enable();
|
||||
}
|
||||
|
||||
static u32 __poll_portal_slow(struct qman_portal *p, u32 is)
|
||||
{
|
||||
if (is & QM_PIRQ_CSCI) {
|
||||
qman_p_irqsource_remove(p, QM_PIRQ_CSCI);
|
||||
queue_work_on(smp_processor_id(), qm_portal_wq,
|
||||
&p->congestion_work);
|
||||
}
|
||||
|
@ -1434,6 +1438,7 @@ static u32 __poll_portal_slow(struct qman_portal *p, u32 is)
|
|||
}
|
||||
|
||||
if (is & QM_PIRQ_MRI) {
|
||||
qman_p_irqsource_remove(p, QM_PIRQ_MRI);
|
||||
queue_work_on(smp_processor_id(), qm_portal_wq,
|
||||
&p->mr_work);
|
||||
}
|
||||
|
|
|
@ -66,7 +66,7 @@ static unsigned int qe_num_of_snum;
|
|||
|
||||
static phys_addr_t qebase = -1;
|
||||
|
||||
phys_addr_t get_qe_base(void)
|
||||
static phys_addr_t get_qe_base(void)
|
||||
{
|
||||
struct device_node *qe;
|
||||
int ret;
|
||||
|
@ -90,8 +90,6 @@ phys_addr_t get_qe_base(void)
|
|||
return qebase;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(get_qe_base);
|
||||
|
||||
void qe_reset(void)
|
||||
{
|
||||
if (qe_immr == NULL)
|
||||
|
@ -163,11 +161,15 @@ EXPORT_SYMBOL(qe_issue_cmd);
|
|||
*/
|
||||
static unsigned int brg_clk = 0;
|
||||
|
||||
#define CLK_GRAN (1000)
|
||||
#define CLK_GRAN_LIMIT (5)
|
||||
|
||||
unsigned int qe_get_brg_clk(void)
|
||||
{
|
||||
struct device_node *qe;
|
||||
int size;
|
||||
const u32 *prop;
|
||||
unsigned int mod;
|
||||
|
||||
if (brg_clk)
|
||||
return brg_clk;
|
||||
|
@ -185,10 +187,22 @@ unsigned int qe_get_brg_clk(void)
|
|||
|
||||
of_node_put(qe);
|
||||
|
||||
/* round this if near to a multiple of CLK_GRAN */
|
||||
mod = brg_clk % CLK_GRAN;
|
||||
if (mod) {
|
||||
if (mod < CLK_GRAN_LIMIT)
|
||||
brg_clk -= mod;
|
||||
else if (mod > (CLK_GRAN - CLK_GRAN_LIMIT))
|
||||
brg_clk += CLK_GRAN - mod;
|
||||
}
|
||||
|
||||
return brg_clk;
|
||||
}
|
||||
EXPORT_SYMBOL(qe_get_brg_clk);
|
||||
|
||||
#define PVR_VER_836x 0x8083
|
||||
#define PVR_VER_832x 0x8084
|
||||
|
||||
/* Program the BRG to the given sampling rate and multiplier
|
||||
*
|
||||
* @brg: the BRG, QE_BRG1 - QE_BRG16
|
||||
|
@ -215,8 +229,9 @@ int qe_setbrg(enum qe_clock brg, unsigned int rate, unsigned int multiplier)
|
|||
/* Errata QE_General4, which affects some MPC832x and MPC836x SOCs, says
|
||||
that the BRG divisor must be even if you're not using divide-by-16
|
||||
mode. */
|
||||
if (!div16 && (divisor & 1) && (divisor > 3))
|
||||
divisor++;
|
||||
if (pvr_version_is(PVR_VER_836x) || pvr_version_is(PVR_VER_832x))
|
||||
if (!div16 && (divisor & 1) && (divisor > 3))
|
||||
divisor++;
|
||||
|
||||
tempval = ((divisor - 1) << QE_BRGC_DIVISOR_SHIFT) |
|
||||
QE_BRGC_ENABLE | div16;
|
||||
|
|
|
@ -177,6 +177,7 @@ int ucc_of_parse_tdm(struct device_node *np, struct ucc_tdm *utdm,
|
|||
devm_iounmap(&pdev->dev, utdm->si_regs);
|
||||
return ret;
|
||||
}
|
||||
EXPORT_SYMBOL(ucc_of_parse_tdm);
|
||||
|
||||
void ucc_tdm_init(struct ucc_tdm *utdm, struct ucc_tdm_info *ut_info)
|
||||
{
|
||||
|
@ -274,3 +275,4 @@ void ucc_tdm_init(struct ucc_tdm *utdm, struct ucc_tdm_info *ut_info)
|
|||
break;
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL(ucc_tdm_init);
|
||||
|
|
|
@ -54,6 +54,11 @@ extern char __dtb_end[];
|
|||
extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
|
||||
int depth, void *data),
|
||||
void *data);
|
||||
extern int of_scan_flat_dt_subnodes(unsigned long node,
|
||||
int (*it)(unsigned long node,
|
||||
const char *uname,
|
||||
void *data),
|
||||
void *data);
|
||||
extern int of_get_flat_dt_subnode_by_name(unsigned long node,
|
||||
const char *uname);
|
||||
extern const void *of_get_flat_dt_prop(unsigned long node, const char *name,
|
||||
|
@ -62,6 +67,7 @@ extern int of_flat_dt_is_compatible(unsigned long node, const char *name);
|
|||
extern int of_flat_dt_match(unsigned long node, const char *const *matches);
|
||||
extern unsigned long of_get_flat_dt_root(void);
|
||||
extern int of_get_flat_dt_size(void);
|
||||
extern uint32_t of_get_flat_dt_phandle(unsigned long node);
|
||||
|
||||
extern int early_init_dt_scan_chosen(unsigned long node, const char *uname,
|
||||
int depth, void *data);
|
||||
|
|
|
@ -464,25 +464,6 @@ struct qe_immap {
|
|||
} __attribute__ ((packed));
|
||||
|
||||
extern struct qe_immap __iomem *qe_immr;
|
||||
extern phys_addr_t get_qe_base(void);
|
||||
|
||||
/*
|
||||
* Returns the offset within the QE address space of the given pointer.
|
||||
*
|
||||
* Note that the QE does not support 36-bit physical addresses, so if
|
||||
* get_qe_base() returns a number above 4GB, the caller will probably fail.
|
||||
*/
|
||||
static inline phys_addr_t immrbar_virt_to_phys(void *address)
|
||||
{
|
||||
void *q = (void *)qe_immr;
|
||||
|
||||
/* Is it a MURAM address? */
|
||||
if ((address >= q) && (address < (q + QE_IMMAP_SIZE)))
|
||||
return get_qe_base() + (address - q);
|
||||
|
||||
/* It's an address returned by kmalloc */
|
||||
return virt_to_phys(address);
|
||||
}
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
#endif /* _ASM_POWERPC_IMMAP_QE_H */
|
||||
|
|
|
@ -243,6 +243,7 @@ static inline int qe_alive_during_sleep(void)
|
|||
#define qe_muram_free cpm_muram_free
|
||||
#define qe_muram_addr cpm_muram_addr
|
||||
#define qe_muram_offset cpm_muram_offset
|
||||
#define qe_muram_dma cpm_muram_dma
|
||||
|
||||
#define qe_setbits32(_addr, _v) iowrite32be(ioread32be(_addr) | (_v), (_addr))
|
||||
#define qe_clrbits32(_addr, _v) iowrite32be(ioread32be(_addr) & ~(_v), (_addr))
|
||||
|
|
Loading…
Reference in New Issue
Block a user