Re: [U-Boot] [RFC] efi_loader: Handle 32-bit memory overflows

2016-04-13 Thread Alexander Graf
On 04/13/2016 01:26 PM, Andreas Färber wrote: Am 13.04.2016 um 07:50 schrieb Alexander Graf: Am 13.04.2016 um 05:24 schrieb Andreas Färber : jetson-tk1 has 2 GB of RAM at 0x8000, causing gd->ram_top to be zero. Handle this by replacing it with 0x1 in that case. Nice catch! Cc: Al

Re: [U-Boot] [RFC] efi_loader: Handle 32-bit memory overflows

2016-04-13 Thread Andreas Färber
Am 13.04.2016 um 07:50 schrieb Alexander Graf: >> Am 13.04.2016 um 05:24 schrieb Andreas Färber : >> >> jetson-tk1 has 2 GB of RAM at 0x8000, causing gd->ram_top to be zero. >> Handle this by replacing it with 0x1 in that case. > > Nice catch! > >> >> Cc: Alexander Graf >> Signed-off

Re: [U-Boot] [RFC] efi_loader: Handle 32-bit memory overflows

2016-04-12 Thread Alexander Graf
> Am 13.04.2016 um 05:24 schrieb Andreas Färber : > > jetson-tk1 has 2 GB of RAM at 0x8000, causing gd->ram_top to be zero. > Handle this by replacing it with 0x1 in that case. Nice catch! > > Cc: Alexander Graf > Signed-off-by: Andreas Färber > --- > lib/efi_loader/efi_memory.c