Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 16b4c4a

Browse files
committed
v2.2.7
- important security updates - add support for IAR tools - add privileged boot code example - hexfive-conf @098e5a (v2.2.7+) - hexfive-kern-arm @993347 (v2.0.1)
1 parent 19b087a commit 16b4c4a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bsp/ATSAME70/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/home/cesare/hex-five/multizone-sdk-arm/bsp/STM32F767/boot
1+
../STM32F767/boot

bsp/EKRA6M3/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/home/cesare/hex-five/multizone-sdk-arm/bsp/STM32F767/boot
1+
../STM32F767/boot

bsp/GD32307/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/home/cesare/hex-five/multizone-sdk-arm/bsp/STM32F767/boot
1+
../STM32F767/boot

bsp/IMXRT1020/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/home/cesare/hex-five/multizone-sdk-arm/bsp/STM32F767/boot
1+
../STM32F767/boot

bsp/STM32F767/boot/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright(C) 2020 Hex Five Security, Inc. - All Rights Reserved
1+
# Copyright(C) 2023 Hex Five Security, Inc. - All Rights Reserved
22

33
TARGET := boot
44

@@ -13,7 +13,7 @@ CFLAGS += -ffunction-sections -fdata-sections -fomit-frame-pointer
1313
CFLAGS += -O0
1414
CFLAGS += -Wall
1515

16-
LDFLAGS += -T ../memory.lds -T ./linker.ld
16+
LDFLAGS += -T ../../$(BOARD)/memory.lds -T linker.ld
1717
LDFLAGS += -nostartfiles -nodefaultlibs -nostdlib
1818
LDFLAGS += -Xlinker --gc-sections
1919
LDFLAGS += -Wl,-Map,$(TARGET).map

0 commit comments

Comments
 (0)