Re: [U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-08-13 Thread Alexander Graf
> On 12 Aug 2016, at 22:07, Simon Glass wrote: > > Hi Alex, > > On 12 August 2016 at 12:50, Alexander Graf wrote: >> >> >> On 12.08.16 19:21, Simon Glass wrote: >>> Hi Alex, >>> >>> On 11 August 2016 at 05:49, Alexander Graf wrote: On 08.08.16 23:44, Simon Glass wrote: >>>

Re: [U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-08-13 Thread Simon Glass
Hi Alex, On 12 August 2016 at 15:20, Alexander Graf wrote: > >> On 12 Aug 2016, at 22:07, Simon Glass wrote: >> >> Hi Alex, >> >> On 12 August 2016 at 12:50, Alexander Graf wrote: >>> >>> >>> On 12.08.16 19:21, Simon Glass wrote: Hi Alex, On 11 August 2016 at 05:49, Alexander Gra

Re: [U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-08-13 Thread Simon Glass
Hi Alex, On 12 August 2016 at 12:50, Alexander Graf wrote: > > > On 12.08.16 19:21, Simon Glass wrote: >> Hi Alex, >> >> On 11 August 2016 at 05:49, Alexander Graf wrote: >>> >>> >>> On 08.08.16 23:44, Simon Glass wrote: Hi, On 7 August 2016 at 10:59, Andreas Färber wrote: >

Re: [U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-08-13 Thread Alexander Graf
> On 13 Aug 2016, at 00:02, Simon Glass wrote: > > Hi Alex, > > On 12 August 2016 at 15:20, Alexander Graf wrote: >> >>> On 12 Aug 2016, at 22:07, Simon Glass wrote: >>> >>> Hi Alex, >>> >>> On 12 August 2016 at 12:50, Alexander Graf wrote: On 12.08.16 19:21, Simon Glass

Re: [U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-08-12 Thread Alexander Graf
On 12.08.16 19:21, Simon Glass wrote: > Hi Alex, > > On 11 August 2016 at 05:49, Alexander Graf wrote: >> >> >> On 08.08.16 23:44, Simon Glass wrote: >>> Hi, >>> >>> On 7 August 2016 at 10:59, Andreas Färber wrote: Am 14.07.2016 um 08:18 schrieb Alexander Graf: >> Am 14.07.2016 um 06:

Re: [U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-08-12 Thread Simon Glass
Hi Alex, On 11 August 2016 at 05:49, Alexander Graf wrote: > > > On 08.08.16 23:44, Simon Glass wrote: >> Hi, >> >> On 7 August 2016 at 10:59, Andreas Färber wrote: >>> Am 14.07.2016 um 08:18 schrieb Alexander Graf: > Am 14.07.2016 um 06:48 schrieb Andreas Färber : > > Hi Alex, >

Re: [U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-08-11 Thread Alexander Graf
On 08.08.16 23:44, Simon Glass wrote: > Hi, > > On 7 August 2016 at 10:59, Andreas Färber wrote: >> Am 14.07.2016 um 08:18 schrieb Alexander Graf: Am 14.07.2016 um 06:48 schrieb Andreas Färber : Hi Alex, > Am 05.06.2016 um 23:17 schrieb Alexander Graf: > If Linux fin

Re: [U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-08-08 Thread Simon Glass
Hi, On 7 August 2016 at 10:59, Andreas Färber wrote: > Am 14.07.2016 um 08:18 schrieb Alexander Graf: >>> Am 14.07.2016 um 06:48 schrieb Andreas Färber : >>> >>> Hi Alex, >>> Am 05.06.2016 um 23:17 schrieb Alexander Graf: If Linux finds an EFI implementation it always uses the EFI reset

Re: [U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-08-07 Thread Andreas Färber
Am 14.07.2016 um 08:18 schrieb Alexander Graf: >> Am 14.07.2016 um 06:48 schrieb Andreas Färber : >> >> Hi Alex, >> >>> Am 05.06.2016 um 23:17 schrieb Alexander Graf: >>> If Linux finds an EFI implementation it always uses the EFI reset handler to >>> reboot or power down the system. >> >> Hm, I th

Re: [U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-07-13 Thread Alexander Graf
> Am 14.07.2016 um 06:48 schrieb Andreas Färber : > > Hi Alex, > >> Am 05.06.2016 um 23:17 schrieb Alexander Graf: >> If Linux finds an EFI implementation it always uses the EFI reset handler to >> reboot or power down the system. > > Hm, I thought my powerdown issues on the Jetson TK1 were fo

Re: [U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-07-13 Thread Andreas Färber
Hi Alex, Am 05.06.2016 um 23:17 schrieb Alexander Graf: > If Linux finds an EFI implementation it always uses the EFI reset handler to > reboot or power down the system. Hm, I thought my powerdown issues on the Jetson TK1 were for lack of CONFIG_AS3277_RESET - sounds like it could be due to EFI i

[U-Boot] [PATCH 0/2] efi_loader: Implement reset on RPi

2016-06-05 Thread Alexander Graf
If Linux finds an EFI implementation it always uses the EFI reset handler to reboot or power down the system. Unfortunately we haven't implemented that one yet. In fact, while we prepared for RTS handling, we never actually implemented a single user. This is going to change today. This simple pat