Re: [PATCH 1/1] sandbox: support CTRL-C processing in U-Boot

2020-09-19 Thread Simon Glass
Hi Heinrich, On Sat, 19 Sep 2020 at 12:07, Heinrich Schuchardt wrote: > > On 9/19/20 3:26 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Fri, 18 Sep 2020 at 22:19, Heinrich Schuchardt > > wrote: > >> > >> Am 19. September 2020 04:59:46 MESZ schrieb Simon Glass > >> : > >>> Hi Heinrich, > >

Re: [PATCH 1/1] sandbox: support CTRL-C processing in U-Boot

2020-09-19 Thread Heinrich Schuchardt
On 9/19/20 3:26 PM, Simon Glass wrote: > Hi Heinrich, > > On Fri, 18 Sep 2020 at 22:19, Heinrich Schuchardt wrote: >> >> Am 19. September 2020 04:59:46 MESZ schrieb Simon Glass : >>> Hi Heinrich, >>> >>> On Thu, 17 Sep 2020 at 12:04, Heinrich Schuchardt >>> wrote: Currently if SIGINT is

Re: [PATCH 1/1] sandbox: support CTRL-C processing in U-Boot

2020-09-19 Thread Simon Glass
Hi Heinrich, On Fri, 18 Sep 2020 at 22:19, Heinrich Schuchardt wrote: > > Am 19. September 2020 04:59:46 MESZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Thu, 17 Sep 2020 at 12:04, Heinrich Schuchardt > >wrote: > >> > >> Currently if SIGINT is received, it terminates U-Boot. This does not >

Re: [PATCH 1/1] sandbox: support CTRL-C processing in U-Boot

2020-09-18 Thread Heinrich Schuchardt
Am 19. September 2020 04:59:46 MESZ schrieb Simon Glass : >Hi Heinrich, > >On Thu, 17 Sep 2020 at 12:04, Heinrich Schuchardt >wrote: >> >> Currently if SIGINT is received, it terminates U-Boot. This does not >allow >> testing the handling of CTRL-C in U-Boot and in UEFI applications. >> It is espe

Re: [PATCH 1/1] sandbox: support CTRL-C processing in U-Boot

2020-09-18 Thread Simon Glass
Hi Heinrich, On Thu, 17 Sep 2020 at 12:04, Heinrich Schuchardt wrote: > > Currently if SIGINT is received, it terminates U-Boot. This does not allow > testing the handling of CTRL-C in U-Boot and in UEFI applications. > It is especially annoying when working with the 'mm' command. > > Let the ser

[PATCH 1/1] sandbox: support CTRL-C processing in U-Boot

2020-09-17 Thread Heinrich Schuchardt
Currently if SIGINT is received, it terminates U-Boot. This does not allow testing the handling of CTRL-C in U-Boot and in UEFI applications. It is especially annoying when working with the 'mm' command. Let the serial console driver provide character 0x03 if SIGINT occurs. We can still exit U-Boo

Re: [PATCH 1/1] sandbox: support CTRL-C processing in U-Boot

2020-07-27 Thread Simon Glass
Hi Heinrich, On Sat, 25 Jul 2020 at 09:05, Heinrich Schuchardt wrote: > > Currently if SIGINT is received, it terminates U-Boot. This does not allow > testing the handling of CTRL-C in U-Boot and in UEFI applications. > > Let the serial console driver provide character 0x03 if SIGINT occurs. We >

[PATCH 1/1] sandbox: support CTRL-C processing in U-Boot

2020-07-25 Thread Heinrich Schuchardt
Currently if SIGINT is received, it terminates U-Boot. This does not allow testing the handling of CTRL-C in U-Boot and in UEFI applications. Let the serial console driver provide character 0x03 if SIGINT occurs. We can still exit U-Boot using the poweroff command. Adjust the sandbox test_ctrl_c(