summaryrefslogtreecommitdiff
path: root/VERSION
diff options
context:
space:
mode:
authorJeremy Compostella <jeremyx.compostella@intel.com>2011-10-24 16:45:08 +0200
committerPatrick Tjin <pattjin@google.com>2014-07-21 20:22:40 -0700
commit1a86f0aeb6fc921c58dfdf97bc7fa23c58ff65f3 (patch)
tree9bccd16108d420f4385f944d0aa8bb0bd0b81871 /VERSION
parent4c56e4505d7b0f66515667edd56ba49c84b63172 (diff)
downloadbootstub-1a86f0aeb6fc921c58dfdf97bc7fa23c58ff65f3.tar.gz
Bootstub: Increase the command line size in bootstub
BZ: 12336 Bootstub is currently allocated only 256 bytes for kernel boot command-line options. The Android kernel boot command line options is getting larger and with the current size of 256 bytes in size, it's not enough. This patch added to increase the allocation of the kernel boot command-line options to 1024 bytes in bootstub. Also, bump up the bootstub version to v1.2 Change-Id: Id8804359899ee1facb621de2cb8fd3c6ef4e14ad Signed-off-by: Jeremy Compostella <jeremyx.compostella@intel.com> Signed-off-by: Leonard Mai <leonard.mai@intel.com> Reviewed-on: http://android.intel.com:8080/22416 Reviewed-by: Du, Alek <alek.du@intel.com> Reviewed-by: Romieu, Benoit <benoit.romieu@intel.com> Tested-by: Seibel, Eric <eric.seibel@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION b/VERSION
index bfc9838..84ff079 100644
--- a/VERSION
+++ b/VERSION
@@ -1,3 +1,4 @@
+1.2 add support to "large" kernel command line. Oct 20, 2011
1.1 add cloverview support. Oct 6, 2011
1.0 fix alignment issue in SFI mmap searching. Oct 13, 2010
0.9 support medfield. Jun 9, 2010