mbox series

[0/1,v3] onfigs/roc_rk3399_pc: Bring back and update the configuration for the rockchip rk3399 built by firefly.

Message ID 20230811162546.8088-1-robertoxmed@gmail.com
Headers show
Series onfigs/roc_rk3399_pc: Bring back and update the configuration for the rockchip rk3399 built by firefly. | expand

Message

Roberto Medina Aug. 11, 2023, 4:25 p.m. UTC
v3 -> v2:
  * Several fixes after reviews from Thomas Petazzoni.
  * Add myself to the DEVELOPERS file.
  * Remove the binutils version from the defconfig file.
  * Set custom version of Linux to 6.1.45.
  * Ext2 size needs to be increased a little to produce the final image.
  * Fix the tag for TFA to v2.9 instead of v2.9.0.
  * Set custom version of U-Boot to 2022.04.
  * Remove U-Boot host tools.

v2 -> v1:
  * Use a more recent version of U-boot.
  * Built-tested by Kilian Zinnecker.

Roberto Medina (1):
  configs/roc_rk3399_pc: Bring back and update the configuration for the
    rockchip rk3399 built by firefly.

 DEVELOPERS                                |  4 +++
 board/firefly/roc-rk3399-pc/extlinux.conf |  4 +++
 board/firefly/roc-rk3399-pc/genimage.cfg  | 22 ++++++++++++
 board/firefly/roc-rk3399-pc/post-build.sh |  5 +++
 board/firefly/roc-rk3399-pc/readme.txt    | 40 +++++++++++++++++++++
 configs/roc_pc_rk3399_defconfig           | 42 +++++++++++++++++++++++
 6 files changed, 117 insertions(+)
 create mode 100644 board/firefly/roc-rk3399-pc/extlinux.conf
 create mode 100644 board/firefly/roc-rk3399-pc/genimage.cfg
 create mode 100755 board/firefly/roc-rk3399-pc/post-build.sh
 create mode 100644 board/firefly/roc-rk3399-pc/readme.txt
 create mode 100644 configs/roc_pc_rk3399_defconfig