mbox series

[0/5] board/udoo: bsp updates and cleanup

Message ID 20201010063022.448414-1-geomatsi@gmail.com
Headers show
Series board/udoo: bsp updates and cleanup | expand

Message

Sergey Matyukevich Oct. 10, 2020, 6:30 a.m. UTC
Hi Fabio and all,

Here is a patch series for Udoo boards with BSP updates and several minor
cleanups required to make updated BSP work out of the box.
Major changes include:

- bump Linux kernel to 5.8.13
- bump U-Boot to 2020.10
- udoo/mx6qdl: disable usbh1 in dts rather than in kernel configuration
- use common image generation files for udoo boards

Regards,
Sergey


Sergey Matyukevich (5):
  configs/mx6sx_udoo_neo: bump kernel and U-Boot versions
  configs/mx6udoo: bump bsp versions and modify image
  board/udoo: use common image generation files
  board/udoo/mx6qdl: disable usb device in device tree
  board/udoo: drop custom post-image script

 board/udoo/{neo => common}/boot.scr.txt       |  2 +-
 board/udoo/{neo => common}/genimage.cfg       |  9 -------
 board/udoo/{neo => common}/post-build.sh      |  0
 board/udoo/mx6qdl/linux.fragment              |  1 -
 .../linux/0000-udoo-disable-usbh1.patch       | 26 +++++++++++++++++++
 board/udoo/mx6qdl/readme.txt                  |  2 +-
 board/udoo/neo/post-image.sh                  | 15 -----------
 board/udoo/neo/readme.txt                     |  2 +-
 configs/mx6sx_udoo_neo_defconfig              | 13 +++++-----
 configs/mx6udoo_defconfig                     | 16 +++++++-----
 10 files changed, 46 insertions(+), 40 deletions(-)
 rename board/udoo/{neo => common}/boot.scr.txt (66%)
 rename board/udoo/{neo => common}/genimage.cfg (50%)
 rename board/udoo/{neo => common}/post-build.sh (100%)
 delete mode 100644 board/udoo/mx6qdl/linux.fragment
 create mode 100644 board/udoo/mx6qdl/patches/linux/0000-udoo-disable-usbh1.patch
 delete mode 100755 board/udoo/neo/post-image.sh

Comments

Fabio Estevam Oct. 13, 2020, 1:28 p.m. UTC | #1
Hi Sergey,

On Sat, Oct 10, 2020 at 3:24 AM Sergey Matyukevich <geomatsi@gmail.com> wrote:
>
> Hi Fabio and all,
>
> Here is a patch series for Udoo boards with BSP updates and several minor
> cleanups required to make updated BSP work out of the box.
> Major changes include:
>
> - bump Linux kernel to 5.8.13
> - bump U-Boot to 2020.10
> - udoo/mx6qdl: disable usbh1 in dts rather than in kernel configuration
> - use common image generation files for udoo boards

Thanks for the series:

Reviewed-by: Fabio Estevam <festevam@gmail.com>