mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
pcie: suitable for sc2 arm32 pcie [1/1]
PD#SWPL-179193 Problem: need support sc2 arm32 pcie Solution: 1.use secure memory white list 2.modified dts and config Verify: sc2_ah212 Change-Id: I5d54956df2786618723324c5780b6ef244ffc530 Signed-off-by: Yu Tu <yu.tu@amlogic.com>
This commit is contained in:
@@ -76,15 +76,6 @@
|
||||
misc-size = <0x1000>;
|
||||
};
|
||||
|
||||
pcie_reserved: linux,pcie {
|
||||
compatible = "shared-dma-pool";
|
||||
status = "disabled";
|
||||
reusable;
|
||||
size = <0x4000000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x54c00000 0x4000000>;
|
||||
};
|
||||
|
||||
secmon_reserved:linux,secmon {
|
||||
compatible = "shared-dma-pool";
|
||||
/*reusable;*/
|
||||
@@ -220,9 +211,9 @@
|
||||
compatible = "shared-dma-pool";
|
||||
status = "disable"
|
||||
reusable;
|
||||
size = <0x0 0x5000000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
alloc-ranges = <0x0 0x0 0x0 0x80000000>;
|
||||
size = <0x1000000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x0 0x30000000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -76,15 +76,6 @@
|
||||
misc-size = <0x1000>;
|
||||
};
|
||||
|
||||
pcie_reserved: linux,pcie {
|
||||
compatible = "shared-dma-pool";
|
||||
status = "disabled";
|
||||
reusable;
|
||||
size = <0x4000000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x54c00000 0x4000000>;
|
||||
};
|
||||
|
||||
secmon_reserved:linux,secmon {
|
||||
compatible = "shared-dma-pool";
|
||||
/*reusable;*/
|
||||
@@ -220,9 +211,9 @@
|
||||
compatible = "shared-dma-pool";
|
||||
status = "disable"
|
||||
reusable;
|
||||
size = <0x0 0x000000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
alloc-ranges = <0x0 0x0 0x0 0x80000000>;
|
||||
size = <0x1000000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x0 0x30000000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -438,8 +438,8 @@ CONFIG_AMLOGIC_DRM_HDMI=y
|
||||
CONFIG_AMLOGIC_DRM_USE_ION=y
|
||||
|
||||
#amlogic-pcie.ko
|
||||
CONFIG_AMLOGIC_PCIE=m
|
||||
CONFIG_AMLOGIC_PCIE_V2_HOST=m
|
||||
CONFIG_AMLOGIC_PCI_HOST=y
|
||||
|
||||
#cfg80211.ko
|
||||
CONFIG_CFG80211=m
|
||||
|
||||
Reference in New Issue
Block a user