All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] x86: theadorable-x86-common: Add further pci hotplug cmdline parameters
@ 2017-09-27  9:16 Stefan Roese
  2017-09-27  9:17 ` [U-Boot] [PATCH] x86: theadorable-x86-xxx_defconfig: Enable setexpr command Stefan Roese
  2017-09-27  9:17 ` [U-Boot] [PATCH] arm: mvebu: theadorable_debug_defconfig: " Stefan Roese
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Roese @ 2017-09-27  9:16 UTC (permalink / raw)
  To: u-boot

This is needed for the PCIe hotplug to work correctly on some boards.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Bin Meng <bmeng.cn@gmail.com>
---
 include/configs/theadorable-x86-common.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/configs/theadorable-x86-common.h b/include/configs/theadorable-x86-common.h
index 238056a65f..7621385fa2 100644
--- a/include/configs/theadorable-x86-common.h
+++ b/include/configs/theadorable-x86-common.h
@@ -58,7 +58,8 @@
 	"addmtd=setenv bootargs ${bootargs} ${mtdparts}\0"	\
 	"addmisc=setenv bootargs ${bootargs} "			\
 		"intel-spi.writeable=1 vmalloc=300M "		\
-		"pci=realloc=on,hpmemsize=0x12000000\0"		\
+		"pci=realloc=on,hpmemsize=0x12000000,"		\
+		"hpmemprefsize=0,hpiosize=0\0"	    		\
 	"bootcmd=if env exists recovery_status;"		\
 		"then run swupdate;"				\
 		"else run yocto_boot;run swupdate;"		\
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] x86: theadorable-x86-xxx_defconfig: Enable setexpr command
  2017-09-27  9:16 [U-Boot] [PATCH] x86: theadorable-x86-common: Add further pci hotplug cmdline parameters Stefan Roese
@ 2017-09-27  9:17 ` Stefan Roese
  2017-09-27  9:17 ` [U-Boot] [PATCH] arm: mvebu: theadorable_debug_defconfig: " Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2017-09-27  9:17 UTC (permalink / raw)
  To: u-boot

The setexpr command is useful for scripting, lets enable it for all
x86 based theadorable platforms.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Bin Meng <bmeng.cn@gmail.com>
---
 configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig | 1 -
 configs/theadorable-x86-conga-qa3-e3845_defconfig         | 1 -
 configs/theadorable-x86-dfi-bt700_defconfig               | 1 -
 3 files changed, 3 deletions(-)

diff --git a/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig b/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig
index 1888f08928..344a8f25c2 100644
--- a/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig
+++ b/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig
@@ -27,7 +27,6 @@ CONFIG_CMD_MMC=y
 CONFIG_CMD_SF=y
 CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y
-# CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_DHCP=y
 # CONFIG_CMD_NFS is not set
 CONFIG_CMD_PING=y
diff --git a/configs/theadorable-x86-conga-qa3-e3845_defconfig b/configs/theadorable-x86-conga-qa3-e3845_defconfig
index 4c9492cf1f..84a92c54da 100644
--- a/configs/theadorable-x86-conga-qa3-e3845_defconfig
+++ b/configs/theadorable-x86-conga-qa3-e3845_defconfig
@@ -26,7 +26,6 @@ CONFIG_CMD_MMC=y
 CONFIG_CMD_SF=y
 CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y
-# CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_DHCP=y
 # CONFIG_CMD_NFS is not set
 CONFIG_CMD_PING=y
diff --git a/configs/theadorable-x86-dfi-bt700_defconfig b/configs/theadorable-x86-dfi-bt700_defconfig
index 348d917b3b..d42798e8e9 100644
--- a/configs/theadorable-x86-dfi-bt700_defconfig
+++ b/configs/theadorable-x86-dfi-bt700_defconfig
@@ -25,7 +25,6 @@ CONFIG_CMD_PART=y
 CONFIG_CMD_SF=y
 CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y
-# CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_DHCP=y
 # CONFIG_CMD_NFS is not set
 CONFIG_CMD_PING=y
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] arm: mvebu: theadorable_debug_defconfig: Enable setexpr command
  2017-09-27  9:16 [U-Boot] [PATCH] x86: theadorable-x86-common: Add further pci hotplug cmdline parameters Stefan Roese
  2017-09-27  9:17 ` [U-Boot] [PATCH] x86: theadorable-x86-xxx_defconfig: Enable setexpr command Stefan Roese
@ 2017-09-27  9:17 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2017-09-27  9:17 UTC (permalink / raw)
  To: u-boot

The setexpr command is useful for scripting, lets enable it for this
platform.

Signed-off-by: Stefan Roese <sr@denx.de>
---
 configs/theadorable_debug_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/theadorable_debug_defconfig b/configs/theadorable_debug_defconfig
index a39497984b..c10b1b30b9 100644
--- a/configs/theadorable_debug_defconfig
+++ b/configs/theadorable_debug_defconfig
@@ -28,7 +28,6 @@ CONFIG_CMD_PCI=y
 CONFIG_CMD_SF=y
 CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y
-# CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_MII=y
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-27  9:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-27  9:16 [U-Boot] [PATCH] x86: theadorable-x86-common: Add further pci hotplug cmdline parameters Stefan Roese
2017-09-27  9:17 ` [U-Boot] [PATCH] x86: theadorable-x86-xxx_defconfig: Enable setexpr command Stefan Roese
2017-09-27  9:17 ` [U-Boot] [PATCH] arm: mvebu: theadorable_debug_defconfig: " Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.