Files
OpenCellular/src/include
Aaron Durbin 696c642afa cpu/x86: add limited runtime identity page mapping
When employing PAGING_IN_CACHE_AS_RAM more areas need to be
mapped in at runtime. Therefore, paging_identity_map_addr() is
added to support adding identity mappings. Because there are a
fixed amount of pages in cache-as-ram paging only the existing
paging structures can be used. As such that's a limitation on
what regions and length one can map. Using util/x86/x86_page_tables.go
to generate page tables will always populate all the page directory
pages. Therefore, 2MiB mappings are easy to map in.

BUG=b:72728953

Change-Id: Ibe33aa12972ff678d2e9b80874529380b4ce9fd7
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/25718
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-04-26 06:55:59 +00:00
..
2015-04-22 08:50:54 +02:00
2018-04-17 10:46:13 +00:00
2018-04-24 14:37:59 +00:00
2017-03-09 17:16:09 +01:00
2016-12-13 19:15:22 +01:00
2016-07-31 18:30:16 +02:00
2017-10-20 22:49:27 +00:00
2016-07-15 08:35:15 +02:00
2012-05-08 00:36:09 +02:00
2016-07-01 23:55:16 +02:00
2017-09-26 16:50:11 +00:00
2016-12-08 16:10:28 +01:00
2018-04-24 14:40:16 +00:00
2017-03-09 17:19:16 +01:00
2018-04-09 08:18:16 +00:00
2017-11-07 12:33:51 +00:00
2017-08-18 15:33:45 +00:00