Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2021-01-18 Thread Philippe Mathieu-Daudé
On 1/19/21 7:59 AM, Jiaxun Yang wrote: > On Tue, Jan 19, 2021, at 1:57 PM, Philippe Mathieu-Daudé wrote: >> On 1/18/21 5:54 PM, Alex Bennée wrote: >>> Philippe Mathieu-Daudé writes: On 1/12/21 3:07 AM, Jiaxun Yang wrote: > Test booting of PMON bootloader on loongson3-virt platform. >

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2021-01-18 Thread Jiaxun Yang
On Tue, Jan 19, 2021, at 1:57 PM, Philippe Mathieu-Daudé wrote: > On 1/18/21 5:54 PM, Alex Bennée wrote: > > Philippe Mathieu-Daudé writes: > >> On 1/12/21 3:07 AM, Jiaxun Yang wrote: > >>> Test booting of PMON bootloader on loongson3-virt platform. > >>> > >>> $ (venv)

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2021-01-18 Thread Philippe Mathieu-Daudé
On 1/18/21 5:54 PM, Alex Bennée wrote: > Philippe Mathieu-Daudé writes: >> On 1/12/21 3:07 AM, Jiaxun Yang wrote: >>> Test booting of PMON bootloader on loongson3-virt platform. >>> >>> $ (venv) AVOCADO_ALLOW_UNTRUSTED_CODE=1 \ >>> avocado --show=app,console \ >>> run -t

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2021-01-18 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Hi Jiaxun, Alex, > > On 1/12/21 3:07 AM, Jiaxun Yang wrote: >> Test booting of PMON bootloader on loongson3-virt platform. >> >> $ (venv) AVOCADO_ALLOW_UNTRUSTED_CODE=1 \ >> avocado --show=app,console \ >> run -t machine:loongson3-virt

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2021-01-13 Thread Philippe Mathieu-Daudé
On 1/12/21 3:05 PM, Wainer dos Santos Moschetta wrote: > Hi, > > On 1/11/21 11:07 PM, Jiaxun Yang wrote: >> Test booting of PMON bootloader on loongson3-virt platform. >> >> $ (venv) AVOCADO_ALLOW_UNTRUSTED_CODE=1 \ >> avocado --show=app,console \ >>    run -t machine:loongson3-virt

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2021-01-12 Thread Wainer dos Santos Moschetta
Hi, On 1/11/21 11:07 PM, Jiaxun Yang wrote: Test booting of PMON bootloader on loongson3-virt platform. $ (venv) AVOCADO_ALLOW_UNTRUSTED_CODE=1 \ avocado --show=app,console \ run -t machine:loongson3-virt tests/acceptance Fetching asset from

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2021-01-12 Thread Philippe Mathieu-Daudé
Hi Jiaxun, Alex, On 1/12/21 3:07 AM, Jiaxun Yang wrote: > Test booting of PMON bootloader on loongson3-virt platform. > > $ (venv) AVOCADO_ALLOW_UNTRUSTED_CODE=1 \ > avocado --show=app,console \ > run -t machine:loongson3-virt tests/acceptance > Fetching asset from >

[PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2021-01-11 Thread Jiaxun Yang
Test booting of PMON bootloader on loongson3-virt platform. $ (venv) AVOCADO_ALLOW_UNTRUSTED_CODE=1 \ avocado --show=app,console \ run -t machine:loongson3-virt tests/acceptance Fetching asset from tests/acceptance/machine_mips_loongson3v.py:MipsLoongson3v.test_pmon_serial_console JOB

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2020-12-21 Thread Jiaxun Yang
在 2020/12/21 下午11:34, Philippe Mathieu-Daudé 写道: On 12/21/20 1:51 PM, Huacai Chen wrote: Hi, Philippe, On Sat, Dec 19, 2020 at 4:51 AM Willian Rampazzo wrote: On 12/16/20 3:17 PM, Philippe Mathieu-Daudé wrote: Test the PMON firmware. As the firmware is not redistributable, it has to be

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2020-12-21 Thread Philippe Mathieu-Daudé
On 12/21/20 1:51 PM, Huacai Chen wrote: > Hi, Philippe, > > On Sat, Dec 19, 2020 at 4:51 AM Willian Rampazzo wrote: >> >> On 12/16/20 3:17 PM, Philippe Mathieu-Daudé wrote: >>> Test the PMON firmware. As the firmware is not redistributable, >>> it has to be downloaded manually first. Then it can

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2020-12-21 Thread Huacai Chen
Hi, Philippe, On Sat, Dec 19, 2020 at 4:51 AM Willian Rampazzo wrote: > > On 12/16/20 3:17 PM, Philippe Mathieu-Daudé wrote: > > Test the PMON firmware. As the firmware is not redistributable, > > it has to be downloaded manually first. Then it can be used by > > providing its path via the

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2020-12-18 Thread Willian Rampazzo
On 12/16/20 3:17 PM, Philippe Mathieu-Daudé wrote: Test the PMON firmware. As the firmware is not redistributable, it has to be downloaded manually first. Then it can be used by providing its path via the PMON_PATH environment variable: $ AVOCADO_ALLOW_UNTRUSTED_CODE=1 \

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2020-12-18 Thread Wainer dos Santos Moschetta
Hi, On 12/16/20 3:17 PM, Philippe Mathieu-Daudé wrote: Test the PMON firmware. As the firmware is not redistributable, it has to be downloaded manually first. Then it can be used by providing its path via the PMON_PATH environment variable: $ AVOCADO_ALLOW_UNTRUSTED_CODE=1 \

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2020-12-18 Thread Philippe Mathieu-Daudé
On 12/17/20 4:36 AM, Jiaxun Yang wrote: > 在 2020/12/17 上午2:17, Philippe Mathieu-Daudé 写道: >> Test the PMON firmware. As the firmware is not redistributable, >> it has to be downloaded manually first. Then it can be used by >> providing its path via the PMON_PATH environment variable: > > We have

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2020-12-17 Thread Jiaxun Yang
于 2020年12月17日 GMT+08:00 上午2:17:59, "Philippe Mathieu-Daudé" 写到: >Test the PMON firmware. As the firmware is not redistributable, >it has to be downloaded manually first. Then it can be used by >providing its path via the PMON_PATH environment variable: Well I have a distribution of PMON

Re: [PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2020-12-16 Thread Jiaxun Yang
在 2020/12/17 上午2:17, Philippe Mathieu-Daudé 写道: Test the PMON firmware. As the firmware is not redistributable, it has to be downloaded manually first. Then it can be used by providing its path via the PMON_PATH environment variable: We have a PMON port for loongson3-virt machine[1] and

[PATCH] tests/acceptance: Test PMON with Loongson-3A1000 CPU

2020-12-16 Thread Philippe Mathieu-Daudé
Test the PMON firmware. As the firmware is not redistributable, it has to be downloaded manually first. Then it can be used by providing its path via the PMON_PATH environment variable: $ AVOCADO_ALLOW_UNTRUSTED_CODE=1 \ PMON_PATH=/images/pmon \ avocado --show=app,console \ run -t