summaryrefslogtreecommitdiffstats
path: root/recipes-virtualization/hypervisor
Commit message (Collapse)AuthorAgeFilesLines
* hypervisor: update to f23ac6dTing Liu2016-06-231-6/+6
| | | | | | | | | | | | | | | Changelog: f23ac6d Topaz v1.3-012 8d2b56e Implement a basic virtualized guts device 32e5797 Properly report store/load emulation for all cases 27303c7 Update device virtualization support fa9d1bd Topaz v1.3-011 9db437a update libos c29f210 Ensure L1 cache is properly enabled after cache flush 2f512f3 pamu: Support coalescing DMA sub-windows 92ca358 update libos Signed-off-by: Ting Liu <ting.liu@nxp.com>
* hypervisor: update to revision e17b3ecTing Liu2015-07-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* hypervisor: update to revision to 99b04d9Zhenhua Luo2015-01-071-2/+2
| | | | | | | | | | | | | | | This includes following fixes: 99b04d9 update libos 805227f ccf: add b4 ccf compatibles 1ed0f70 msi: Differentiate between mpic 4.3 and older ones 4a2ede1 Revert "t1040: workaround A-008007 erratum" The fixes in libos: 819bda2 Set error int irq index at init time de32355 Properly unmask error interrupts 955ddac Revert "t1040: workaround A-008007 erratum" Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* dtc: old SRC_URI died, changing to new working oneTing Liu2015-01-071-1/+1
| | | | Signed-off-by: Ting Liu <ting.liu@freescale.com>
* remove obsolete patchesTing Liu2014-07-231-39/+0
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* remove fslmachine MACHINEOVERRIDES usageTing Liu2014-07-151-1/+1
| | | | | | fslmachine is too generic, use qoriq-ppc instead. Signed-off-by: Ting Liu <b28495@freescale.com>
* hypervisor: skip already-stripped checkTing Liu2014-07-081-0/+1
| | | | | | partman binary was set to be stripped in source code Signed-off-by: Ting Liu <b28495@freescale.com>
* hypervisor: update to v1.3-009 releaseTing Liu2014-07-081-5/+3
| | | | | | | | | | | | | | | | | | | 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>
* hypervisor: use seperate folder for 32/64b outputTing Liu2014-07-081-11/+14
| | | | Signed-off-by: Ting Liu <ting.liu@freescale.com>
* hypervisor: update SHA for SDK T2080QDSZongchun Yu2014-02-131-0/+2
| | | | Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
* hypervisor: update SHA for SDK 1.5Zhenhua Luo2014-01-121-7/+6
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* hypervisor: fix sizeof-pointer-memaccess errorTing Liu2013-07-112-0/+40
| | | | | | | | | | | | | | | | | | | | Fix the below build error: | build: src/livetree.c | .../hypervisor/git-r3/git/src/devtree.c: In function 'read_intmap': | .../hypervisor/git-r3/git/src/devtree.c:1513:25: error: argument to | 'sizeof' in 'memset' call is the same expression as the destination; | did you mean to dereference it? [-Werror=sizeof-pointer-memaccess] | memset(ent, 0, sizeof(ent)); | ^ | cc1: all warnings being treated as errors | build: src/ipi_doorbell.c | make[1]: *** [bin/devtree.o] Error 1 | make[1]: *** Waiting for unfinished jobs.... | make[1]: Leaving directory `.../hypervisor/git-r3/git/output' | make: *** [all] Error 2 | ERROR: oe_runmake failed Signed-off-by: Ting Liu <b28495@freescale.com>
* change layout to follow oe-core guidelines of recipesTing Liu2013-07-102-0/+92
Follow the rules defined in: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes.txt recipes-bsp - Anything with links to specific hardware or hardware configuration information recipes-connectivity - Libraries and applications related to communication with other devices recipes-core - What's needed to build a basic working Linux image including commonly used dependencies recipes-devtools - Tools primarily used by the build system (but can also be used on targets) recipes-extended - Applications which whilst not essential add features compared to the alternatives in core. May be needed for full tool functionality or LSB compliance. recipes-gnome - All things related to the GTK+ application framework recipes-graphics - X and other graphically related system libraries recipes-kernel - The kernel and generic applications/libraries with strong kernel dependencies recipes-lsb4 - Recipes added for the sole purpose of supporting the Linux Standard Base (LSB) 4.x recipes-multimedia - Codecs and support utilties for audio, images and video recipes-rt - Provides package and image recipes for using and testing the PREEMPT_RT kernel recipes-qt - All things related to the Qt application framework recipes-sato - The Sato demo/reference UI/UX, its associated apps and configuration recipes-support - Recipes used by other recipes but that are not directly included in images recipes-dpaa - recipes related to fsl dpaa feature recipes-virtualization - recipes related to fsl virtualization feature Signed-off-by: Ting Liu <b28495@freescale.com>