summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2013-04-08 14:58:27 -0700
committerAllen Martin <amartin@nvidia.com>2013-04-09 11:17:38 -0700
commitf536ef21b12d7b47281cb889b886ecad99cddf96 (patch)
treee52ba838c17672454e02ca381bee4119870e1820
parent8e0070a2a8e04e40683105e01945e3cd4631b062 (diff)
downloadnvidia-cbootimage-f536ef21b12d7b47281cb889b886ecad99cddf96.tar.gz
Move all source files to subdir "src"
This is in preparation for adding autotools support to help separate the source code from the build support files. Signed-off-by: Allen Martin <amartin@nvidia.com> Change-Id: I128c258db7bbf2c1adf34fbaad188ea7678b79ff Reviewed-on: http://git-master/r/217545 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--src/GNUmakefile (renamed from GNUmakefile)0
-rw-r--r--src/aes_ref.c (renamed from aes_ref.c)0
-rw-r--r--src/bct_dump.c (renamed from bct_dump.c)0
-rw-r--r--src/cbootimage.c (renamed from cbootimage.c)0
-rw-r--r--src/cbootimage.h (renamed from cbootimage.h)0
-rw-r--r--src/context.c (renamed from context.c)0
-rw-r--r--src/context.h (renamed from context.h)0
-rw-r--r--src/crypto.c (renamed from crypto.c)0
-rw-r--r--src/crypto.h (renamed from crypto.h)0
-rw-r--r--src/data_layout.c (renamed from data_layout.c)0
-rw-r--r--src/data_layout.h (renamed from data_layout.h)0
-rw-r--r--src/nvaes_ref.h (renamed from nvaes_ref.h)0
-rw-r--r--src/parse.c (renamed from parse.c)0
-rw-r--r--src/parse.h (renamed from parse.h)0
-rw-r--r--src/set.c (renamed from set.c)0
-rw-r--r--src/set.h (renamed from set.h)0
-rw-r--r--src/t114/nvbctlib_t114.c (renamed from t114/nvbctlib_t114.c)0
-rw-r--r--src/t114/nvboot_bct_t114.h (renamed from t114/nvboot_bct_t114.h)0
-rw-r--r--src/t114/nvboot_sdram_param_t114.h (renamed from t114/nvboot_sdram_param_t114.h)0
-rw-r--r--src/t114/parse_t114.c (renamed from t114/parse_t114.c)0
-rw-r--r--src/t20/nvbctlib_t20.c (renamed from t20/nvbctlib_t20.c)0
-rw-r--r--src/t20/nvboot_bct_t20.h (renamed from t20/nvboot_bct_t20.h)0
-rw-r--r--src/t20/nvboot_sdram_param_t20.h (renamed from t20/nvboot_sdram_param_t20.h)0
-rw-r--r--src/t20/parse_t20.c (renamed from t20/parse_t20.c)0
-rw-r--r--src/t30/nvbctlib_t30.c (renamed from t30/nvbctlib_t30.c)0
-rw-r--r--src/t30/nvboot_bct_t30.h (renamed from t30/nvboot_bct_t30.h)0
-rw-r--r--src/t30/nvboot_sdram_param_t30.h (renamed from t30/nvboot_sdram_param_t30.h)0
-rw-r--r--src/t30/parse_t30.c (renamed from t30/parse_t30.c)0
28 files changed, 0 insertions, 0 deletions
diff --git a/GNUmakefile b/src/GNUmakefile
index eb0b6b9..eb0b6b9 100644
--- a/GNUmakefile
+++ b/src/GNUmakefile
diff --git a/aes_ref.c b/src/aes_ref.c
index 4ae110f..4ae110f 100644
--- a/aes_ref.c
+++ b/src/aes_ref.c
diff --git a/bct_dump.c b/src/bct_dump.c
index dbef913..dbef913 100644
--- a/bct_dump.c
+++ b/src/bct_dump.c
diff --git a/cbootimage.c b/src/cbootimage.c
index 5ba39d5..5ba39d5 100644
--- a/cbootimage.c
+++ b/src/cbootimage.c
diff --git a/cbootimage.h b/src/cbootimage.h
index 2234af1..2234af1 100644
--- a/cbootimage.h
+++ b/src/cbootimage.h
diff --git a/context.c b/src/context.c
index 25b322f..25b322f 100644
--- a/context.c
+++ b/src/context.c
diff --git a/context.h b/src/context.h
index 6e72471..6e72471 100644
--- a/context.h
+++ b/src/context.h
diff --git a/crypto.c b/src/crypto.c
index 88de357..88de357 100644
--- a/crypto.c
+++ b/src/crypto.c
diff --git a/crypto.h b/src/crypto.h
index d7151e0..d7151e0 100644
--- a/crypto.h
+++ b/src/crypto.h
diff --git a/data_layout.c b/src/data_layout.c
index ae62126..ae62126 100644
--- a/data_layout.c
+++ b/src/data_layout.c
diff --git a/data_layout.h b/src/data_layout.h
index 9ee8267..9ee8267 100644
--- a/data_layout.h
+++ b/src/data_layout.h
diff --git a/nvaes_ref.h b/src/nvaes_ref.h
index 76bd6c3..76bd6c3 100644
--- a/nvaes_ref.h
+++ b/src/nvaes_ref.h
diff --git a/parse.c b/src/parse.c
index 464ee8f..464ee8f 100644
--- a/parse.c
+++ b/src/parse.c
diff --git a/parse.h b/src/parse.h
index 21a2c7c..21a2c7c 100644
--- a/parse.h
+++ b/src/parse.h
diff --git a/set.c b/src/set.c
index 08c9fb6..08c9fb6 100644
--- a/set.c
+++ b/src/set.c
diff --git a/set.h b/src/set.h
index 1515fcd..1515fcd 100644
--- a/set.h
+++ b/src/set.h
diff --git a/t114/nvbctlib_t114.c b/src/t114/nvbctlib_t114.c
index 9b11c76..9b11c76 100644
--- a/t114/nvbctlib_t114.c
+++ b/src/t114/nvbctlib_t114.c
diff --git a/t114/nvboot_bct_t114.h b/src/t114/nvboot_bct_t114.h
index d759803..d759803 100644
--- a/t114/nvboot_bct_t114.h
+++ b/src/t114/nvboot_bct_t114.h
diff --git a/t114/nvboot_sdram_param_t114.h b/src/t114/nvboot_sdram_param_t114.h
index 85b758f..85b758f 100644
--- a/t114/nvboot_sdram_param_t114.h
+++ b/src/t114/nvboot_sdram_param_t114.h
diff --git a/t114/parse_t114.c b/src/t114/parse_t114.c
index 81ac024..81ac024 100644
--- a/t114/parse_t114.c
+++ b/src/t114/parse_t114.c
diff --git a/t20/nvbctlib_t20.c b/src/t20/nvbctlib_t20.c
index c145d6d..c145d6d 100644
--- a/t20/nvbctlib_t20.c
+++ b/src/t20/nvbctlib_t20.c
diff --git a/t20/nvboot_bct_t20.h b/src/t20/nvboot_bct_t20.h
index 8585cdb..8585cdb 100644
--- a/t20/nvboot_bct_t20.h
+++ b/src/t20/nvboot_bct_t20.h
diff --git a/t20/nvboot_sdram_param_t20.h b/src/t20/nvboot_sdram_param_t20.h
index 2c385d5..2c385d5 100644
--- a/t20/nvboot_sdram_param_t20.h
+++ b/src/t20/nvboot_sdram_param_t20.h
diff --git a/t20/parse_t20.c b/src/t20/parse_t20.c
index 5032575..5032575 100644
--- a/t20/parse_t20.c
+++ b/src/t20/parse_t20.c
diff --git a/t30/nvbctlib_t30.c b/src/t30/nvbctlib_t30.c
index 59b0246..59b0246 100644
--- a/t30/nvbctlib_t30.c
+++ b/src/t30/nvbctlib_t30.c
diff --git a/t30/nvboot_bct_t30.h b/src/t30/nvboot_bct_t30.h
index 39c998e..39c998e 100644
--- a/t30/nvboot_bct_t30.h
+++ b/src/t30/nvboot_bct_t30.h
diff --git a/t30/nvboot_sdram_param_t30.h b/src/t30/nvboot_sdram_param_t30.h
index 18d77d7..18d77d7 100644
--- a/t30/nvboot_sdram_param_t30.h
+++ b/src/t30/nvboot_sdram_param_t30.h
diff --git a/t30/parse_t30.c b/src/t30/parse_t30.c
index 4715f39..4715f39 100644
--- a/t30/parse_t30.c
+++ b/src/t30/parse_t30.c