ian c778aa7608 Add a new ARM kernel option, LOCORE_MAP_MB, to control the size of the
kernel VA mapping in the temporary page tables set up by locore-v6.S.

The number used to be hard-coded to 64MB, which is still the default if
the kernel option is not specified.  However, 64MB is insufficient for
using a large mdroot filesystem.  The hard-coded number can't be safely
increased because too large a number may run into memory-mapped IO space
on some SoCs that must not be mapped as ordinary memory.
2017-12-26 19:02:56 +00:00
..
2017-12-19 17:59:00 +00:00
2017-12-14 23:21:31 +00:00
2017-12-04 13:28:56 +00:00
2017-12-26 16:33:55 +00:00