Revert "libpayload: arm64: Reduce DMA allocator space to 1MB"
This reverts commit aedc177f00.
Reason for revert: With this change depthchange clears parts of cbmem on Google/Corsola when display is cleared.
BUG=b:424107889
Change-Id: I6cc21693ddcaed59e41e333b773e0baeb29d3b40
Signed-off-by: Bartłomiej Grzesik <bgrzesik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88051
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
a11eacc204
commit
4199351c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ extern char _start[], _end[];
|
|||
#define TCR_TBI_USED (0x0 << TCR_TBI_SHIFT)
|
||||
#define TCR_TBI_IGNORED (0x1 << TCR_TBI_SHIFT)
|
||||
|
||||
#define DMA_DEFAULT_SIZE (1 * MiB)
|
||||
#define DMA_DEFAULT_SIZE (32 * MiB)
|
||||
#define TTB_DEFAULT_SIZE 0x100000
|
||||
|
||||
#define MB_SIZE (1UL << 20)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue