diff --git a/ChangeLog b/ChangeLog index 91871e15aa..93a6332570 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11750,3 +11750,7 @@ the watchdog driver by calling the appropriate, MCU-specific driver configuration function from your board initialization logic (2016-05-18). + * i.MX6 Sabre-6Quad: Basic SMP NSH configuration is now working. But + this is probably only because the SMP NSH case does not stress the + logic. There are know outstanding SMP issues as noted in the + Sabre-6Quad README.txt file (2016-05-22). diff --git a/configs/sabre-6quad/README.txt b/configs/sabre-6quad/README.txt index 6999763c0a..5f691b3872 100644 --- a/configs/sabre-6quad/README.txt +++ b/configs/sabre-6quad/README.txt @@ -71,6 +71,10 @@ When more than one CPU is configured, then there are certain failures that appear to be stack corruption problem. See the open issues below under SMP. +2016-05-22: In a simple NSH case, SMP does not seem to be working. But there +are known SMP open issues so I assume if the tasking were stressed more there +would be additional failures. See the open issues below under SMP. + Platform Features =================