summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 13:00:20 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-22 17:37:52 +0800
commit83fc57de72d8b901e3a86d5153699ecc20dfe8f2 (patch)
tree62a6cc4772cb791c6d2ca766e6d842cb530df67e
parentf60ef436641acf8011797893d130b90071cb934b (diff)
downloadmeta-fsl-ppc-83fc57de72d8b901e3a86d5153699ecc20dfe8f2.tar.gz
hypervisor: update to revision e17b3ec
This imports the following changes: e17b3ec update mux_server ad1da62 Topaz v1.3-010 fca5fef use proper type so that error check makes sense bf76b06 vmpic: fix a null pointer dereference aa8144a pamu: add some missing null pointer checks ced6d18 fix an allocation failure check 4721159 fix potential null pointer dereference 49fd127 don't dereference the pointer we've just checked for null 7559586 check for allocation failure 8ad329e check for invalid config-addr bootargs param 0af857a update libos b161371 handle error domain not found condition 516ecc1 change str(n)cpy calls to safe snprintf c2b7161 fix tlbc guest exploitable array out of bounds error bd9b01e fix fasttlb guest exploitable array out of bounds error 92e62c9 fix off-by-one error in error check ca38ad6 update libos 11edba9 fix an obvious null pointer dereference b5fc4da fix secondary gcpu spin-up for >=4GB guests bedf3f4 erratum A-008139 workaround 365e3ec update libos 745dafa test/nap: Replace open coded delays with existing api 4f7ed57 support basic "rcpm rev2" power management 500cfcc test: add support for ccm errors in ccf-lae test e817b00 test: add support for ccm errors in ccf-mint test e706b33 ccm: add error management support for ccm 701bcb3 ccm: add definitions for error registers 5f52d54 ccm: make version handling more generic Changes on its submodule libos: 2ff7649 don't bail out if pamu is already enabled ec6fc41 add check for max supported number of threads e0fa2c0 erratum A-008139 workaround c30279c workaround potential issue with default cpu features on MMUv2 70dec64 add ccm fields to platform error struct 5312dd7 correct error int unmasking condition Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-virtualization/hypervisor/hypervisor_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-virtualization/hypervisor/hypervisor_git.bb b/recipes-virtualization/hypervisor/hypervisor_git.bb
index 3a7f838..80ba635 100644
--- a/recipes-virtualization/hypervisor/hypervisor_git.bb
+++ b/recipes-virtualization/hypervisor/hypervisor_git.bb
@@ -20,9 +20,9 @@ SRC_URI = " \
20 " 20 "
21 21
22SRCREV_FORMAT="hypervisor" 22SRCREV_FORMAT="hypervisor"
23SRCREV = "99b04d937b944d57b2685b55584e982d8e36dd41" 23SRCREV = "e17b3ecbbdadebf7e31ba21134b689334da74e10"
24SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac" 24SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac"
25SRCREV_libos = "819bda2a913bc1f6afb43f5f2b026da5872866ea" 25SRCREV_libos = "2ff7649c8047dd0d2143acb4743c53e6e6ba4878"
26SRCREV_dtc = "a6d55e039fd22048687fe061b4609e2807efe764" 26SRCREV_dtc = "a6d55e039fd22048687fe061b4609e2807efe764"
27SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533" 27SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533"
28 28