Displaying 20 results from an estimated 23 matches for "pl011".
2013 May 24
10
[PATCH 0/4] ARM/early-printk: Improve reusability and add Calxeda support
...alue
arm/early-printk: allow skipping of UART init
arm/early-printk: move UART base address to Rules.mk
arm/early-printk: add Calxeda Midway UART support
xen/arch/arm/Rules.mk | 13 +++++++++++++
xen/arch/arm/arm32/debug-exynos4210.inc | 6 ++----
xen/arch/arm/arm32/debug-pl011.inc | 6 ++----
xen/arch/arm/arm32/head.S | 2 ++
xen/arch/arm/arm64/debug-pl011.inc | 6 ++----
xen/arch/arm/arm64/head.S | 2 ++
6 files changed, 23 insertions(+), 12 deletions(-)
--
1.7.12.1
2013 Aug 27
1
[PATCH] drivers/char: pl011: Enable receive timeout interrupt
The commit 874f76a "PL011: fix reverse logic for interrupt mask register"
introduced regression on the Versatile Express. The board didn''t receive
correctly input.
The timeout interrupt may be asserted when the FIFO is not empty, and no futher
data is received over a 32-bit period.
Signed-off-by: Julien Gral...
2013 Aug 28
1
[PATCH] Fix compilation on ARM
...drivers were not modified thus breaking the compilation.
Reported-by: Julien Grall <julien.grall@linaro.org>
Signed-off-by: Tomasz Wroblewski <tomasz.wroblewski@citrix.com>
---
xen/drivers/char/exynos4210-uart.c | 2 +-
xen/drivers/char/omap-uart.c | 2 +-
xen/drivers/char/pl011.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xen/drivers/char/exynos4210-uart.c b/xen/drivers/char/exynos4210-uart.c
index 9b34f92..b297ed4 100644
--- a/xen/drivers/char/exynos4210-uart.c
+++ b/xen/drivers/char/exynos4210-uart.c
@@ -221,7 +221,7 @@ static vo...
2013 Nov 29
15
Xen on ARMv8
Hi,
I want to try Xen on ARMv8 Simulator.
Can you please provide guidance?. I am looking for
information about sources, build and procedure to
launch Xen on ARMv8
Thanks & Regards
Vijay
2014 Feb 17
2
Problems with qemu-system-arm and isa-serial
...irt, I get this paramter added:
-device isa-serial
which causes Qemu to fail:
qemu-system-arm -M versatileab -device isa-serial \
-kernel vmlinuz-2.6.32-5-versatile
qemu-system-arm: -device isa-serial: No 'ISA' bus found for device 'isa-serial'
How can I instead have -device pl011, or just have the default
devices provided by qemu-system-arm, i.e. to prevent libvirt from
adding the -nodefaults switch?
Thank you!
--
Niccolo Rigacci - http://www.rigacci.net/
Campi Bisenzio - Firenze - Italy
Tel. Office: +39-055-9331021, Mobile: +39-327-5619352
2014 Feb 18
3
Re: Problems with qemu-system-arm and isa-serial
...causes Qemu to fail:
> >
> > qemu-system-arm -M versatileab -device isa-serial \
> > -kernel vmlinuz-2.6.32-5-versatile
> > qemu-system-arm: -device isa-serial: No 'ISA' bus found for device 'isa-serial'
> >
> > How can I instead have -device pl011, or just have the default
> > devices provided by qemu-system-arm, i.e. to prevent libvirt from
> > adding the -nodefaults switch?
> >
>
> libvirt adds -nodefault and similar options (and has to add them)
> because otherwise there are devices which libvirt doesn't kno...
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
2014 Feb 18
0
Re: Problems with qemu-system-arm and isa-serial
...d this option yet.
> which causes Qemu to fail:
>
> qemu-system-arm -M versatileab -device isa-serial \
> -kernel vmlinuz-2.6.32-5-versatile
> qemu-system-arm: -device isa-serial: No 'ISA' bus found for device 'isa-serial'
>
> How can I instead have -device pl011, or just have the default
> devices provided by qemu-system-arm, i.e. to prevent libvirt from
> adding the -nodefaults switch?
>
libvirt adds -nodefault and similar options (and has to add them)
because otherwise there are devices which libvirt doesn't know of and
is thus unable to wo...
2014 Feb 18
0
Re: Problems with qemu-system-arm and isa-serial
...er-config -nodefaults \
-rtc base=utc -no-shutdown \
-kernel /home/kvm/armel/vmlinuz-2.6.32-5-versatile \
-initrd /home/kvm/armel/initrd.img-2.6.32-5-versatile \
-append "root=/dev/sda1 console=ttyAMA0" \
-device piix3-usb-uhci,id=usb,bus=pci,addr=0x1.0x2 \
-device pl011 \
-drive file=/home/kvm/armel/debian_squeeze_armel_standard.qcow2,if=scsi \
-device lsi \
-boot order=c \
-netdev tap,id=hostnet0,ifname=tap72,script=/home/kvm/armel/qemu-ifup \
-device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:00:03:72 \
-serial telnet::4000,server,nowai...
2020 Jan 06
2
Re: aarch64 vm doesn't boots
Greetings Andrea,
> Sent: Monday, January 06, 2020 at 11:37 AM
> From: "Andrea Bolognani" <abologna@redhat.com>
> To: daggs <daggs@gmx.com>, libvirt-users@redhat.com
> Subject: Re: [libvirt-users] aarch64 vm doesn't boots
>
> On Thu, 2019-12-26 at 09:00 +0100, daggs wrote:
> > Greetings,
> >
> > I'm trying to bring up a alpine rpi
2014 Feb 18
2
Re: Problems with qemu-system-arm and isa-serial
...-rtc base=utc -no-shutdown \
> -kernel /home/kvm/armel/vmlinuz-2.6.32-5-versatile \
> -initrd /home/kvm/armel/initrd.img-2.6.32-5-versatile \
> -append "root=/dev/sda1 console=ttyAMA0" \
> -device piix3-usb-uhci,id=usb,bus=pci,addr=0x1.0x2 \
> -device pl011 \
> -drive file=/home/kvm/armel/debian_squeeze_armel_standard.qcow2,if=scsi \
> -device lsi \
> -boot order=c \
> -netdev tap,id=hostnet0,ifname=tap72,script=/home/kvm/armel/qemu-ifup \
> -device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:00:03:72 \
> -se...
2020 Jan 07
0
Re: aarch64 vm doesn't boots
.../>
<address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
</interface>
<serial type='pty'>
<target type='system-serial' port='0'>
<model name='pl011'/>
</target>
</serial>
<console type='pty'>
<target type='serial' port='0'/>
</console>
<channel type='unix'>
<target type='virtio' name='org.qemu.guest_agent.0&...
2013 Aug 13
13
[PATCH v8 8/5] Add UART support and arch timer initialization for OMAP5
Since OMAP UART has a few distinct features than common 8250 UART, I
re-implemented its driver rather than porting it based on ns16550.c.
There are mainly two big differences between the implementations. First,
OMAP UART introduces the concept of register access mode, which divides
the register map into seperated space. Switching the access mode is then
necessary when configuring it. Second, THRE
2020 May 06
0
Fwd: GeForce(R) GT 710 1GB PCIE x 1 on arm64
...)
[ 1.074605] audit: type=2000 audit(0.244:1): state=initialized
audit_enabled=0 res=1
[ 1.075234] cpuidle: using governor menu
[ 1.075428] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 1.075577] ASID allocator initialised with 32768 entries
[ 1.076232] Serial: AMBA PL011 UART driver
[ 1.087732] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 1.087746] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 1.087755] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.087762] HugeTLB registered 64.0 KiB page size, pre-a...
2017 Dec 14
2
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
...0.014645] cpuidle: using governor menu
[ 0.014951] vdso: 2 pages (1 code @ 00000000d0f02166, 1 data @ 00000000b83b57a7)
[ 0.014958] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.015667] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.015869] Serial: AMBA PL011 UART driver
[ 0.021604] tegra-bpmp bpmp: firmware: c11dd04ae487c849cc552f8f702ed8
[ 0.956489] random: crng init done
[ 1.173598] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.173801] cryptd: max_cpu_qlen set to 1000
[ 1.174239] ACPI: Interpreter disabled.
[ 1.17...
2020 May 06
4
GeForce(R) GT 710 1GB PCIE x 1 on arm64
Hi to all.
I'm experimenting with running a
https://www.zotac.com/us/product/graphics_card/geforce%C2%AE-gt-710-1gb-pcie-x-1
card on an Nvidia Jetson TX2 arm64 device.
Possible?
Linux kernel aarch64 5.6.10.
Because Nvidia did not list drivers for this architecture, I'm
experimenting with a nouveau driver.
The Jetson TX2 has a default driver for the host1x framebuffer for output
from the
2017 Nov 21
2
GP10B regression
Thanks to Thierry for finding this - applying
index e14643615698..00eeaaffeae5 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2369,7 +2369,7 @@ nv13b_chipset = {
.imem = gk20a_instmem_new,
.ltc = gp100_ltc_new,
.mc = gp10b_mc_new,
- .mmu = gf100_mmu_new,
+ .mmu = gp10b_mmu_new,
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
...tmem
arm: header files
arm: bit manipulation, copy and division libraries
arm: entry.S and head.S
arm: domain
arm: domain_build
arm: driver for CoreLink GIC-400 Generic Interrupt Controller
arm: mmio handlers
arm: irq
arm: mm and p2m
arm: pl011 UART driver
arm: early setup code
arm: shutdown, smp and smpboot
arm: driver for the generic timer for ARMv7
arm: trap handlers
arm: vgic emulation
arm: vtimer
arm: makefiles
config/arm.mk | 18 +
tools/libxc/xc_dom_elfloader.c...
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
...tmem
arm: header files
arm: bit manipulation, copy and division libraries
arm: entry.S and head.S
arm: domain
arm: domain_build
arm: driver for CoreLink GIC-400 Generic Interrupt Controller
arm: mmio handlers
arm: irq
arm: mm and p2m
arm: pl011 UART driver
arm: early setup code
arm: shutdown, smp and smpboot
arm: driver for the generic timer for ARMv7
arm: trap handlers
arm: vgic emulation
arm: vtimer
config/arm.mk | 18 +
xen/arch/arm/Makefile...
2017 Dec 21
2
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
...0.014630] cpuidle: using governor menu
[ 0.014936] vdso: 2 pages (1 code @ 000000003bc0acf8, 1 data @ 00000000e823df22)
[ 0.014944] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.015648] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.015848] Serial: AMBA PL011 UART driver
[ 0.021451] tegra-bpmp bpmp: firmware: c11dd04ae487c849cc552f8f702ed8
[ 0.956453] random: crng init done
[ 1.174104] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.174283] cryptd: max_cpu_qlen set to 1000
[ 1.174716] ACPI: Interpreter disabled.
[ 1.17...