[PATCH] MAINTAINERS: Update Radoslaw Biernacki email address

2020-05-12 Thread Radoslaw Biernacki
My Linaro account is no longer active and stop forwarding emails to me. Changing it to my current employer domain. Signed-off-by: Radoslaw Biernacki --- .mailmap| 1 + MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 6412067bde

Re: SBSA-REF maintainer email bouncing

2020-05-12 Thread Radoslaw Biernacki
t; > > > Radoslaw Biernacki is listed as maintainer for the SBSA-REF board. > > > > His radoslaw.bierna...@linaro.org email address no longer works, > > apparently "Radoslaw Biernacki no longer works for Linaro". > > That was probably technically the cas

Re: [Qemu-devel] [PATCH v9 0/2] Add Arm SBSA Reference Machine

2019-07-14 Thread Radoslaw Biernacki
If running full machine stack is an option, than I think that you will be able to use SBSA machine in your tests once we have all the FW images ready. But unfortunately we are not there yet. niedz., 14 lip 2019, 23:57 użytkownik Guenter Roeck napisał: > On 7/14/19 8:40 AM, Radoslaw Bierna

Re: [Qemu-devel] [PATCH v9 0/2] Add Arm SBSA Reference Machine

2019-07-14 Thread Radoslaw Biernacki
This machine is not ment for direct kernel boot. Is main purpose is development of FW, kernel and other HW/SW parts for SBSA. We are currently working on UEFI and ATF for this machine. It might be somehow possible to run kernel with DT but we do not support it at this moment. If all you want is to

Re: [Qemu-devel] [PATCH for-4.1] hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULL

2019-07-05 Thread Radoslaw Biernacki
On Fri, 5 Jul 2019 at 10:51, Philippe Mathieu-Daudé wrote: > On 7/4/19 4:20 PM, Peter Maydell wrote: > > In the virt machine, we support TrustZone being either present or > > absent, and so the code must deal with the secure_sysmem pointer > > possibly being NULL. In the sbsa-ref machine, TrustZo

Re: [Qemu-devel] [PATCH v9 0/2] Add Arm SBSA Reference Machine

2019-07-01 Thread Radoslaw Biernacki
s not have the bandwidth > to keep maintaining this platform once it's in. > > Unless I have misunderstood this (Hongbo, please confirm - we would > certainly love to have your help if you feel that you do have the > banwidth), could we please add Radek as a maintainer instead?: >

Re: [Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

2019-05-08 Thread Radoslaw Biernacki
On Wed, 8 May 2019 at 13:30, Hongbo Zhang wrote: > On Tue, 30 Apr 2019 at 22:17, Peter Maydell > wrote: > > > > On Thu, 18 Apr 2019 at 05:05, Hongbo Zhang > wrote: > > > > > > Following the previous patch, this patch adds peripheral devices to the > > > newly introduced SBSA-ref machine. > > >

Re: [Qemu-devel] [PATCH v6 1/2] hw/arm: Add arm SBSA reference machine, skeleton part

2019-04-04 Thread Radoslaw Biernacki
ch. >From fbc84e29b966f94a27fe84195987e6ba0c55c1bc Mon Sep 17 00:00:00 2001 From: Radoslaw Biernacki Date: Thu, 4 Apr 2019 14:41:21 +0700 Subject: [PATCH] Add 2nd secure uart Rebase of Fu Wei patch --- hw/arm/sbsa-ref.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hw/arm/sbsa-ref.c

Re: [Qemu-devel] [PATCH v4] hw/arm: Add arm SBSA reference machine

2019-01-31 Thread Radoslaw Biernacki
Hongbo, Take a look at last patch in: ssh:// g...@git.linaro.org/people/radoslaw.biernacki/qemu.git branch wip_rad_new_memmap On Wed, 30 Jan 2019 at 09:37, Ard Biesheuvel wrote: > On Wed, 30 Jan 2019 at 09:34, Hongbo Zhang > wrote: > > > > On Tue, 29 Jan 2019 at 19:29, Ard Biesheuvel > wrote: