summaryrefslogtreecommitdiff
path: root/trimslice/README.txt
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-01-22 12:42:30 -0700
committerStephen Warren <swarren@nvidia.com>2013-01-28 15:05:23 -0800
commitc8c2f3aa74f055db2bd7393dc01558b9b6575132 (patch)
tree49526c2809c5cf2d1b6d7ed690af3d09a4939af9 /trimslice/README.txt
parente3be58d1094d1f17d8a9e59807338877e08f6823 (diff)
downloadcbootimage-configs-c8c2f3aa74f055db2bd7393dc01558b9b6575132.tar.gz
Add Compulab TrimSlice configuration
This is based on CompuLab's own cbootimage scripts repo at git://gitorious.org/cbootimage/cbootimage-scripts.git Signed-off-by: Stephen Warren <swarren@nvidia.com> Change-Id: If83aa8e658e1853d253fd2bf760d48a642427c9c Reviewed-on: http://git-master/r/190071 Reviewed-by: Allen Martin <amartin@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Eric Brower <ebrower@nvidia.com>
Diffstat (limited to 'trimslice/README.txt')
-rw-r--r--trimslice/README.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/trimslice/README.txt b/trimslice/README.txt
new file mode 100644
index 0000000..6d9facd
--- /dev/null
+++ b/trimslice/README.txt
@@ -0,0 +1,25 @@
+The TrimSlice board is designed and sold by CompuLab, and is not an NVIDIA
+reference board. The configuration files here are graciously provided by
+CompuLab and relicensed with their permission for inclusion in this
+repository.
+
+The files in this directory were derived from CompuLab's repository,
+available at:
+
+git://gitorious.org/cbootimage/cbootimage-scripts.git
+
+The following repository also contains similar content:
+
+git://gitorious.org/cbootimage/cbootimage.git (branch trimslice)
+
+Changes made relative to cbootimage-scripts.git were:
+* Merged separate DDR and MMC, or DDR and SPI, config files into combined
+ files to simplify their usage, and added header variables such as Version,
+ BlockSize, etc.
+* Created image-generation config files.
+* Added OdmData, based on Compulab's U-Boot code, with debug UART value fixed
+ to be UART A not UART D.
+* Switched U-Boot load/entry address from 0x00e08000 to 0x00108000 to match
+ upstream U-Boot.
+* Set PreBctPadBlocks and Bctcopy for MMC, to match the recovery images
+ provided by Compulab.