From: Ting Liu Date: Sat, 14 Jun 2014 03:55:54 +0000 (+0800) Subject: hypervisor: update to v1.3-009 release X-Git-Tag: 2.1~534^2~146 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ef3eea28c4973d35cd7edae935b245c001e5bd18;p=meta-freescale.git 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 --- diff --git a/meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb b/meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb index 14aaedf3..2fc2f25e 100644 --- a/meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb +++ b/meta-fsl-ppc/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"