commit | d8011768e6bdd0d9de5cc7bdbd3077b4b4fab8c7 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Wed Mar 21 16:02:57 2007 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Apr 27 13:44:14 2007 +0200 |
tree | 0d03566388d439edf87432424d4377dbfcbe053f | |
parent | 5539f59ac40473730806580f212c4eac6e769f01 [diff] |
[AVR32] Simplify early handling of memory regions Use struct resource to specify both physical memory regions and reserved regions and push everything into the same framework, including kernel code/data and initrd memory. This allows us to get rid of many special cases in the bootmem initialization and will also make it easier to implement more robust handling of framebuffer memory later. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>