Re: [PATCH 1/2] images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceeded

2019-03-07 Thread Ahmad Fatoum
On 3/7/19 8:32 AM, Sascha Hauer wrote: > On Mon, Mar 04, 2019 at 03:16:51PM +0100, Ahmad Fatoum wrote: >> Hello, >> >> On 19/2/19 13:10, Ahmad Fatoum wrote: >>> For platforms such as the at91, the boot ROM imposes an upper limit >>> on barebox file size. Prior to 5a1a5ed253 ("ARM: images: use

Re: [PATCH 1/2] images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceeded

2019-03-06 Thread Sascha Hauer
On Mon, Mar 04, 2019 at 03:16:51PM +0100, Ahmad Fatoum wrote: > Hello, > > On 19/2/19 13:10, Ahmad Fatoum wrote: > > For platforms such as the at91, the boot ROM imposes an upper limit > > on barebox file size. Prior to 5a1a5ed253 ("ARM: images: use piggydata"), > > BAREBOX_MAX_PBLX_SIZE seems

Re: [PATCH 1/2] images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceeded

2019-03-04 Thread Ahmad Fatoum
Hello, On 19/2/19 13:10, Ahmad Fatoum wrote: > For platforms such as the at91, the boot ROM imposes an upper limit > on barebox file size. Prior to 5a1a5ed253 ("ARM: images: use piggydata"), > BAREBOX_MAX_PBLX_SIZE seems to have been the way to go for limiting > the size of the final barebox

Re: [PATCH 1/2] images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceeded

2019-02-19 Thread Ahmad Fatoum
On 19/2/19 13:10, Ahmad Fatoum wrote: > 5a1a5ed253 ("ARM: images: use piggydata") Should've added a Fixes: 5a1a5ed253 ("ARM: images: use piggydata") as well. -- Pengutronix e.K. | | Industrial Linux Solutions |

[PATCH 1/2] images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceeded

2019-02-19 Thread Ahmad Fatoum
For platforms such as the at91, the boot ROM imposes an upper limit on barebox file size. Prior to 5a1a5ed253 ("ARM: images: use piggydata"), BAREBOX_MAX_PBLX_SIZE seems to have been the way to go for limiting the size of the final barebox binary when using the PBL. With pblx removed, this