Skip to content

Commit 303d6f6

Browse files
Al2KlimovTero Kristo
authored andcommitted
arm64: dts: ti: k3-*: Replace HTTP links with HTTPS ones
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Deterministic algorithm: For each file: If not .svg: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: If both the HTTP and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS. Signed-off-by: Alexander A. Klimov <[email protected]> Signed-off-by: Tero Kristo <[email protected]>
1 parent 13f74fc commit 303d6f6

13 files changed

+13
-13
lines changed

arch/arm64/boot/dts/ti/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Make file to build device tree binaries for boards based on
44
# Texas Instruments Inc processors
55
#
6-
# Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/
6+
# Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/
77
#
88

99
dtb-$(CONFIG_ARCH_K3_AM6_SOC) += k3-am654-base-board.dtb

arch/arm64/boot/dts/ti/k3-am65-main.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Device Tree Source for AM6 SoC Family Main Domain peripherals
44
*
5-
* Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/
5+
* Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/
66
*/
77
#include <dt-bindings/phy/phy-am654-serdes.h>
88

arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Device Tree Source for AM6 SoC Family MCU Domain peripherals
44
*
5-
* Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/
5+
* Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/
66
*/
77

88
&cbass_mcu {

arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Device Tree Source for AM6 SoC Family Wakeup Domain peripherals
44
*
5-
* Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/
5+
* Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/
66
*/
77

88
&cbass_wakeup {

arch/arm64/boot/dts/ti/k3-am65.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Device Tree Source for AM6 SoC Family
44
*
5-
* Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/
5+
* Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/
66
*/
77

88
#include <dt-bindings/gpio/gpio.h>

arch/arm64/boot/dts/ti/k3-am654-base-board.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/
3+
* Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/
44
*/
55

66
/dts-v1/;

arch/arm64/boot/dts/ti/k3-am654.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Device Tree Source for AM6 SoC family in Quad core configuration
44
*
5-
* Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/
5+
* Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/
66
*/
77

88
#include "k3-am65.dtsi"

arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
3+
* Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/
44
*/
55

66
/dts-v1/;

arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Device Tree Source for J721E SoC Family Main Domain peripherals
44
*
5-
* Copyright (C) 2016-2019 Texas Instruments Incorporated - http://www.ti.com/
5+
* Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/
66
*/
77

88
&cbass_main {

arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Device Tree Source for J721E SoC Family MCU/WAKEUP Domain peripherals
44
*
5-
* Copyright (C) 2016-2019 Texas Instruments Incorporated - http://www.ti.com/
5+
* Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/
66
*/
77

88
&cbass_mcu_wakeup {

0 commit comments

Comments
 (0)