Re: [U-Boot] [PATCH v5 5/7] armv8: ls2080a: Declare spin tables as reserved for efi loader

2016-10-18 Thread york sun
On 10/17/2016 02:01 AM, Alexander Graf wrote: > > > On 15.10.16 18:57, york sun wrote: >> On 10/15/2016 03:03 AM, Alexander Graf wrote: >>> The efi loader code has its own memory map, so it needs to be aware where >>> the spin tables are located, to ensure that no code writes into those >>>

Re: [U-Boot] [PATCH v5 5/7] armv8: ls2080a: Declare spin tables as reserved for efi loader

2016-10-17 Thread Alexander Graf
On 15.10.16 18:57, york sun wrote: > On 10/15/2016 03:03 AM, Alexander Graf wrote: >> The efi loader code has its own memory map, so it needs to be aware where >> the spin tables are located, to ensure that no code writes into those >> regions. >> >> Signed-off-by: Alexander Graf

Re: [U-Boot] [PATCH v5 5/7] armv8: ls2080a: Declare spin tables as reserved for efi loader

2016-10-15 Thread york sun
On 10/15/2016 03:03 AM, Alexander Graf wrote: > The efi loader code has its own memory map, so it needs to be aware where > the spin tables are located, to ensure that no code writes into those > regions. > > Signed-off-by: Alexander Graf > --- >