Re: [U-Boot] [PATCH v4 1/2] armv8: Support loading 32-bit OS in AArch32 execution state

2016-07-06 Thread york sun
On 07/03/2016 08:39 PM, Huan Wang wrote: >> On 30.06.16 09:16, Huan Wang wrote: >>> Hi, Alex, >>> > Am 15.06.2016 um 05:04 schrieb Huan Wang : > > Hi, Alex, > >>> On 06/08/2016 07:14 AM, Alison Wang wrote: >>> To support loading a 32-bit OS, the

Re: [U-Boot] [PATCH v4 1/2] armv8: Support loading 32-bit OS in AArch32 execution state

2016-07-03 Thread Huan Wang
> On 30.06.16 09:16, Huan Wang wrote: > > Hi, Alex, > > > >>> Am 15.06.2016 um 05:04 schrieb Huan Wang : > >>> > >>> Hi, Alex, > >>> > > On 06/08/2016 07:14 AM, Alison Wang wrote: > > To support loading a 32-bit OS, the execution state will change > > from > >

Re: [U-Boot] [PATCH v4 1/2] armv8: Support loading 32-bit OS in AArch32 execution state

2016-06-30 Thread Alexander Graf
On 30.06.16 09:16, Huan Wang wrote: > Hi, Alex, > >>> Am 15.06.2016 um 05:04 schrieb Huan Wang : >>> >>> Hi, Alex, >>> > On 06/08/2016 07:14 AM, Alison Wang wrote: > To support loading a 32-bit OS, the execution state will change from > AArch64 to AArch32 when

Re: [U-Boot] [PATCH v4 1/2] armv8: Support loading 32-bit OS in AArch32 execution state

2016-06-30 Thread Huan Wang
Hi, Alex, > > Am 15.06.2016 um 05:04 schrieb Huan Wang : > > > > Hi, Alex, > > > >>> On 06/08/2016 07:14 AM, Alison Wang wrote: > >>> To support loading a 32-bit OS, the execution state will change from > >>> AArch64 to AArch32 when jumping to kernel. > >>> > >>> The

Re: [U-Boot] [PATCH v4 1/2] armv8: Support loading 32-bit OS in AArch32 execution state

2016-06-15 Thread Huan Wang
> On 15.06.16 10:08, Huan Wang wrote: > >>> Am 15.06.2016 um 05:04 schrieb Huan Wang : > >>> > >>> Hi, Alex, > >>> > > On 06/08/2016 07:14 AM, Alison Wang wrote: > > To support loading a 32-bit OS, the execution state will change > > from > > AArch64 to AArch32

Re: [U-Boot] [PATCH v4 1/2] armv8: Support loading 32-bit OS in AArch32 execution state

2016-06-15 Thread Alexander Graf
On 15.06.16 10:08, Huan Wang wrote: >>> Am 15.06.2016 um 05:04 schrieb Huan Wang : >>> >>> Hi, Alex, >>> > On 06/08/2016 07:14 AM, Alison Wang wrote: > To support loading a 32-bit OS, the execution state will change from > AArch64 to AArch32 when jumping to

Re: [U-Boot] [PATCH v4 1/2] armv8: Support loading 32-bit OS in AArch32 execution state

2016-06-15 Thread Huan Wang
> > Am 15.06.2016 um 05:04 schrieb Huan Wang : > > > > Hi, Alex, > > > >>> On 06/08/2016 07:14 AM, Alison Wang wrote: > >>> To support loading a 32-bit OS, the execution state will change from > >>> AArch64 to AArch32 when jumping to kernel. > >>> > >>> The architecture

Re: [U-Boot] [PATCH v4 1/2] armv8: Support loading 32-bit OS in AArch32 execution state

2016-06-15 Thread Alexander Graf
> Am 15.06.2016 um 05:04 schrieb Huan Wang : > > Hi, Alex, > >>> On 06/08/2016 07:14 AM, Alison Wang wrote: >>> To support loading a 32-bit OS, the execution state will change from >>> AArch64 to AArch32 when jumping to kernel. >>> >>> The architecture information will be

Re: [U-Boot] [PATCH v4 1/2] armv8: Support loading 32-bit OS in AArch32 execution state

2016-06-15 Thread Alexander Graf
> Am 15.06.2016 um 05:04 schrieb Huan Wang : > > Hi, Alex, > >>> On 06/08/2016 07:14 AM, Alison Wang wrote: >>> To support loading a 32-bit OS, the execution state will change from >>> AArch64 to AArch32 when jumping to kernel. >>> >>> The architecture information will be

Re: [U-Boot] [PATCH v4 1/2] armv8: Support loading 32-bit OS in AArch32 execution state

2016-06-14 Thread Huan Wang
Hi, Alex, > On 06/08/2016 07:14 AM, Alison Wang wrote: > > To support loading a 32-bit OS, the execution state will change from > > AArch64 to AArch32 when jumping to kernel. > > > > The architecture information will be got through checking FIT > > image, then U-Boot will load 32-bit OS or 64-bit

Re: [U-Boot] [PATCH v4 1/2] armv8: Support loading 32-bit OS in AArch32 execution state

2016-06-08 Thread Alexander Graf
On 06/08/2016 07:14 AM, Alison Wang wrote: To support loading a 32-bit OS, the execution state will change from AArch64 to AArch32 when jumping to kernel. The architecture information will be got through checking FIT image, then U-Boot will load 32-bit OS or 64-bit OS automatically.

[U-Boot] [PATCH v4 1/2] armv8: Support loading 32-bit OS in AArch32 execution state

2016-06-07 Thread Alison Wang
To support loading a 32-bit OS, the execution state will change from AArch64 to AArch32 when jumping to kernel. The architecture information will be got through checking FIT image, then U-Boot will load 32-bit OS or 64-bit OS automatically. Signed-off-by: Ebony Zhu