Re: [PATCH v3 15/16] coreboot: Enable ms command

2023-05-04 Thread Bin Meng
On Mon, Mar 27, 2023 at 12:17 PM Simon Glass  wrote:
>
> This is useful when looking for tables in memory. Enable it for coreboot.
>
> Signed-off-by: Simon Glass 
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - Add new patch to enable ms command
>
>  configs/coreboot_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Bin Meng 


[PATCH v3 15/16] coreboot: Enable ms command

2023-03-26 Thread Simon Glass
This is useful when looking for tables in memory. Enable it for coreboot.

Signed-off-by: Simon Glass 
---

(no changes since v2)

Changes in v2:
- Add new patch to enable ms command

 configs/coreboot_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig
index 8bb744e6e84d..cf0c9590e98d 100644
--- a/configs/coreboot_defconfig
+++ b/configs/coreboot_defconfig
@@ -24,6 +24,7 @@ CONFIG_LAST_STAGE_INIT=y
 CONFIG_PCI_INIT_R=y
 CONFIG_HUSH_PARSER=y
 CONFIG_SYS_PBSIZE=532
+CONFIG_CMD_MEM_SEARCH=y
 CONFIG_CMD_IDE=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_PART=y
-- 
2.40.0.348.gf938b09366-goog