Jump to content

[Armbian build PR] - Move all legacy u-boot patches under one general legacy folder


Recommended Posts

Posted

Description

Move into new structure which will be cleaned further. Stage I is moving legacy patches from main folder & removing obsolete.

├── legacy
│   ├── board_bananapir2
│   ├── board_imx7sabre
│   ├── board_odroidc1
│   ├── board_odroidm1
│   ├── board_odroidxu4
│   ├── board_orangepizero2
│   ├── board_rock-5b
│   ├── board_rockpi-s
│   ├── u-boot-clearfog
│   │   ├── board_clearfogbase
│   │   ├── board_clearfogpro
│   │   ├── target_mmc
│   │   ├── target_sata
│   │   ├── target_sdhc
│   │   ├── target_spi
│   │   └── target_uart
│   ├── u-boot-helios4
│   │   ├── board_clearfogbase
│   │   ├── board_clearfogpro
│   │   ├── board_helios4
│   │   ├── target_spi
│   │   └── target_uart
│   ├── u-boot-imx6
│   │   ├── board_cubox-i
│   │   ├── board_udoo
│   │   ├── board_wandboard
│   │   ├── target_sata
│   │   ├── target_sdhc
│   │   └── target_spi
│   └── u-boot-s5p6818
├── u-boot-media
├── u-boot-meson64
│   ├── board_bananapim5
│   ├── board_jethubj100
│   ├── board_jethubj80
│   └── board_radxa-zero
├── u-boot-rk322x
│   └── board_rk322x-box
├── u-boot-rk35xx
│   └── board_rock-3a
├── u-boot-rockchip
│   ├── board_miqi
│   ├── board_tinkerboard
│   └── board_xt-q8l-v10
├── u-boot-rockchip64
│   ├── board_nanopi-r4s
│   ├── board_rk3318-box
│   ├── board_rockpi-s
│   ├── board_station-m1
│   └── board_station-p1
├── u-boot-sunxi
│   ├── board_lime2
│   └── board_olimex-som-a20
├── v2020.04
└── v2022.04
    ├── board_espressobin
    └── board_macchiatobin-doubleshot

Jira reference number AR-1389

How Has This Been Tested?

  • [x] Each moved was manually tested.

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] Any dependent changes have been merged and published in downstream modules

View the full article

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines