search for: mode_switch

Displaying 11 results from an estimated 11 matches for "mode_switch".

2013 Aug 26
5
[RFC PATCH 0/2] GLOBAL() macro for asm code.
...lack a suitable cross compiler. However, the changes are just text replacement, so I dont expect any issues. The changes to {svm,vmx}/entry.S will conflict with Jan''s series "HVM: produce better binary code", which is why this patch is labled RFC. I also recall that arm{32,64}/mode_switch.S was in the middle of being played with, so might have issues there. The patchs are on top of current staging. Assuming the principle of the patches is fine, I dont mind in what order these get committed. I can rebase this series on top of shortly upcoming series, or if this gets in quickly, the...
2013 May 31
22
[PATCH 0/4] xen/arm: assemble support for Allwinner A31
...i xen/arm: enable switch to hyper mode for sun6i xen/arch/arm/Rules.mk | 5 ++++ xen/arch/arm/arm32/Makefile | 1 + xen/arch/arm/arm32/debug-sun6i.inc | 50 +++++++++++++++++++++++++++++++++++ xen/arch/arm/arm32/head.S | 11 ++++++++ xen/arch/arm/arm32/mode_switch.S | 13 +++++++-- xen/arch/arm/arm32/proc-ca7.S | 36 +++++++++++++++++++++++++ xen/include/asm-arm/platforms/sun6i.h | 28 ++++++++++++++++++++ xen/include/asm-arm/processor-ca7.h | 25 ++++++++++++++++++ 8 files changed, 167 insertions(+), 2 deletions(-) create mode 100644 xen/arc...
2007 Apr 30
0
[PATCH] Handle ISO_Level3_Shift keysym as AltGr in ioemu/vncfb
Hello, The modern (xkb) way of mapping the AltGr key (113) seems to be using the ISO_Level3_Shift keysym (0xFE03) instead of the obsolete Mode_switch keysym (0xFF7E). This patch let the "keysym to scancode" translator handle the ISO_Level3_Shift correctly, enabling the use of characters like ~#{[|`\^@]} on a french keyboard. Regards, Cédric diff -ur source/tools/ioemu/keymaps/modifiers build-tools/tools/ioemu/keymaps/modifiers ---...
2024 Mar 26
0
[ANNOUNCE] xorgproto 2024.1
...bj and DRI3FreeSyncobj Present: add PresentPixmapSynced Jos? Exp?sito (1): meson: add header paths to declare_dependency Mohamed Akram (1): keysymdef.h: add dead_hamza symbol Olivier Fourdan (1): xorgproto 2024.1 Pierre Le Marre (14): keysymdef.h: Fix typo for Mode_switch aliases keysymdef.h: Improve doc on deprecated keysyms keysymdef.h: Improve comment of two keysyms keysyms headers: Normalize keysyms value format & padding keysymdef.h: Normalize Unicode mappings keysyms headers: Make some aliases explicit Keysyms: Upd...
2012 Dec 13
0
[xen-unstable test] 14682: regressions - FAIL
...00 xen: get GIC addresses from DT Get the address of the GIC distributor, cpu, virtual and virtual cpu interfaces registers from device tree. Note: I couldn''t completely get rid of GIC_BASE_ADDRESS, GIC_DR_OFFSET and friends because we are using them from mode_switch.S, that is executed before device tree has been parsed. But at least mode_switch.S is known to contain vexpress specific code anyway. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-...
2013 Feb 14
12
[PATCH v7 0/5] xen: ARM HDLCD video driver
...r setup_pagetables xen/device_tree: introduce find_compatible_node xen/arm: introduce vexpress_syscfg xen/arm: introduce a driver for the ARM HDLCD controller xen/arch/arm/Makefile | 1 + xen/arch/arm/Rules.mk | 1 + xen/arch/arm/arm32/mode_switch.S | 2 +- xen/arch/arm/platforms/Makefile | 1 + xen/arch/arm/platforms/vexpress.c | 100 +++++++++++ xen/arch/arm/setup.c | 14 +- xen/common/device_tree.c | 56 ++++++- xen/common/page_alloc.c | 6 - xen/dr...
2013 Jul 09
1
[PATCH V3] xen: arm: introduce Cortex-A7 support
.../processor-ca7.h create mode 100644 xen/include/asm-arm/procinfo.h diff --git a/xen/arch/arm/arm32/Makefile b/xen/arch/arm/arm32/Makefile index b903803..18522dc 100644 --- a/xen/arch/arm/arm32/Makefile +++ b/xen/arch/arm/arm32/Makefile @@ -2,7 +2,7 @@ subdir-y += lib obj-y += entry.o obj-y += mode_switch.o -obj-y += proc-ca15.o +obj-y += proc-v7.o obj-y += traps.o obj-y += domain.o diff --git a/xen/arch/arm/arm32/asm-offsets.c b/xen/arch/arm/arm32/asm-offsets.c index 776c974..263fff3 100644 --- a/xen/arch/arm/arm32/asm-offsets.c +++ b/xen/arch/arm/arm32/asm-offsets.c @@ -11,6 +11,7 @@ #include...
2013 Feb 22
48
[PATCH v3 00/46] initial arm v8 (64-bit) support
This round implements all of the review comments from V2 and all patches are now acked. Unless there are any objections I intend to apply later this morning. Ian.
2013 Jan 23
132
[PATCH 00/45] initial arm v8 (64-bit) support
First off, Apologies for the massive patch series... This series boots a 32-bit dom0 kernel to a command prompt on an ARMv8 (AArch64) model. The kernel is the same one as I am currently using with the 32 bit hypervisor I haven''t yet tried starting a guest or anything super advanced like that ;-). Also there is not real support for 64-bit domains at all, although in one or two places I
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...otifications even Darwin: These changes are necessary, yet not sufficient, to get 8-bit indexed Darwin: Patch to avert (some) damage / rootless crashes, courtesy of Ken Thomases Darwin: Added a lightweight debugging facility to support troubleshooting Darwin: Disabled ALT_IS_MODE_SWITCH Darwin: Added some DEBUG_LOG sauce to the XP_EVENT handling code added missing call to xcb_connect() ALLOCATE_LOCAL is dangerous on Darwin due to memory layout differences fixed pathname in GL/apple/Makefile.am Just a couple of small uninitialized pointer fixes A...
2013 May 30
9
[PATCH v2 0/2] Implement VFP context switch for arm32
Hello, This is the second version of this patch series. I only implement the VPF context switch support for arm32 and add dummy function to avoid compilation on arm64. I have switched the order of the patch because the old second one can be applied alone and the patch are cleaner :). For all the changes see each patch. Cheers, Julien Grall (2): xen/arm: don''t enable VFP on XEN