9
0
Fork 0
barebox/arch/arm/boards/pcm038
Sascha Hauer 5f03074ea9 resource: store 'end' instead of 'size' in struct resource
Storing the size instead of the resource end in struct resource was
a mistake. 'size' ranges from 0 to UINT[32|64]_MAX + 1 which obviously
leads to problems. 'end' on the other hand will never exceed
UINT[32|64]_MAX. Also this way we can express a iomem region covering
the whole address space.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-07-01 08:18:53 +02:00
..
env ARM pcm038: Switch to new environment 2012-05-18 12:26:52 +02:00
Makefile PCM038: Initial PCM970 development board support 2012-05-13 11:12:43 +02:00
config.h move boards to arch/<architecure>/boards 2010-07-23 08:35:25 +02:00
lowlevel.c imx_nand_load_image: change all users to use barebox_image_size 2012-03-13 13:22:27 +01:00
pcm038.c PCM038: Remove now unused preset for SPI chipselect. 2012-05-16 19:20:33 +02:00
pcm038.dox PCM038: Update board description 2012-05-13 11:12:43 +02:00
pcm970.c resource: store 'end' instead of 'size' in struct resource 2012-07-01 08:18:53 +02:00
pll.h phyCORE-i.MX27: Keep frequency multiplier enabled to be able to do a warmstart 2011-08-25 11:59:24 +02:00