All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sunxi: Add defconfig for Allwinner A23 EVB
@ 2017-02-16 10:46 Florent Jacquet
  2017-02-16 18:32 ` Maxime Ripard
  0 siblings, 1 reply; 9+ messages in thread
From: Florent Jacquet @ 2017-02-16 10:46 UTC (permalink / raw)
  To: u-boot

This enables the support for the Allwinner A23 Evaluation Board (EVB),
that already had a device tree (from Linux) but no defconfig.

This board has an AXP223 PMIC, some NAND, Audio out and in plugs, an
accelerometer and light sensor, as well as a USB HSIC hub and a USB
OTG mini-USB connector. It also has a Wifi/BT chip.

Access to the other buses (LCD, MIPI DSI, LVDS, etc) can be done
through dedicated pin headers.

Signed-off-by: Florent Jacquet <florent.jacquet@free-electrons.com>
Cc: Jagan Teki <jagan@openedev.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 configs/sun8i_a23_evb_defconfig | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 configs/sun8i_a23_evb_defconfig

diff --git a/configs/sun8i_a23_evb_defconfig b/configs/sun8i_a23_evb_defconfig
new file mode 100644
index 0000000..296df00
--- /dev/null
+++ b/configs/sun8i_a23_evb_defconfig
@@ -0,0 +1,19 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_MACH_SUN8I_A23=y
+CONFIG_DRAM_CLK=552
+CONFIG_DRAM_ZQ=63351
+CONFIG_USB0_VBUS_PIN="axp_drivebus"
+CONFIG_USB0_VBUS_DET="axp_vbus_detect"
+CONFIG_USB1_VBUS_PIN="PH7"
+CONFIG_DEFAULT_DEVICE_TREE="sun8i-a23-evb"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5"
+CONFIG_SPL=y
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set
+# CONFIG_SPL_DOS_PARTITION is not set
+# CONFIG_SPL_ISO_PARTITION is not set
+# CONFIG_SPL_EFI_PARTITION is not set
+CONFIG_USB_EHCI_HCD=y
-- 
2.7.4

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

* [U-Boot] [PATCH] sunxi: Add defconfig for Allwinner A23 EVB
  2017-02-16 10:46 [U-Boot] [PATCH] sunxi: Add defconfig for Allwinner A23 EVB Florent Jacquet
@ 2017-02-16 18:32 ` Maxime Ripard
  2017-03-06 12:19   ` Florent Jacquet
  0 siblings, 1 reply; 9+ messages in thread
From: Maxime Ripard @ 2017-02-16 18:32 UTC (permalink / raw)
  To: u-boot

On Thu, Feb 16, 2017 at 11:46:42AM +0100, Florent Jacquet wrote:
> This enables the support for the Allwinner A23 Evaluation Board (EVB),
> that already had a device tree (from Linux) but no defconfig.
> 
> This board has an AXP223 PMIC, some NAND, Audio out and in plugs, an
> accelerometer and light sensor, as well as a USB HSIC hub and a USB
> OTG mini-USB connector. It also has a Wifi/BT chip.
> 
> Access to the other buses (LCD, MIPI DSI, LVDS, etc) can be done
> through dedicated pin headers.
> 
> Signed-off-by: Florent Jacquet <florent.jacquet@free-electrons.com>
> Cc: Jagan Teki <jagan@openedev.com>
> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170216/a2a7ef38/attachment.sig>

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

* [U-Boot] [PATCH] sunxi: Add defconfig for Allwinner A23 EVB
  2017-02-16 18:32 ` Maxime Ripard
@ 2017-03-06 12:19   ` Florent Jacquet
  2017-03-13  8:42     ` Florent Jacquet
  0 siblings, 1 reply; 9+ messages in thread
From: Florent Jacquet @ 2017-03-06 12:19 UTC (permalink / raw)
  To: u-boot

On 16/02/2017 19:32, Maxime Ripard wrote:
> On Thu, Feb 16, 2017 at 11:46:42AM +0100, Florent Jacquet wrote:
>> This enables the support for the Allwinner A23 Evaluation Board (EVB),
>> that already had a device tree (from Linux) but no defconfig.
>>
>> This board has an AXP223 PMIC, some NAND, Audio out and in plugs, an
>> accelerometer and light sensor, as well as a USB HSIC hub and a USB
>> OTG mini-USB connector. It also has a Wifi/BT chip.
>>
>> Access to the other buses (LCD, MIPI DSI, LVDS, etc) can be done
>> through dedicated pin headers.
>>
>> Signed-off-by: Florent Jacquet <florent.jacquet@free-electrons.com>
>> Cc: Jagan Teki <jagan@openedev.com>
>> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
> 
> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> 
> Thanks!
> Maxime
> 

Hello,

Any updates on this patch?

Thanks
Florent

-- 
Florent Jacquet, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [U-Boot] [PATCH] sunxi: Add defconfig for Allwinner A23 EVB
  2017-03-06 12:19   ` Florent Jacquet
@ 2017-03-13  8:42     ` Florent Jacquet
  2017-03-20  7:19       ` Florent Jacquet
  0 siblings, 1 reply; 9+ messages in thread
From: Florent Jacquet @ 2017-03-13  8:42 UTC (permalink / raw)
  To: u-boot

On 06/03/2017 13:19, Florent Jacquet wrote:
> On 16/02/2017 19:32, Maxime Ripard wrote:
>> On Thu, Feb 16, 2017 at 11:46:42AM +0100, Florent Jacquet wrote:
>>> This enables the support for the Allwinner A23 Evaluation Board (EVB),
>>> that already had a device tree (from Linux) but no defconfig.
>>>
>>> This board has an AXP223 PMIC, some NAND, Audio out and in plugs, an
>>> accelerometer and light sensor, as well as a USB HSIC hub and a USB
>>> OTG mini-USB connector. It also has a Wifi/BT chip.
>>>
>>> Access to the other buses (LCD, MIPI DSI, LVDS, etc) can be done
>>> through dedicated pin headers.
>>>
>>> Signed-off-by: Florent Jacquet <florent.jacquet@free-electrons.com>
>>> Cc: Jagan Teki <jagan@openedev.com>
>>> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
>>
>> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
>>
>> Thanks!
>> Maxime
>>
> 
> Hello,
> 
> Any updates on this patch?
> 
> Thanks
> Florent
> 

Hello,

Has somebody any news concerning this patch?

Thanks
Florent

-- 
Florent Jacquet, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [U-Boot] [PATCH] sunxi: Add defconfig for Allwinner A23 EVB
  2017-03-13  8:42     ` Florent Jacquet
@ 2017-03-20  7:19       ` Florent Jacquet
  2017-03-20  7:29         ` Maxime Ripard
  2017-03-20 18:58         ` Maxime Ripard
  0 siblings, 2 replies; 9+ messages in thread
From: Florent Jacquet @ 2017-03-20  7:19 UTC (permalink / raw)
  To: u-boot

On 13/03/2017 09:42, Florent Jacquet wrote:
> On 06/03/2017 13:19, Florent Jacquet wrote:
>> On 16/02/2017 19:32, Maxime Ripard wrote:
>>> On Thu, Feb 16, 2017 at 11:46:42AM +0100, Florent Jacquet wrote:
>>>> This enables the support for the Allwinner A23 Evaluation Board (EVB),
>>>> that already had a device tree (from Linux) but no defconfig.
>>>>
>>>> This board has an AXP223 PMIC, some NAND, Audio out and in plugs, an
>>>> accelerometer and light sensor, as well as a USB HSIC hub and a USB
>>>> OTG mini-USB connector. It also has a Wifi/BT chip.
>>>>
>>>> Access to the other buses (LCD, MIPI DSI, LVDS, etc) can be done
>>>> through dedicated pin headers.
>>>>
>>>> Signed-off-by: Florent Jacquet <florent.jacquet@free-electrons.com>
>>>> Cc: Jagan Teki <jagan@openedev.com>
>>>> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
>>>
>>> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
>>>
>>> Thanks!
>>> Maxime
>>>
>>
>> Hello,
>>
>> Any updates on this patch?
>>
>> Thanks
>> Florent
>>
> 
> Hello,
> 
> Has somebody any news concerning this patch?
> 
> Thanks
> Florent
> 

Hello,

Has someone seen this patch? Is there any update?

Regards
Florent

-- 
Florent Jacquet, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [U-Boot] [PATCH] sunxi: Add defconfig for Allwinner A23 EVB
  2017-03-20  7:19       ` Florent Jacquet
@ 2017-03-20  7:29         ` Maxime Ripard
  2017-03-20 18:58         ` Maxime Ripard
  1 sibling, 0 replies; 9+ messages in thread
From: Maxime Ripard @ 2017-03-20  7:29 UTC (permalink / raw)
  To: u-boot

On Mon, Mar 20, 2017 at 08:19:14AM +0100, Florent Jacquet wrote:
> On 13/03/2017 09:42, Florent Jacquet wrote:
> > On 06/03/2017 13:19, Florent Jacquet wrote:
> >> On 16/02/2017 19:32, Maxime Ripard wrote:
> >>> On Thu, Feb 16, 2017 at 11:46:42AM +0100, Florent Jacquet wrote:
> >>>> This enables the support for the Allwinner A23 Evaluation Board (EVB),
> >>>> that already had a device tree (from Linux) but no defconfig.
> >>>>
> >>>> This board has an AXP223 PMIC, some NAND, Audio out and in plugs, an
> >>>> accelerometer and light sensor, as well as a USB HSIC hub and a USB
> >>>> OTG mini-USB connector. It also has a Wifi/BT chip.
> >>>>
> >>>> Access to the other buses (LCD, MIPI DSI, LVDS, etc) can be done
> >>>> through dedicated pin headers.
> >>>>
> >>>> Signed-off-by: Florent Jacquet <florent.jacquet@free-electrons.com>
> >>>> Cc: Jagan Teki <jagan@openedev.com>
> >>>> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
> >>>
> >>> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> >>>
> >>> Thanks!
> >>> Maxime
> >>>
> >>
> >> Hello,
> >>
> >> Any updates on this patch?
> >>
> >> Thanks
> >> Florent
> >>
> > 
> > Hello,
> > 
> > Has somebody any news concerning this patch?
> > 
> > Thanks
> > Florent
> > 
> 
> Hello,
> 
> Has someone seen this patch? Is there any update?

Jagan, could you apply this please?

Thanks,
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170320/9014e498/attachment.sig>

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

* [U-Boot] [PATCH] sunxi: Add defconfig for Allwinner A23 EVB
  2017-03-20  7:19       ` Florent Jacquet
  2017-03-20  7:29         ` Maxime Ripard
@ 2017-03-20 18:58         ` Maxime Ripard
  2017-03-21  7:11           ` Florent Jacquet
  1 sibling, 1 reply; 9+ messages in thread
From: Maxime Ripard @ 2017-03-20 18:58 UTC (permalink / raw)
  To: u-boot

1;4601;0c
On Mon, Mar 20, 2017 at 08:19:14AM +0100, Florent Jacquet wrote:
> On 13/03/2017 09:42, Florent Jacquet wrote:
> > On 06/03/2017 13:19, Florent Jacquet wrote:
> >> On 16/02/2017 19:32, Maxime Ripard wrote:
> >>> On Thu, Feb 16, 2017 at 11:46:42AM +0100, Florent Jacquet wrote:
> >>>> This enables the support for the Allwinner A23 Evaluation Board (EVB),
> >>>> that already had a device tree (from Linux) but no defconfig.
> >>>>
> >>>> This board has an AXP223 PMIC, some NAND, Audio out and in plugs, an
> >>>> accelerometer and light sensor, as well as a USB HSIC hub and a USB
> >>>> OTG mini-USB connector. It also has a Wifi/BT chip.
> >>>>
> >>>> Access to the other buses (LCD, MIPI DSI, LVDS, etc) can be done
> >>>> through dedicated pin headers.
> >>>>
> >>>> Signed-off-by: Florent Jacquet <florent.jacquet@free-electrons.com>
> >>>> Cc: Jagan Teki <jagan@openedev.com>
> >>>> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
> >>>
> >>> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> >>>
> >>> Thanks!
> >>> Maxime
> >>>
> >>
> >> Hello,
> >>
> >> Any updates on this patch?
> >>
> >> Thanks
> >> Florent
> >>
> > 
> > Hello,
> > 
> > Has somebody any news concerning this patch?
> > 
> > Thanks
> > Florent
> > 
> 
> Hello,
> 
> Has someone seen this patch? Is there any update?

I just applied it.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170320/b407be9d/attachment.sig>

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

* [U-Boot] [PATCH] sunxi: Add defconfig for Allwinner A23 EVB
  2017-03-20 18:58         ` Maxime Ripard
@ 2017-03-21  7:11           ` Florent Jacquet
  0 siblings, 0 replies; 9+ messages in thread
From: Florent Jacquet @ 2017-03-21  7:11 UTC (permalink / raw)
  To: u-boot

On 20/03/2017 19:58, Maxime Ripard wrote:
> 1;4601;0c
> On Mon, Mar 20, 2017 at 08:19:14AM +0100, Florent Jacquet wrote:
>> On 13/03/2017 09:42, Florent Jacquet wrote:
>>> On 06/03/2017 13:19, Florent Jacquet wrote:
>>>> On 16/02/2017 19:32, Maxime Ripard wrote:
>>>>> On Thu, Feb 16, 2017 at 11:46:42AM +0100, Florent Jacquet wrote:
>>>>>> This enables the support for the Allwinner A23 Evaluation Board (EVB),
>>>>>> that already had a device tree (from Linux) but no defconfig.
>>>>>>
>>>>>> This board has an AXP223 PMIC, some NAND, Audio out and in plugs, an
>>>>>> accelerometer and light sensor, as well as a USB HSIC hub and a USB
>>>>>> OTG mini-USB connector. It also has a Wifi/BT chip.
>>>>>>
>>>>>> Access to the other buses (LCD, MIPI DSI, LVDS, etc) can be done
>>>>>> through dedicated pin headers.
>>>>>>
>>>>>> Signed-off-by: Florent Jacquet <florent.jacquet@free-electrons.com>
>>>>>> Cc: Jagan Teki <jagan@openedev.com>
>>>>>> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
>>>>>
>>>>> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
>>>>>
>>>>> Thanks!
>>>>> Maxime
>>>>>
>>>>
>>>> Hello,
>>>>
>>>> Any updates on this patch?
>>>>
>>>> Thanks
>>>> Florent
>>>>
>>>
>>> Hello,
>>>
>>> Has somebody any news concerning this patch?
>>>
>>> Thanks
>>> Florent
>>>
>>
>> Hello,
>>
>> Has someone seen this patch? Is there any update?
> 
> I just applied it.
> 
> Maxime
> 

Thanks! :)

Florent

-- 
Florent Jacquet, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [U-Boot] [PATCH] sunxi: Add defconfig for Allwinner A23 EVB
@ 2017-02-15 16:03 Florent Jacquet
  0 siblings, 0 replies; 9+ messages in thread
From: Florent Jacquet @ 2017-02-15 16:03 UTC (permalink / raw)
  To: u-boot

This enables the support for the Allwinner A23 Evaluation Board (EVB),
that already had a device tree (from Linux) but no defconfig.

This board has an AXP223 PMIC, some NAND, Audio out and in plugs, an
accelerometer and light sensor, as well as a USB HSIC hub and a USB
OTG mini-USB connector. It also has a Wifi/BT chip.

Access to the other buses (LCD, MIPI DSI, LVDS, etc) can be done
through dedicated pin headers.

Signed-off-by: Florent Jacquet <florent.jacquet@free-electrons.com>
---
 configs/sun8i_a23_evb_defconfig | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 configs/sun8i_a23_evb_defconfig

diff --git a/configs/sun8i_a23_evb_defconfig b/configs/sun8i_a23_evb_defconfig
new file mode 100644
index 0000000..296df00
--- /dev/null
+++ b/configs/sun8i_a23_evb_defconfig
@@ -0,0 +1,19 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_MACH_SUN8I_A23=y
+CONFIG_DRAM_CLK=552
+CONFIG_DRAM_ZQ=63351
+CONFIG_USB0_VBUS_PIN="axp_drivebus"
+CONFIG_USB0_VBUS_DET="axp_vbus_detect"
+CONFIG_USB1_VBUS_PIN="PH7"
+CONFIG_DEFAULT_DEVICE_TREE="sun8i-a23-evb"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5"
+CONFIG_SPL=y
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set
+# CONFIG_SPL_DOS_PARTITION is not set
+# CONFIG_SPL_ISO_PARTITION is not set
+# CONFIG_SPL_EFI_PARTITION is not set
+CONFIG_USB_EHCI_HCD=y
-- 
2.7.4

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

end of thread, other threads:[~2017-03-21  7:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 10:46 [U-Boot] [PATCH] sunxi: Add defconfig for Allwinner A23 EVB Florent Jacquet
2017-02-16 18:32 ` Maxime Ripard
2017-03-06 12:19   ` Florent Jacquet
2017-03-13  8:42     ` Florent Jacquet
2017-03-20  7:19       ` Florent Jacquet
2017-03-20  7:29         ` Maxime Ripard
2017-03-20 18:58         ` Maxime Ripard
2017-03-21  7:11           ` Florent Jacquet
  -- strict thread matches above, loose matches on Subject: below --
2017-02-15 16:03 Florent Jacquet

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.