From a445e1a42ccf3cb9f70537c7cd80ece689bf4d9a Mon Sep 17 00:00:00 2001 From: Giri Mudusuru Date: Tue, 6 Jun 2023 14:02:00 +0800 Subject: ShellPkg: Increase PcdShellPrintBufferSize from UINT16 to UINT32 Increase max buffer size to support more than 64K. Signed-off-by: Giri Mudusuru Cc: Ray Ni Cc: Zhichao Gao Cc: Andrew Fish Reviewed-by: Zhichao Gao --- ShellPkg/ShellPkg.dec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShellPkg/ShellPkg.dec') diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec index 2ebea0a261..18df262106 100644 --- a/ShellPkg/ShellPkg.dec +++ b/ShellPkg/ShellPkg.dec @@ -4,9 +4,9 @@ # (C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P.
# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
# Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.
+# Copyright (C) 2023, Apple Inc. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent -# ## [Defines] @@ -84,7 +84,7 @@ gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|TRUE|BOOLEAN|0x00000005 ## This is the max buffer for ShellLib and internal Shell printings. - gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize|16000|UINT16|0x0000000C + gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize|16000|UINT32|0x0000000C ## This flag is used to control the commands available in the shell gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel|3|UINT8|0x00000001 -- cgit v1.2.3