All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] orangepi_pc_plus: new board and its drivers
@ 2017-11-08 19:43 Sergey Matyukevich
  2017-11-08 19:43 ` [Buildroot] [PATCH 1/3] board/orangepi: add support for orangepi-pc-plus board Sergey Matyukevich
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Sergey Matyukevich @ 2017-11-08 19:43 UTC (permalink / raw)
  To: buildroot

Hi all,

This patchset adds support for orange-pi-pc-plus board and its wireless driver.
In fact this board is a variant of orangepi-pc board. It adds 8GB eMMC and
Realtek RTL8189FTV SDIO WiFi chip. On the other hand, this variant has
a separate support in U-Boot and kernel. So it looks like it makes
sense to create a separate entry for this board in buildroot.

Patches are rebased on top of the up-to-date master branch.

Regards,
Sergey

Sergey Matyukevich (3): 
  board/orangepi: add support for orangepi-pc-plus board
  rtl8189fs: new package
  orangepi-pc-plus: enable WiFi support

 DEVELOPERS                                          |    1 
 board/orangepi/orangepi-pc-plus/boot.cmd            |    8 +++
 board/orangepi/orangepi-pc-plus/genimage.cfg        |   36 ++++++++++++++++
 board/orangepi/orangepi-pc-plus/linux-extras.config |    8 +++
 board/orangepi/orangepi-pc-plus/post-build.sh       |    1 
 board/orangepi/orangepi-pc-plus/post-image.sh       |    1 
 board/orangepi/orangepi-pc-plus/readme.txt          |   29 +++++++++++++
 configs/orangepi_pc_plus_defconfig                  |   44 ++++++++++++++++++++
 package/Config.in                                   |    1 
 package/rtl8189fs/Config.in                         |   10 ++++
 package/rtl8189fs/rtl8189fs.hash                    |    2 
 package/rtl8189fs/rtl8189fs.mk                      |   17 +++++++
  12 files changed, 158 insertions(+)

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

end of thread, other threads:[~2017-12-04  7:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08 19:43 [Buildroot] [PATCH 0/3] orangepi_pc_plus: new board and its drivers Sergey Matyukevich
2017-11-08 19:43 ` [Buildroot] [PATCH 1/3] board/orangepi: add support for orangepi-pc-plus board Sergey Matyukevich
2017-12-03 22:25   ` Thomas Petazzoni
2017-12-04  5:58     ` Sergey Matyukevich
2017-11-08 19:43 ` [Buildroot] [PATCH 2/3] rtl8189fs: new package Sergey Matyukevich
2017-12-03 22:28   ` Thomas Petazzoni
2017-11-08 19:43 ` [Buildroot] [PATCH 3/3] orangepi-pc-plus: enable WiFi support Sergey Matyukevich
2017-12-03 22:33   ` Thomas Petazzoni
2017-12-04  4:25   ` Jagan Teki
2017-12-04  7:59     ` Thomas Petazzoni

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.