Re: [U-Boot] [PATCH 01/15] sandbox: Unprotect DATA regions in bus tests

2018-10-17 Thread Simon Glass
Hi Alex, On 16 October 2018 at 08:48, Alexander Graf wrote: > > > > On 29.09.18 20:29, Simon Glass wrote: > > Hi Alex, > > > > On 23 September 2018 at 23:34, Alexander Graf wrote: > >> > >> > >> On 24.09.18 00:47, Simon Glass wrote: > >>> On my Ubuntu 18.04.1 machine two driver-model bus tests h

Re: [U-Boot] [PATCH 01/15] sandbox: Unprotect DATA regions in bus tests

2018-10-16 Thread Alexander Graf
On 29.09.18 20:29, Simon Glass wrote: > Hi Alex, > > On 23 September 2018 at 23:34, Alexander Graf wrote: >> >> >> On 24.09.18 00:47, Simon Glass wrote: >>> On my Ubuntu 18.04.1 machine two driver-model bus tests have started >>> failing recently. The problem appears to be that the DATA region

Re: [U-Boot] [PATCH 01/15] sandbox: Unprotect DATA regions in bus tests

2018-09-29 Thread Simon Glass
Hi Alex, On 23 September 2018 at 23:34, Alexander Graf wrote: > > > On 24.09.18 00:47, Simon Glass wrote: >> On my Ubuntu 18.04.1 machine two driver-model bus tests have started >> failing recently. The problem appears to be that the DATA region of the > > Are you sure it's .data and not .rodata?

Re: [U-Boot] [PATCH 01/15] sandbox: Unprotect DATA regions in bus tests

2018-09-23 Thread Alexander Graf
On 24.09.18 00:47, Simon Glass wrote: > On my Ubuntu 18.04.1 machine two driver-model bus tests have started > failing recently. The problem appears to be that the DATA region of the Are you sure it's .data and not .rodata? The linker script should really put all those lists into its own sectio

[U-Boot] [PATCH 01/15] sandbox: Unprotect DATA regions in bus tests

2018-09-23 Thread Simon Glass
On my Ubuntu 18.04.1 machine two driver-model bus tests have started failing recently. The problem appears to be that the DATA region of the executable is protected. This does not seem correct, but perhaps there is a reason. To work around it, unprotect the regions in these tests before accessing