Re: [PATCH] uboot-lantiq: fix out of bounds cache invalidate

2021-11-11 Thread Daniel Schwierzeck
Am Mittwoch, dem 10.11.2021 um 21:59 +0100 schrieb Mathias Kresin: > 11/3/21 2:43 PM, Daniel Schwierzeck: > > Am Dienstag, dem 02.11.2021 um 23:35 +0100 schrieb Mathias Kresin: > > > If u-boot is compiled with gcc 10+ the relevant part of the > > > memory is > > > used as following: > > > > > > va

Re: [PATCH] uboot-lantiq: fix out of bounds cache invalidate

2021-11-10 Thread Mathias Kresin
11/3/21 2:43 PM, Daniel Schwierzeck: Am Dienstag, dem 02.11.2021 um 23:35 +0100 schrieb Mathias Kresin: If u-boot is compiled with gcc 10+ the relevant part of the memory is used as following: variable BootFile is at address: 0x83ffe4ec variable data is at address: 0x83ffdee2 variable data

Re: [PATCH] uboot-lantiq: fix out of bounds cache invalidate

2021-11-03 Thread Daniel Schwierzeck
Am Dienstag, dem 02.11.2021 um 23:35 +0100 schrieb Mathias Kresin: > If u-boot is compiled with gcc 10+ the relevant part of the memory is > used as following: > > variable BootFile is at address: 0x83ffe4ec > variable data is at address: 0x83ffdee2 > variable data has len: 0x600 >

[PATCH] uboot-lantiq: fix out of bounds cache invalidate

2021-11-02 Thread Mathias Kresin
If u-boot is compiled with gcc 10+ the relevant part of the memory is used as following: variable BootFile is at address: 0x83ffe4ec variable data is at address: 0x83ffdee2 variable data has len: 0x600 Within invalidate_dcache_range() the cache covering the data variable should be i