SAMA5D4-EK: Add a configuration for testing the kernel build configuration (still a work in progress)

This commit is contained in:
Gregory Nutt
2014-08-31 11:08:49 -06:00
parent f15246ec6c
commit 9f86485f98
4 changed files with 1165 additions and 0 deletions
+23
View File
@@ -3526,6 +3526,8 @@ 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 kenel build
configuration.
nsh: This is an NuttShell (NSH) configuration that supports extensive
functionality as possible (unlike the minimal ramtest configuration).
See the detailed description below for a summary of the feature
@@ -3723,6 +3725,27 @@ Configurations
2014-8-29: System call interface verified.
kernel:
A configuration used to test the SAMA5D kenel build configuration. This configuration is based on the elf configuration. Primary differences in
the two configurations are noted below:
Build Setup -> Build Configuration -> Memory Organization
CONFIG_BUILD_KERNEL=y : Kernel build enabled
RTOS Features -> Tasks and Scheduling
CONFIG_INIT_FILEPATH=y : Start-up is via an ELF file
CONFIG_USER_INITPATH="/bin/init" : The location of the startup
RTOS Features -> System call support
CONFIG_SYS_RESERVED=5 : More reserved SYSCALLs
Memory Management
CONFIG_MM_KERNEL_HEAP=y : Enable a kernel heap
CONFIG_MM_KERNEL_HEAPSIZE=8192 : (temporary.. will change)
More to come... this is still a work in progress as of this writing.
Since this configuration is based on the ELF configuration, all of the notes for that configuration apply.
nsh:
This configuration directory provide the NuttShell (NSH). This is a