Re: [U-Boot] [PATCH 6/8] x86: Enable regmap and syscon for coreboot and qemu-x86

2016-06-11 Thread Bin Meng
On Fri, Jun 10, 2016 at 8:35 AM, Simon Glass  wrote:
> On 8 June 2016 at 06:07, Bin Meng  wrote:
>> These are generic and should be turned on on coreboot and qemu-x86.
>>
>> Signed-off-by: Bin Meng 
>> ---
>>
>>  configs/coreboot-x86_defconfig | 2 ++
>>  configs/qemu-x86_defconfig | 2 ++
>>  2 files changed, 4 insertions(+)
>
> Reviewed-by: Simon Glass 

applied to u-boot-x86, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 6/8] x86: Enable regmap and syscon for coreboot and qemu-x86

2016-06-09 Thread Simon Glass
On 8 June 2016 at 06:07, Bin Meng  wrote:
> These are generic and should be turned on on coreboot and qemu-x86.
>
> Signed-off-by: Bin Meng 
> ---
>
>  configs/coreboot-x86_defconfig | 2 ++
>  configs/qemu-x86_defconfig | 2 ++
>  2 files changed, 4 insertions(+)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 6/8] x86: Enable regmap and syscon for coreboot and qemu-x86

2016-06-09 Thread Stefan Roese

On 08.06.2016 14:07, Bin Meng wrote:

These are generic and should be turned on on coreboot and qemu-x86.

Signed-off-by: Bin Meng 


Reviewed-by: Stefan Roese 

Thanks,
Stefan
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 6/8] x86: Enable regmap and syscon for coreboot and qemu-x86

2016-06-08 Thread Bin Meng
These are generic and should be turned on on coreboot and qemu-x86.

Signed-off-by: Bin Meng 
---

 configs/coreboot-x86_defconfig | 2 ++
 configs/qemu-x86_defconfig | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig
index 2fa11fd..b18d80d 100644
--- a/configs/coreboot-x86_defconfig
+++ b/configs/coreboot-x86_defconfig
@@ -24,6 +24,8 @@ CONFIG_CMD_EXT4_WRITE=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_CONTROL=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_GIGADEVICE=y
 CONFIG_SPI_FLASH_MACRONIX=y
diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig
index 45bb3ec..a03cff8 100644
--- a/configs/qemu-x86_defconfig
+++ b/configs/qemu-x86_defconfig
@@ -28,6 +28,8 @@ CONFIG_CMD_EXT4_WRITE=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_CONTROL=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
 CONFIG_CPU=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_GIGADEVICE=y
-- 
2.7.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot