mbox series

[honister,0/9] arm-bsp/machine: Backport runfvp config for Corstone1000 and update runfvp script

Message ID 20220426123359.22873-1-harry.moulton@arm.com
Headers show
Series arm-bsp/machine: Backport runfvp config for Corstone1000 and update runfvp script | expand

Message

harry.moulton@arm.com April 26, 2022, 12:33 p.m. UTC
From: Harry Moulton <harry.moulton@arm.com>

These commits add the runfvp configuration for corstone1000 to Honister,
and patches for the runfvp script itself to fix issue with running cs1000.

Signed-off-by: Harry Moulton <harry.moulton@arm.com>

Harry Moulton (1):
  arm-bsp/machine: Add runfvp config for corstone1000

Ross Burton (8):
  runfvp: add an asyncio TODO
  runfvp: handle the fvp quitting before we kill it
  runfvp: don't hide output when using terminals
  runfvp: don't use f-string when there's no expressions
  runfvp: refactor terminal selection
  runfvp: fix undefined variable in terminal selection login
  runfvp: propagate the exit code correctly
  runfvp: check for telnet

 ci/corstone1000-fvp.yml                       |  1 +
 kas/corstone1000-fvp.yml                      |  7 ++
 .../conf/machine/corstone1000-fvp.conf        | 34 ++++++-
 scripts/runfvp                                | 98 ++++++++++++++-----
 4 files changed, 115 insertions(+), 25 deletions(-)

Comments

Jon Mason April 27, 2022, 11:48 p.m. UTC | #1
On Tue, 26 Apr 2022 13:33:50 +0100, harry.moulton@arm.com wrote:
> These commits add the runfvp configuration for corstone1000 to Honister,
> and patches for the runfvp script itself to fix issue with running cs1000.
> 
> Signed-off-by: Harry Moulton <harry.moulton@arm.com>
> 
> Harry Moulton (1):
>   arm-bsp/machine: Add runfvp config for corstone1000
> 
> [...]

Applied, thanks!

[1/9] arm-bsp/machine: Add runfvp config for corstone1000
      commit: 0ea4b2220f8463e8d46f1e13c3986aac213ffcba
[2/9] runfvp: add an asyncio TODO
      commit: cc1c99f53737bca1e503da4e08ba11e5b27d2ae5
[3/9] runfvp: handle the fvp quitting before we kill it
      commit: c72527d6a5c8be469136a4d5cde62d63283e11d9
[4/9] runfvp: don't hide output when using terminals
      commit: 55453024ee5cf5bcf396551e7de10c77d0cc3390
[5/9] runfvp: don't use f-string when there's no expressions
      commit: 5920774ada13e3f265913d17e6f44d56cb23ba26
[6/9] runfvp: refactor terminal selection
      commit: 0ffbe558a0bfe3aec7110cde7a25fbcadd91d01c
[7/9] runfvp: fix undefined variable in terminal selection login
      commit: 4b8aeb6edcc95fc747cdc8f56b3717830e6c9e5d
[8/9] runfvp: propagate the exit code correctly
      commit: 952e04cd581672ccaa3c9b58227af5b45bd1f870
[9/9] runfvp: check for telnet
      commit: 2623e69db362b357db45c343e6d504909552c2d5

Best regards,