Re: [PATCH v3 04/10] ARM: add file for HYP mode related setup

2018-04-11 Thread Sascha Hauer
On Tue, Apr 10, 2018 at 12:53:32PM +0200, Lucas Stach wrote: > Am Donnerstag, den 05.04.2018, 09:54 +0200 schrieb Sascha Hauer: > > On Mon, Mar 26, 2018 at 09:20:19PM +0200, Lucas Stach wrote: > > > This adds routines to add hyp mode vectors and switch back to HYP > > > mode from SVC. This is

Re: [PATCH v3 04/10] ARM: add file for HYP mode related setup

2018-04-10 Thread Lucas Stach
Am Donnerstag, den 05.04.2018, 09:54 +0200 schrieb Sascha Hauer: > On Mon, Mar 26, 2018 at 09:20:19PM +0200, Lucas Stach wrote: > > This adds routines to add hyp mode vectors and switch back to HYP > > mode from SVC. This is needed in both the PBL and Barebox proper. > > > > > > Signed-off-by:

Re: [PATCH v3 04/10] ARM: add file for HYP mode related setup

2018-04-05 Thread Sascha Hauer
On Mon, Mar 26, 2018 at 09:20:19PM +0200, Lucas Stach wrote: > This adds routines to add hyp mode vectors and switch back to HYP > mode from SVC. This is needed in both the PBL and Barebox proper. > > Signed-off-by: Lucas Stach > Tested-by: Roland Hieber

Re: [PATCH v3 04/10] ARM: add file for HYP mode related setup

2018-04-05 Thread Sascha Hauer
On Mon, Mar 26, 2018 at 09:20:19PM +0200, Lucas Stach wrote: > This adds routines to add hyp mode vectors and switch back to HYP > mode from SVC. This is needed in both the PBL and Barebox proper. > > Signed-off-by: Lucas Stach > Tested-by: Roland Hieber

Re: [PATCH v3 04/10] ARM: add file for HYP mode related setup

2018-04-05 Thread Sascha Hauer
On Mon, Mar 26, 2018 at 09:20:19PM +0200, Lucas Stach wrote: > This adds routines to add hyp mode vectors and switch back to HYP > mode from SVC. This is needed in both the PBL and Barebox proper. > > Signed-off-by: Lucas Stach > Tested-by: Roland Hieber

[PATCH v3 04/10] ARM: add file for HYP mode related setup

2018-03-26 Thread Lucas Stach
This adds routines to add hyp mode vectors and switch back to HYP mode from SVC. This is needed in both the PBL and Barebox proper. Signed-off-by: Lucas Stach Tested-by: Roland Hieber --- v3: - fix whitespace - use __BARE_INIT ---