diff options
author | Ruud Derwig | 2014-12-03 15:52:41 +0100 |
---|---|---|
committer | Vineet Gupta | 2015-06-25 06:00:21 +0530 |
commit | 2924cd18c434c79ee777dc63616a8505045d7509 (patch) | |
tree | af6d38f463b61b420199331823deb1ab920b9ea5 /arch/arc/plat-axs10x/axs10x.c | |
parent | 5fa2daaa8d8223d06fcdba171a7a668dc8e8b179 (diff) |
ARCv2: [vdk] dts files and defconfig for HS38 VDK
- CONFIG_ARC_UBOOT_SUPPORT to handle arguments passed in r0, r1, r2
- CONFIG_DEVTMPFS_MOUNT for mouting rootfs since it uses external cpio
for rootfs
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Ruud Derwig <rderwig@synopsys.com>
[vgupta: folded the Main baord DT files for smp/up into one]
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-axs10x/axs10x.c')
-rw-r--r-- | arch/arc/plat-axs10x/axs10x.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arc/plat-axs10x/axs10x.c b/arch/arc/plat-axs10x/axs10x.c index ad0a7ef84660..99f7da513a48 100644 --- a/arch/arc/plat-axs10x/axs10x.c +++ b/arch/arc/plat-axs10x/axs10x.c @@ -15,6 +15,8 @@ */ #include <linux/of_platform.h> + +#include <asm/asm-offsets.h> #include <asm/clk.h> #include <asm/io.h> #include <asm/mach_desc.h> @@ -473,4 +475,10 @@ MACHINE_START(AXS103, "axs103") #endif MACHINE_END +/* + * For the VDK OS-kit, to get the offset to pid and command fields + */ +char coware_swa_pid_offset[TASK_PID]; +char coware_swa_comm_offset[TASK_COMM]; + #endif /* CONFIG_AXS103 */ |