[meta-freescale] [meta-fsl-ppc][PATCH v2 16/38] hypervisor: update to v1.3-009 release

ting.liu at freescale.com ting.liu at freescale.com
Thu Jul 3 02:42:30 PDT 2014


From: Ting Liu <b28495 at freescale.com>

v1.3-009 bug fixes and changes
  -introducing "fast tlb1 feature" - the performance of TLB1 emulation
   is significantly improved by implementing a shorter code path for
   non-IPROT TLB1 entries. This is particularly useful for guests
   making heavy use of tlb1, for example when using indirect tlb1 entries.
   The feature is controlled by a Kconfig  option and is enabled by default.
  -EPCR[DGTMI] (disable guest tlb management instructions) is now
   dynamically controlled
  -workaround A-006958 time-base erratum
  -workaround A-007907 l1 stash on e6500 erratum
  -workaround A-008007 t1040 pvr erratum
  -workaround A-00598 pamu erratum
  -workaround t1040 uart fifo erratum
  -other misc fixes

Signed-off-by: Ting Liu <b28495 at freescale.com>
---
 .../hypervisor/hypervisor_git.bb                   |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes-virtualization/hypervisor/hypervisor_git.bb b/recipes-virtualization/hypervisor/hypervisor_git.bb
index 14aaedf..2fc2f25 100644
--- a/recipes-virtualization/hypervisor/hypervisor_git.bb
+++ b/recipes-virtualization/hypervisor/hypervisor_git.bb
@@ -20,12 +20,10 @@ SRC_URI = " \
 	  "
 
 SRCREV_FORMAT="hypervisor"
-SRCREV = "acbde15272d46a80bcf4a00d7d18ca4a86e49c16"
-SRCREV_t2080qds = "2a430ebaa59841fdb49c0c87f8766cc2ef99123b"
-SRCREV_t2080qds-64b = "2a430ebaa59841fdb49c0c87f8766cc2ef99123b"
+SRCREV = "175984b6f07d9b407efc10b781cf6a05c2f3a24f"
 SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac"
-SRCREV_libos = "4691387e15be78d140142104f30b3f356281c46a"
-SRCREV_dtc = "033089f29099bdfd5c2d6986cdb9fd07b16cfde0"
+SRCREV_libos = "99b4fb59192412ddbad27196fd5617e61cff895d"
+SRCREV_dtc = "a6d55e039fd22048687fe061b4609e2807efe764"
 SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533"
 
 S = "${WORKDIR}/git"
-- 
1.7.9.7



More information about the meta-freescale mailing list