commit | 0219a0c16db743cd5bdbd4f04e30baca047faac6 | [log] [tgz] |
---|---|---|
author | Emmanuel Vadot <manu@freebsd.org> | Fri May 04 10:26:55 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Jun 03 15:27:20 2018 +0200 |
tree | 5b7d1a775f558b902d75b873ddd875a82ee8ed67 | |
parent | d3ea6b7dc7a9baccb71b28171c80c44fbc5a8c33 [diff] |
video: sunxi: de2: Reserve the fb region in the EFI memory map If compile with support for the efi loader we need to mark the pages allocated for the framebuffer as reserved so the kernel won't attempt to use them for other uses. Signed-off-by: Emmanuel Vadot <manu@freebsd.org> Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>