]> code.ossystems Code Review - meta-freescale.git/commitdiff
hypervisor: update to v1.3-009 release
authorTing Liu <b28495@freescale.com>
Sat, 14 Jun 2014 03:55:54 +0000 (11:55 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Tue, 8 Jul 2014 10:14:47 +0000 (18:14 +0800)
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@freescale.com>
meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb

index 14aaedf34bfffd69042bdb340d16ab1f1f9caed0..2fc2f25e9bcb88bde71c20ad8fea4517f6956253 100644 (file)
@@ -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"