From 8c7600687fa255ca767150abd9c9f2ab3a964a7a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 8 Sep 2014 11:05:05 -0600 Subject: [PATCH] Rename SAMA5D4-EK kernel configuration to knsh for consistency with naming for other platforms --- configs/sama5d4-ek/README.txt | 11 ++++++++--- configs/sama5d4-ek/{kernel => knsh}/Make.defs | 2 +- configs/sama5d4-ek/{kernel => knsh}/defconfig | 0 configs/sama5d4-ek/{kernel => knsh}/setenv.sh | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) rename configs/sama5d4-ek/{kernel => knsh}/Make.defs (99%) rename configs/sama5d4-ek/{kernel => knsh}/defconfig (100%) rename configs/sama5d4-ek/{kernel => knsh}/setenv.sh (98%) diff --git a/configs/sama5d4-ek/README.txt b/configs/sama5d4-ek/README.txt index d6954e3381..21609dab13 100644 --- a/configs/sama5d4-ek/README.txt +++ b/configs/sama5d4-ek/README.txt @@ -3527,7 +3527,7 @@ Configurations the description below and the section above entitled "Creating and Using DRAMBOOT" for more information elf: Demonstrates execution of ELF file from a file system. - kernel: A configuration used to test the SAMA5D kernel build + knsh: An NSH configuration used to test the SAMA5D kernel build configuration. Uses a tiny NSH configuration that runs at start time from a mounted file system. nsh: This is an NuttShell (NSH) configuration that supports extensive @@ -3727,8 +3727,8 @@ Configurations 2014-8-29: System call interface verified. - kernel: - A configuration used to test the SAMA5D kenel build configuration. + knsh: + An NSH configuration used to test the SAMA5D kenel build configuration. More to come... this is still a work in progress as of this writing. NOTES: @@ -3828,6 +3828,11 @@ Configurations 2014-9-4: The kernel works up to the point where the nsh 'init' is started from the file system then fails. This is good, however, because I do not yet have the file system in place yet. + 2014-9-4: I am seeing HSMCI read() failures while loading the ELF image + from the SD card. This seems odd since I have never seen other read() + failures with HSMCI (and, hence, this may be some issue unique to this + configuration). In any a event, this has stopped testing for the + moment. nsh: diff --git a/configs/sama5d4-ek/kernel/Make.defs b/configs/sama5d4-ek/knsh/Make.defs similarity index 99% rename from configs/sama5d4-ek/kernel/Make.defs rename to configs/sama5d4-ek/knsh/Make.defs index 88c4130f7e..3fbae56399 100644 --- a/configs/sama5d4-ek/kernel/Make.defs +++ b/configs/sama5d4-ek/knsh/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# configs/sama5d4-ek/kernel/Make.defs +# configs/sama5d4-ek/knsh/Make.defs # # Copyright (C) 2014 Gregory Nutt. All rights reserved. # Author: Gregory Nutt diff --git a/configs/sama5d4-ek/kernel/defconfig b/configs/sama5d4-ek/knsh/defconfig similarity index 100% rename from configs/sama5d4-ek/kernel/defconfig rename to configs/sama5d4-ek/knsh/defconfig diff --git a/configs/sama5d4-ek/kernel/setenv.sh b/configs/sama5d4-ek/knsh/setenv.sh similarity index 98% rename from configs/sama5d4-ek/kernel/setenv.sh rename to configs/sama5d4-ek/knsh/setenv.sh index d50ded2de3..7e1fc1a06e 100755 --- a/configs/sama5d4-ek/kernel/setenv.sh +++ b/configs/sama5d4-ek/knsh/setenv.sh @@ -1,5 +1,5 @@ #!/bin/bash -# configs/sama5d4-ek/kernel/setenv.sh +# configs/sama5d4-ek/knsh/setenv.sh # # Copyright (C) 2014 Gregory Nutt. All rights reserved. # Author: Gregory Nutt