summaryrefslogtreecommitdiffstats
path: root/recipes-virtualization
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-06-14 11:55:54 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-08 18:14:47 +0800
commite77571128d9969275c42175a102f22935c7c973c (patch)
tree560881b6aad65814d0ecbabae2442c9c21225717 /recipes-virtualization
parentd55edce9d9aa267e20429a69f6790b3ed74b5ee8 (diff)
downloadmeta-fsl-ppc-e77571128d9969275c42175a102f22935c7c973c.tar.gz
hypervisor: update to v1.3-009 release
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>
Diffstat (limited to 'recipes-virtualization')
-rw-r--r--recipes-virtualization/hypervisor/hypervisor_git.bb8
1 files 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 = " \
20 " 20 "
21 21
22SRCREV_FORMAT="hypervisor" 22SRCREV_FORMAT="hypervisor"
23SRCREV = "acbde15272d46a80bcf4a00d7d18ca4a86e49c16" 23SRCREV = "175984b6f07d9b407efc10b781cf6a05c2f3a24f"
24SRCREV_t2080qds = "2a430ebaa59841fdb49c0c87f8766cc2ef99123b"
25SRCREV_t2080qds-64b = "2a430ebaa59841fdb49c0c87f8766cc2ef99123b"
26SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac" 24SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac"
27SRCREV_libos = "4691387e15be78d140142104f30b3f356281c46a" 25SRCREV_libos = "99b4fb59192412ddbad27196fd5617e61cff895d"
28SRCREV_dtc = "033089f29099bdfd5c2d6986cdb9fd07b16cfde0" 26SRCREV_dtc = "a6d55e039fd22048687fe061b4609e2807efe764"
29SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533" 27SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533"
30 28
31S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"