| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Ting Liu <ting.liu@freescale.com>
|
|
|
|
|
|
| |
fslmachine is too generic, use qoriq-ppc instead.
Signed-off-by: Ting Liu <b28495@freescale.com>
|
|
|
|
|
|
| |
partman binary was set to be stripped in source code
Signed-off-by: Ting Liu <b28495@freescale.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Ting Liu <ting.liu@freescale.com>
|
|
|
|
| |
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
|
|
|
|
| |
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
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>
|