Revert "qemu_x86_tiny: don't use first megabyte at all"
This reverts commit d2b7261076
.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e980848ba7
commit
2480b39b59
5 changed files with 2 additions and 10 deletions
|
@ -9,7 +9,6 @@
|
|||
#include <mem.h>
|
||||
|
||||
#define DT_DRAM_SIZE DT_SIZE_K(8192)
|
||||
#define DT_DRAM_BASE 0
|
||||
|
||||
#include <ia32.dtsi>
|
||||
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
|
||||
#include <mem.h>
|
||||
|
||||
#ifndef DT_DRAM_BASE
|
||||
#define DT_DRAM_BASE 0
|
||||
#endif
|
||||
#ifndef DT_DRAM_SIZE
|
||||
#define DT_DRAM_SIZE DT_SIZE_K(4096)
|
||||
#endif
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#define DT_DRAM_BASE 0x100000
|
||||
#define DT_DRAM_SIZE DT_SIZE_K(128)
|
||||
#define DT_DRAM_SIZE DT_SIZE_K(2048)
|
||||
#include "qemu_x86.dts"
|
||||
|
|
|
@ -22,7 +22,4 @@ CONFIG_X86_PAE=n
|
|||
CONFIG_X86_COMMON_PAGE_TABLE=y
|
||||
CONFIG_X86_KPTI=n
|
||||
CONFIG_KERNEL_VM_SIZE=0x400000
|
||||
CONFIG_KERNEL_VM_BASE=0x0
|
||||
CONFIG_X86_MMU_PAGE_POOL_PAGES=0
|
||||
CONFIG_KERNEL_VM_OFFSET=0x100000
|
||||
CONFIG_X86_KERNEL_OFFSET=0
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
dram0: memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <DT_DRAM_BASE DT_DRAM_SIZE>;
|
||||
reg = <0x0 DT_DRAM_SIZE>;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue