search for: em_arm

Displaying 6 results from an estimated 6 matches for "em_arm".

Did you mean: _m_arm
2013 Feb 07
6
[Bug 2069] New: arm support for sandbox_seccomp_filter
https://bugzilla.mindrot.org/show_bug.cgi?id=2069 Bug ID: 2069 Summary: arm support for sandbox_seccomp_filter Classification: Unclassified Product: Portable OpenSSH Version: 6.1p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: sshd
2013 Apr 24
15
Bare-metal Xen on ARM boot
Hi, I was wondering if there is any documentation on how to write a bare metal application for Xen. I don''t need to parse the device tree and such yet, a simple booting "Hello World" would be fine :-) We wrote one and when trying to boot we get ( this was an uncompressed binary, no image): libxl: notice: libxl_numa.c:451:libxl__get_numa_candidate: NUMA placement failed,
2018 Jan 29
0
[lld] Garbage collection of linked sections with the SHF_LINK_ORDER flag
...re D is linked to C, and A == C, ICF should only merge A and C when linked sections B and D are equal too. Current implementation as you mentioned simply propogates the flag in a hacky way instead when target is ARM. And easy change for your case would be to remove "if (Config->EMachine == EM_ARM)" check at line https://github.com/llvm-mirror/lld/blob/master/ELF/ICF.cpp#L442 I believe. I do not know what way we would want to go here. +Rui and Rafael. George.
2013 Jun 26
24
Re: [XenARM] XEN tools for ARM with Virtualization Extensions
...wrote up some details of how I cross compile with Debian/Ubuntu at http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/CrossCompiling which includes lists of packages to install etc. > I also found that xc_dom_elfloader.c’s function, xc_dom_guest_type(), > did not know about the EM_ARM machine type. You shouldn't be hitting the elf loader paths, you should instead use the zImage version of the kernel which will hit the xc_dom_armzimageloader.c code paths. We did at one point in the very early days of the port support loading ELF files via a quick hack of a tool ("xcbui...
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See