diff --git a/Documentation/README.html b/Documentation/README.html
index 8a727506e44c220c95541c2fb835fb0931c9d00b..b014caecad54a84fd5d63646f7f031ae86b7b1af 100755
--- a/Documentation/README.html
+++ b/Documentation/README.html
@@ -47,6 +47,8 @@
  |   |   |- <a href="configs/c5471evm/include/README.txt">include/README.txt</a>
  |   |   |- <a href="configs/c5471evm/src/README.txt">src/README.txt</a>
  |   |   `- <a href="configs/c5471evm/README.txt"><b><i>README.txt</i></b></a>
+ |   |- demo9s12ne64/
+ |   |   `- <a href="configs/demo9s12ne64/README.txt"><b><i>README.txt</i></b></a>
  |   |- eagle100/
  |   |   |- <a href="configs/eagle100/include/README.txt">include/README.txt</a>
  |   |   |- <a href="configs/eagle100/src/README.txt">src/README.txt</a>
diff --git a/README.txt b/README.txt
index a32dde24aa45debaa0069d6822732c4a526cfed7..35e97ad68bafaaa154bf203f396ae6188f7f2e3e 100755
--- a/README.txt
+++ b/README.txt
@@ -138,6 +138,8 @@ Below is a guide to the available README files in the NuttX source tree:
  |   |   |- include/README.txt
  |   |   |- src/README.txt
  |   |   `- README.txt
+ |   |- demo0s12ne64/
+ |   |   `- README.txt
  |   |- eagle100/
  |   |   |- include/README.txt
  |   |   |- src/README.txt
diff --git a/arch/README.txt b/arch/README.txt
index 252153d3c313e341ce59661c98b989fab7ed3c46..0695a1459359cd1b0577cd2ddb4b32dcb5b8ee2b 100644
--- a/arch/README.txt
+++ b/arch/README.txt
@@ -183,6 +183,14 @@ arch/arm - ARM-based micro-controllers
         but no testing has been performed due to some problems I am having with my
         JTAG wiggler and OpenOCD on Linux.
 
+arch/hc
+    This directory is dedicated to ports to the Freescale HC family.
+
+    arch/arm/include/hcs12 and arch/arm/src/hcs12
+      These directories provide support for the Freescale m68hcs12 family.
+      STATUS:  Fragments of this port were released in nuttx-5.0, but porting effort
+      has been stalled because of higher priority tasks.
+
 arch/m68322
     A work in progress.
     STATUS:  Stalled for the moment.