aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCyril Bur <cyril.bur@au1.ibm.com>2015-03-12 17:42:06 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-03-17 17:58:03 +1100
commit672f26aeae18352e1fe8e4c7030cf1e338188487 (patch)
treea6f4cd3262216e7f2744e164bfa685cc48a87eb6 /.gitignore
parent5e10de0c32edc997407ef1911946f700e30ffd5e (diff)
downloadskiboot-672f26aeae18352e1fe8e4c7030cf1e338188487.zip
skiboot-672f26aeae18352e1fe8e4c7030cf1e338188487.tar.gz
skiboot-672f26aeae18352e1fe8e4c7030cf1e338188487.tar.bz2
libflash: Improved ECC interface
This patch is twofold. 1. Improves the low level ecc memcpy code to better specify that we're reading/writing buffers with ecc bytes. 2. Improves/creates the libflash interfaces for ecc. This patch also includes some tests Signed-off-by: Cyril Bur <cyril.bur@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d8e715e..9bff3ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,5 +49,6 @@ hw/ipmi/test/*-gcov
libc/test/run-time
libc/test/run-time-gcov
libflash/test/test-flash
+libflash/test/test-ecc
libflash/test/test-flash-gcov
test/hello_world/hello_kernel/hello_kernel