Re: [PULL v3 3/7] hw/loongarch: Load FDT table into dram memory space

2022-11-08 Thread gaosong
在 2022/11/8 下午6:41, Richard Henderson 写道: On 11/5/22 14:28, Song Gao wrote: From: Xiaojuan Yang Load FDT table into dram memory space, and the addr is 2 MiB. Since lowmem region starts from 0, FDT base address is located at 2 MiB to avoid NULL pointer access. Signed-off-by: Xiaojuan Yang A

Re: [PULL v3 3/7] hw/loongarch: Load FDT table into dram memory space

2022-11-08 Thread Richard Henderson
On 11/5/22 14:28, Song Gao wrote: From: Xiaojuan Yang Load FDT table into dram memory space, and the addr is 2 MiB. Since lowmem region starts from 0, FDT base address is located at 2 MiB to avoid NULL pointer access. Signed-off-by: Xiaojuan Yang Acked-by: Song Gao Message-Id: <2022102801400

[PULL v3 3/7] hw/loongarch: Load FDT table into dram memory space

2022-11-04 Thread Song Gao
From: Xiaojuan Yang Load FDT table into dram memory space, and the addr is 2 MiB. Since lowmem region starts from 0, FDT base address is located at 2 MiB to avoid NULL pointer access. Signed-off-by: Xiaojuan Yang Acked-by: Song Gao Message-Id: <20221028014007.2718352-2-yangxiaoj...@loongson.cn