-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configs: Use old hush for several boards
The keymile board family is not compatible with modern hush parser. Indeed, This boards used set_local_var() to store some variables as local shell. They then used get_local_var() to retrieve the variables values. Sadly, this two functions do not exist with CONFIG_HUSH_MODERN_PARSER. A patch was proposed to use environment variables rather than local variables but it does not tackle the problem, so complementary work is needed to make this boards use CONFIG_HUSH_MODERN_PARSER. Also, with CONFIG_HUSH_MODERN_PARSER, kirkwoord sheevaplug and phytec bk4r1 hit their board limits, so better to stick with old hush. Cc: Holger Brunck <[email protected]> Link: https://marc.info/?l=u-boot&m=165541917618725&w=2 Signed-off-by: Francis Laniel <[email protected]>
- Loading branch information
Francis Laniel
committed
Dec 7, 2023
1 parent
74da2f6
commit 9ba857f
Showing
13 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,3 +111,4 @@ CONFIG_BCH=y | |
CONFIG_PANIC_HANG=y | ||
CONFIG_LZO=y | ||
CONFIG_POST=y | ||
CONFIG_HUSH_OLD_PARSER=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,3 +202,4 @@ CONFIG_QE=y | |
CONFIG_SYS_NS16550=y | ||
CONFIG_BCH=y | ||
CONFIG_POST=y | ||
CONFIG_HUSH_OLD_PARSER=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -173,3 +173,4 @@ CONFIG_DM_ETH_PHY=y | |
CONFIG_QE_UEC=y | ||
CONFIG_QE=y | ||
CONFIG_SYS_NS16550=y | ||
CONFIG_HUSH_OLD_PARSER=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,3 +183,4 @@ CONFIG_QE_UEC=y | |
# CONFIG_PINCTRL_FULL is not set | ||
CONFIG_QE=y | ||
CONFIG_SYS_NS16550=y | ||
CONFIG_HUSH_OLD_PARSER=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,3 +166,4 @@ CONFIG_QE_UEC=y | |
# CONFIG_PINCTRL_FULL is not set | ||
CONFIG_QE=y | ||
CONFIG_SYS_NS16550=y | ||
CONFIG_HUSH_OLD_PARSER=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -182,3 +182,4 @@ CONFIG_QE_UEC=y | |
# CONFIG_PINCTRL_FULL is not set | ||
CONFIG_QE=y | ||
CONFIG_SYS_NS16550=y | ||
CONFIG_HUSH_OLD_PARSER=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,3 +105,4 @@ CONFIG_DM_SERIAL=y | |
CONFIG_SYS_NS16550=y | ||
CONFIG_LZO=y | ||
CONFIG_POST=y | ||
CONFIG_HUSH_OLD_PARSER=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,3 +103,4 @@ CONFIG_DM_SERIAL=y | |
CONFIG_SYS_NS16550=y | ||
CONFIG_LZO=y | ||
CONFIG_POST=y | ||
CONFIG_HUSH_OLD_PARSER=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,3 +105,4 @@ CONFIG_DM_SERIAL=y | |
CONFIG_SYS_NS16550=y | ||
CONFIG_LZO=y | ||
CONFIG_POST=y | ||
CONFIG_HUSH_OLD_PARSER=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,3 +103,4 @@ CONFIG_DM_SERIAL=y | |
CONFIG_SYS_NS16550=y | ||
CONFIG_LZO=y | ||
CONFIG_POST=y | ||
CONFIG_HUSH_OLD_PARSER=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,3 +166,4 @@ CONFIG_QE_UEC=y | |
# CONFIG_PINCTRL_FULL is not set | ||
CONFIG_QE=y | ||
CONFIG_SYS_NS16550=y | ||
CONFIG_HUSH_OLD_PARSER=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,3 +183,4 @@ CONFIG_QE_UEC=y | |
# CONFIG_PINCTRL_FULL is not set | ||
CONFIG_QE=y | ||
CONFIG_SYS_NS16550=y | ||
CONFIG_HUSH_OLD_PARSER=y |