mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
mm: The first 1MB mem is wasted for CPU series coming after TXLX [1/1]
PD#SWPL-3744 Problem: For the previous Amlogic CPU series(before TXLX), the CPU booting vector locates at physical address starting from 0x00. To avoid influencing cpu booting procedure, we have to reserve the first 1MB physical memory. But it has changed since TXLX, the normal text section can safely use 0~1M physical address. So it's no need to reserve the first 1MB in DTS. Solution: Change the starting address of usable memory from 0x100000 to 0x0 for CPU series coming after TXLX. Verify: Locally on W400 Change-Id: I2df7859a38feca48abd58459e8b231ee15ada9e2 Signed-off-by: changqing.gao <changqing.gao@amlogic.com> Conflicts: arch/arm/boot/dts/amlogic/txlx_t962x_r311_1g.dts
This commit is contained in:
committed by
Dongjin Kim
parent
a46317b63e
commit
8df003b1c1
@@ -14514,6 +14514,8 @@ F: drivers/amlogic/media/dtv_demod/*
|
||||
AMLOGIC DTV DEMOD DRIVER
|
||||
M: Zhiwei Yuan <zhiwei.yuan@amlogic.com>
|
||||
F: drivers/amlogic/media/dtv_demod/include/addr_atsc*.h
|
||||
F: drivers/amlogic/media/dtv_demod/include/demod_dbg.h
|
||||
F: drivers/amlogic/media/dtv_demod/demod_dbg.c
|
||||
|
||||
AMLOGIC DEFENDKEY DRIVER
|
||||
M: Zhongfu Luo <zhongfu.luo@amlogic.com>
|
||||
|
||||
1696
arch/arm/boot/dts/amlogic/txlx_t962x_r311_1g.dts
Normal file
1696
arch/arm/boot/dts/amlogic/txlx_t962x_r311_1g.dts
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user