summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2013-07-31 11:24:46 -0700
committerAllen Martin <amartin@nvidia.com>2013-09-20 13:02:51 -0700
commit00609580b6525bd407b1825c7df68eff900f95d9 (patch)
tree50c0b265edb0e7a5af6b212f3e555198d400b017
parentdd1b4bcbf2276093417c05255f72be3fe6078d0e (diff)
downloadtegrarcm-00609580b6525bd407b1825c7df68eff900f95d9.tar.gz
tegrarcm: Bump version to 1.5v1.5
Update README with change log for version 1.5, and bump version number. Signed-off-by: Allen Martin <amartin@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--README4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 4dde32b..764aecf 100644
--- a/README
+++ b/README
@@ -56,6 +56,10 @@ u-boot.bin sent successfully
Changes (see git logs for complete list):
+V1.5 - Added support for RCM protocol version 40
+ - Added Tegra124 support
+ - Added support for readbct command
+ - Added support for passing in miniloader from a file
V1.4 - Added --version command
- Updated T114 miniloader to fix SPI boot problem
- Added --help command to man page
diff --git a/configure.ac b/configure.ac
index 487666a..19285c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
-AC_INIT([tegrarcm], [1.4], [amartin@nvidia.com])
+AC_INIT([tegrarcm], [1.5], [amartin@nvidia.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])