search for: midr

Displaying 10 results from an estimated 10 matches for "midr".

Did you mean: idr
2013 Jul 09
1
[PATCH V3] xen: arm: introduce Cortex-A7 support
Introduce Cortex-A7 with a scalable proc_info_list which including cpu id and cpu initialize function. In head.S, search cpu specific MIDR in procinfo and call such initialize function. Currently, support Cortex-A7 and Cortex-A15. Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com> --- changes since v2 1), define cpu_init function instead of assemble jump code in struct proc_info_list 2), add commit in look up proc info in asse...
2013 Oct 16
3
[PATCH] xen/arm: Add CPU ID for Broadcom Brahma-B15
From: Marc Carino <marc.ceeeee@gmail.com> Let Xen recognize the Broadcom Brahma-B15 CPU by adding the appropriate MIDR mask to the initialization phase. Further, ensure that the console output properly reports the CPU manufacturer as "Broadcom Corporation". Signed-off-by: Marc Carino <marc.ceeeee@gmail.com> --- xen/arch/arm/arm32/proc-v7.S | 8 ++++++++ xen/arch/arm/setup.c | 1 + 2...
2012 Feb 07
1
Drive letter doesn't resolve to a path
I want to use an application which calls vlc to work with movie files. The errors are then: "VLC cannot open /home/md/D:\film" and "VLC cannot open MRL /home/md/D%3a%..." And where the logs of wine saved? I didn't find in /var/log
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 May 31
22
[PATCH 0/4] xen/arm: assemble support for Allwinner A31
These series patch enable Allwinner A31(code name sun6i) support in assemble. with these patches, the cpu 0 of sun6i SOC could successful boot into the c environment. Bamvor Jian Zhang (4): xen/arm: introduce Cortex-A7 support xen/arm: introduce Allwinner sun6i SOC basic support xen/arm: enable early printk for sun6i xen/arm: enable switch to hyper mode for sun6i xen/arch/arm/Rules.mk
2013 Nov 06
0
[PATCH v5 5/6] xen/arm: Implement hypercall for dirty page tracing
...rom the virtual * timer. The interrupt needs to be injected into the guest. */ virt_timer_restore(n); @@ -509,11 +515,19 @@ int arch_domain_create(struct domain *d, unsigned int domcr_flags) /* Default the virtual ID to match the physical */ d->arch.vpidr = boot_cpu_data.midr.bits; + /* init for dirty-page tracing */ + d->arch.dirty.count = 0; + d->arch.dirty.mode = 0; + spin_lock_init(&d->arch.dirty.lock); + d->arch.dirty.second_lvl_start = 0; d->arch.dirty.second_lvl_end = 0; d->arch.dirty.second_lvl[0] = NUL...
2017 Dec 14
2
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
...nterrupts-121, 1* [0001.324] Interrupts Init done [0001.327] calling constructors [0001.331] initializing heap [0001.333] initializing threads [0001.336] initializing timers [0001.339] creating bootstrap completion thread [0001.344] top of bootstrap2() [0001.347] CPU: ARM Cortex A57 [0001.350] CPU: MIDR: 0x411FD073, MPIDR: 0x80000100 [0001.355] initializing platform [0001.358] I> Boot-device: eMMC [0001.362] I> odm data is 1090000 [0001.365] I> Reading GPT from 512 for device 00000003 [0001.371] I> Reading GPT from 8388096 for device 00000003 [0001.377] I> Found 6 partitions in 0000...
2017 Dec 21
2
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
...nterrupts-121, 1* [0001.304] Interrupts Init done [0001.307] calling constructors [0001.310] initializing heap [0001.313] initializing threads [0001.316] initializing timers [0001.319] creating bootstrap completion thread [0001.323] top of bootstrap2() [0001.327] CPU: ARM Cortex A57 [0001.330] CPU: MIDR: 0x411FD073, MPIDR: 0x80000100 [0001.335] initializing platform [0001.338] I> Boot-device: eMMC [0001.341] I> odm data is 1090000 [0001.345] I> Reading GPT from 512 for device 00000003 [0001.350] I> Reading GPT from 8388096 for device 00000003 [0001.357] I> Found 6 partitions in 0000...
2017 Dec 21
1
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
...nterrupts-121, 1* [0001.300] Interrupts Init done [0001.304] calling constructors [0001.307] initializing heap [0001.309] initializing threads [0001.312] initializing timers [0001.316] creating bootstrap completion thread [0001.320] top of bootstrap2() [0001.323] CPU: ARM Cortex A57 [0001.326] CPU: MIDR: 0x411FD073, MPIDR: 0x80000100 [0001.331] initializing platform [0001.335] I> Boot-device: eMMC [0001.338] I> odm data is 1090000 [0001.341] I> Reading GPT from 512 for device 00000003 [0001.347] I> Reading GPT from 8388096 for device 00000003 [0001.353] I> Found 6 partitions in 0000...
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