mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-05 04:29:26 +00:00
Adjust patches for Z28PRO, temporally disable broken (u-boot) DEV builds on RK3328, but fix kernel tag to certain (last release) good working one, bump with version
This commit is contained in:
parent
5eaa80faa2
commit
332ebdd67e
5 changed files with 20 additions and 37 deletions
|
@ -6,7 +6,7 @@ BOOTCONFIG="roc-rk3328-cc_defconfig"
|
|||
MODULES=""
|
||||
MODULES_NEXT=""
|
||||
#
|
||||
KERNEL_TARGET="default,dev"
|
||||
KERNEL_TARGET="default"
|
||||
CLI_TARGET=""
|
||||
DESKTOP_TARGET=""
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BOOTCONFIG="rock64-rk3328_defconfig"
|
|||
MODULES=""
|
||||
MODULES_NEXT=""
|
||||
#
|
||||
KERNEL_TARGET="default,dev"
|
||||
KERNEL_TARGET="default"
|
||||
CLI_TARGET=""
|
||||
DESKTOP_TARGET="stretch:default"
|
||||
#
|
||||
|
|
|
@ -37,7 +37,7 @@ case $BRANCH in
|
|||
BOOTBRANCH='branch:mainline-master'
|
||||
|
||||
KERNELSOURCE='https://github.com/ayufan-rock64/linux-mainline-kernel'
|
||||
KERNELBRANCH='branch:linux-4.17.y'
|
||||
KERNELBRANCH='tag:4.17.0-rc6-1019-ayufan'
|
||||
KERNELDIR='linux-rk3328-mainline'
|
||||
KERNEL_USE_GCC='> 7.0'
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# common options
|
||||
# daily beta build contains date in subrevision
|
||||
if [[ $BETA == yes && -z $SUBREVISION ]]; then SUBREVISION="."$(date --date="tomorrow" +"%y%m%d"); fi
|
||||
REVISION="5.50$SUBREVISION" # all boards have same revision
|
||||
REVISION="5.51$SUBREVISION" # all boards have same revision
|
||||
ROOTPWD="1234" # Must be changed @first login
|
||||
MAINTAINER="Igor Pecovnik" # deb signature
|
||||
MAINTAINERMAIL="igor.pecovnik@****l.com" # deb signature
|
||||
|
|
|
@ -20,7 +20,7 @@ index d19d609..5c72488 100644
|
|||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
};
|
||||
@@ -75,17 +75,17 @@
|
||||
@@ -75,16 +75,16 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -30,7 +30,6 @@ index d19d609..5c72488 100644
|
|||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
fifo-mode;
|
||||
- card-detect-delay = <200>;
|
||||
+ cd-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_LOW>;
|
||||
disable-wp;
|
||||
|
@ -41,7 +40,7 @@ index d19d609..5c72488 100644
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -270,58 +270,6 @@
|
||||
@@ -268,42 +268,6 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -63,43 +62,27 @@ index d19d609..5c72488 100644
|
|||
- #address-cells = <1>;
|
||||
- #size-cells = <1>;
|
||||
-
|
||||
- system@0 {
|
||||
- label = "system";
|
||||
- reg = <0x0 0x8000>;
|
||||
- read-only;
|
||||
- };
|
||||
-
|
||||
- loader@8000 {
|
||||
- label = "loader";
|
||||
- reg = <0x8000 0x3F8000>;
|
||||
- reg = <0x8000 0x3F0000>;
|
||||
- };
|
||||
-
|
||||
- reserved@400000 {
|
||||
- label = "reserved";
|
||||
- reg = <0x400000 0x3C0000>;
|
||||
- read-only;
|
||||
- env@3f8000 {
|
||||
- label = "env";
|
||||
- reg = <0x3F8000 0x8000>;
|
||||
- };
|
||||
-
|
||||
- vendor@7c0000 {
|
||||
- label = "vendor";
|
||||
- reg = <0x7C0000 0x40000>;
|
||||
- };
|
||||
-
|
||||
- uboot@800000 {
|
||||
- label = "uboot";
|
||||
- reg = <0x800000 0x400000>;
|
||||
- };
|
||||
- };
|
||||
-};
|
||||
-
|
||||
- atf@c00000 {
|
||||
- label = "atf";
|
||||
- reg = <0xC00000 0x400000>;
|
||||
- };
|
||||
- };
|
||||
- };
|
||||
-};
|
||||
|
||||
&pinctrl {
|
||||
pmic {
|
||||
pmic_int_l: pmic-int-l {
|
||||
diff --git a/arch/arm/include/asm/arch-rockchip/grf_rk3328.h b/arch/arm/include/asm/arch-rockchip/grf_rk3328.h
|
||||
index a396510..260117b 100644
|
||||
--- a/arch/arm/include/asm/arch-rockchip/grf_rk3328.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue