View Basic RTL ARM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From e2f8e650c0a70374daea61c118268b2c91bdda94 Mon Sep 17 00:00:00 2001 | |
From: Peng Fan <van.freenix@gmail.com> | |
Date: Tue, 23 Apr 2013 09:41:41 +0800 | |
Subject: [PATCH] ARM | |
--- | |
.gitignore | 4 +++ | |
libbsd/include/arch/arm/machine/elf_machdep.h | 5 +++ | |
main.c | 3 ++ | |
rtems.py | 4 ++- |
View ABS32 RTL ARM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 8651a91bc08545a2210385399bbef223cea51262 Mon Sep 17 00:00:00 2001 | |
From: Peng Fan <van.freenix@gmail.com> | |
Date: Thu, 25 Apr 2013 19:03:42 +0800 | |
Subject: [PATCH 2/3] abs32 for arm | |
--- | |
rtems.py | 11 ++++++++--- | |
rtl-mdreloc-arm.c | 6 +++--- | |
x-long-name-to-create-gnu-extension-in-archive.c | 6 ------ | |
xa.c | 3 ++- |
View loader for ARM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 2540825a297e9263a4b701bebcb78d81b4771360 Mon Sep 17 00:00:00 2001 | |
From: Peng Fan <van.freenix@gmail.com> | |
Date: Mon, 22 Apr 2013 10:45:48 +0800 | |
Subject: [PATCH] add arm sections support | |
--- | |
.gitignore | 1 + | |
elftoolchain/libelf/elf_data.c | 12 ++++++++++++ | |
2 files changed, 13 insertions(+) |
View Initial bsp for Tiny6410
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 8c77e2d3081ef9be29098525ecb3fc353306173d Mon Sep 17 00:00:00 2001 | |
From: Peng Fan <van.freenix@gmail.com> | |
Date: Sat, 27 Apr 2013 19:15:44 +0800 | |
Subject: [PATCH 2/2] Initial bsp for Tiny6410 | |
--- | |
c/src/lib/libbsp/arm/acinclude.m4 | 2 + | |
c/src/lib/libbsp/arm/tiny6410/Makefile.am | 62 ++++++ | |
c/src/lib/libbsp/arm/tiny6410/README | 39 ++++ | |
c/src/lib/libbsp/arm/tiny6410/bsp_specs | 13 ++ |
View RTL Loader for mips
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From fa4544466e266551b3f8f3afe98a9d468d18351f Mon Sep 17 00:00:00 2001 | |
From: Peng Fan <van.freenix@gmail.com> | |
Date: Mon, 29 Apr 2013 16:27:22 +0800 | |
Subject: [PATCH] 1st mips | |
--- | |
.gitignore | 1 + | |
a.sh | 6 + | |
b.sh | 5 + | |
c.sh | 5 + |
View RTL linker for mips
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 0f541ee952030aae37d2214cd26a09c61c6be16f Mon Sep 17 00:00:00 2001 | |
From: Peng Fan <van.freenix@gmail.com> | |
Date: Wed, 1 May 2013 13:09:11 +0800 | |
Subject: [PATCH] Arm && Mips | |
--- | |
.gitignore | 1 + | |
elftoolchain/libelf/elf_data.c | 26 ++++++++++++++++++++++++++ | |
rld-files.cpp | 3 ++- | |
rld-rap.cpp | 18 ++++++++++++++++-- |
View layout and rela
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From c680d5c27792cb7ca5460542b6b3dd08de38fe9b Mon Sep 17 00:00:00 2001 | |
From: Peng Fan <van.freenix@gmail.com> | |
Date: Mon, 13 May 2013 16:16:05 +0800 | |
Subject: [PATCH 5/5] modify-rela-related-problem and layout problem | |
--- | |
rld-rap.cpp | 15 +++++++++++++-- | |
1 file changed, 13 insertions(+), 2 deletions(-) | |
diff --git a/rld-rap.cpp b/rld-rap.cpp |
View 0001-initial-port-of-u-boot-caam-code.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From f6e25ec9d9a5cbf6b482cc7d8306b6dc9e42ac8f Mon Sep 17 00:00:00 2001 | |
From: Jangseop Shin <jsshin@sor.snu.ac.kr> | |
Date: Wed, 22 Feb 2017 18:20:08 +0900 | |
Subject: [PATCH 1/5] initial port of u-boot caam code | |
--- | |
core/arch/arm/plat-imx/caam_cmds.c | 37 ++ | |
core/arch/arm/plat-imx/caam_cmds.h | 8 + | |
core/arch/arm/plat-imx/clock.c | 32 ++ | |
core/arch/arm/plat-imx/clock.h | 72 +++ |
View ARM Support for loader
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 516531d199ec2302c0f932c61b9542a70492948b Mon Sep 17 00:00:00 2001 | |
From: Peng Fan <van.freenix@gmail.com> | |
Date: Sat, 4 May 2013 20:26:59 +0800 | |
Subject: [PATCH] ARM Support | |
--- | |
.gitignore | 4 + | |
Makefile | 8 + | |
bspinit.c | 2 + | |
libbsd/include/arch/arm/machine/elf_machdep.h | 25 ++ |
View gist:d73888d8273c43ea4a3b28fa668ca1d0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi | |
index 64aa38fd2b6e..41d6d1cc0fb1 100644 | |
--- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi | |
+++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi | |
@@ -4,6 +4,8 @@ | |
*/ | |
#include <dt-bindings/clock/imx8mm-clock.h> | |
+#include <dt-bindings/power/imx8mm-power.h> | |
+#include <dt-bindings/reset/imx8mq-reset.h> |
OlderNewer