Commit Graph

49 Commits

Author SHA1 Message Date
Igor
4850dbfbf9
Add BOARD_VENDOR to board configs (#9063)
* Add BOARD_VENDOR to board configs

* Add BOARD_VENDOR to all board configuration files

- Added BOARD_VENDOR variable to board configuration files
- Using lowercase vendor slugs (e.g., friendlyelec, radxa, xunlong)
- Set 'generic' for boards without clear vendor match
- TV box files (.tvb) excluded as they have no clear vendor
- Enables better board categorization and vendor-specific handling

* Manual adjustements on top of AI matching

* Drop doubled definition and add retroid vendor
2025-12-14 10:28:37 +01:00
Rolf Leggewie
82a5bc5e93 config / BPi M2+: change order of preferred kernels 2025-08-21 18:16:18 +08:00
Rolf Leggewie
47a73d027c officially support Banana Pi M2+ 2025-04-27 23:04:42 +02:00
igorpecovnik
8dee103d8f Update report 2023-07-18 14:13:09 +02:00
Igor
f9d71174f1
Update report (#5353)
Co-authored-by: igorpecovnik <igorpecovnik@users.noreply.github.com>
2023-06-19 20:08:36 +02:00
hzyitc
e189c104c2
Introduce the BOARD_MAINTAINER in board config (#5159)
* Introduce the `BOARD_MAINTAINER` in board config

Yes, we have documented the maintainers in `armbian/documentation`.
But it seem like that some of them don't maintain anymore.
Use a separated repos make us forget to update it.
So let's document here.

What's more, defining this make us easier to update `.github/CODEOWNERS`

* Set `BOARD_MAINTAINER` accroding to `armbian/documentation`

* Guess `BOARD_MAINTAINER`

Set he/she as board maintiner if he/she:
1. Create the board config
3. Commit at lease 3 times for the board config
3. Commit most for the board config

* Guess `BOARD_MAINTAINER`

Set he/she as board maintiner if he/she:
1. Create the board config
2. The only one to commit for the board config

* Set `BOARD_MAINTAINER` to empty for other boards
* AR-1712 fixing PR from wrong DB
* Fixing maintainers

Signed-off-by: Igor <igor@armbian.com>

* Add variable to missing ones

---------

Signed-off-by: Igor <igor@armbian.com>
Co-authored-by: Rafal-Hacus <68160861+Rafal-Hacus@users.noreply.github.com>
Co-authored-by: Igor <igor@armbian.com>
2023-06-19 17:30:35 +02:00
Igor Pečovnik
0cdffb29b0
Renaming DEV branch to EDGE (#2704)
* Change DEV to EDGE
* Renaming patches dev folder to edge
* Move patches into subdir where they will be archived.
* Relink patch directories properly
2021-03-24 19:01:53 +01:00
Igor Pečovnik
9c6ef73c5b
Add vendor name to the board description (#1997)
* Add vendor name to the board desctiption, move Cubieboard 1 to supported
2020-05-29 12:22:38 +02:00
Igor Pečovnik
150ac0c2af
Remove K<4, change branches, new features (#1586)
AR-1 - Adding support category for distributions
AR-4 - Remove Allwinner legacy
AR-5 - Drop Udoo family and move Udoo board into newly created imx6 family
AR-9 - Rename sunxi-next to sunxi-legacy
AR-10 - Rename sunxi-dev to sunxi-current
AR-11 - Adding Radxa Rockpi S support
AR-13 - Rename rockchip64-default to rockchip64-legacy
AR-14 - Add rockchip64-current as mainline source
AR-15 - Drop Rockchip 4.19.y NEXT, current become 5.3.y
AR-16 - Rename RK3399 default to legacy
AR-17 - Rename Odroid XU4 next and default to legacy 4.14.y, add DEV 5.4.y
AR-18 - Add Odroid N2 current mainline
AR-19 - Move Odroid C1 to meson family
AR-20 - Rename mvebu64-default to mvebu64-legacy
AR-21 - Rename mvebu-default to mvebu-legacy
AR-22 - Rename mvebu-next to mvebu-current
AR-23 - Drop meson64 default and next, current becomes former DEV 5.3.y
AR-24 - Drop cubox family and move Cubox/Hummingboard boards under imx6
AR-26 - Adjust motd
AR-27 - Enabling distribution release status
AR-28 - Added new GCC compilers
AR-29 - Implementing Ubuntu Eoan
AR-30 - Add desktop packages per board or family
AR-31 - Remove (Ubuntu/Debian) distribution name from image filename
AR-32 - Move arch configs from configuration.sh to separate arm64 and armhf config files
AR-33 - Revision numbers for beta builds changed to day_in_the_year
AR-34 - Patches support linked patches
AR-35 - Break meson64 family into gxbb and gxl
AR-36 - Add Nanopineo2 Black
AR-38 - Upgrade option from old branches to new one via armbian-config
AR-41 - Show full timezone info
AR-43 - Merge Odroid N2 to meson64
AR-44 - Enable FORCE_BOOTSCRIPT_UPDATE for all builds
2019-11-19 23:25:39 +01:00
Igor Pečovnik
e1d4c83ad6
G-serial cleanup (#1549)
* Initial commit for serial consoles rfc
* Board configuration cleanup + small tweaks
* Add serial gadget rename to dev kernel as well
* Cleanup, fixing permissions
* Cleanup board configs
2019-09-13 22:20:11 +02:00
Igor Pečovnik
1221d59233
Build all targets RFC (#1515)
* Introducing build-all-ng
* Implementing REBUILD_IMAGES='board1,board2,...' for rebuilding certain images only
* Add optimisations when building kernels - only cycle trough needed targets. Adding variable for defining whether an image is build, otherwise only BSP is made.
* repository manipulating RFC
* Add bianco deb file that is added by default if repository is clean
* Switch to gpg2 signing method, small bugfix
* Create subdir for debs and debs-beta
* Synaptic bugfix: installing indexing tools https://forum.armbian.com/topic/8021-orange-pi-one-synaptic-package-manager-search-very-slow/?do=findComment&comment=74918
* add all modules by default to Odroid N2, but leave them commented
* Bugfix: not making any builds when selecting kernel_only
* Remove EXTERNAL=yes ... move armbian-config and armbian-firmware into main compilation area, drop others since they are deprecated anyway. This will also enable multi threaded images making
* Move armbian.list to create_sources_list function. Replace NTP by Chrony. Remove armbian-firmware from PACKAGE_LIST and RockPi 4A (#1528)
* Replace NTP by chrony. Remove installion of outdated armbian-firmware from reposity.
* added RockPi 4A
* New format for board config
* Fix Bluetooth dependencies for minimal package - add rfkill to family related installs
* Moving networkd-dispatcher from minimal image
* Cubox-i: update default config
* Improving umount process
* Add purgesource feature
* Add FULL_DESKTOP to install few more applications on top of our desktop - notebooks should * rk3399 default: adjust patches and configuration
* Enable full desktop on most powerfull boards and notebooks

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-01 22:13:13 +02:00
Igor Pecovnik
61001f9b4b
Internal feature - change Debian Stretch to Buster when building all images
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-06-29 22:03:47 +02:00
Igor Pecovnik
25889024dd [ general ] Fine tune boards descriptions. Change text "supported" with "boards with high level of software maturity" 2019-05-11 21:50:17 +02:00
Igor Pecovnik
813d30b72f [ bananapim2plus ] set proper u-boot config 2019-04-25 19:35:00 +02:00
Igor Pecovnik
8f4ab52b6e [ sunxi next ] Fixed thermal throtling for H5 devices and removed (deprecated) individual CPU speed settings from board config. Tested on H3 and H5 devices - it seems to work correctly now. https://forum.armbian.com/topic/2869-armbian-for-orangepi-pc2-allwinner-h5/?do=findComment&comment=76886 2019-04-12 11:56:06 +02:00
Igor Pecovnik
bcd83eab44 Adjust board build targets 2018-08-21 12:52:13 +02:00
Igor Pečovnik
1a12994e79
Moving sunxi-next to 4.17.y (#1049)
* [Early WIP] Update sunxi-next to kernel 4.17
* Switch Allwinner 32 and 64bit to U-boot 2018.05
* Adjust patched for 4.17.y / sunxi-next
- adjust both configurations
- removing FAT support from u-boot (breaks if you try to save)

Tested those boards:
Cubietruck: wlan fails http://ix.io/1fYS USB OK, HDMI yes
Bananapi R40: http://ix.io/1fZm USB OK, HDMI yes
Lime A64: USB no, HDMI no, wireless buggy, eMMC yes
Orangepi prime H5: OK http://ix.io/1fZJ DVFS no
Orangepi2e: DVFS OK, HDMI OK, net OK, wifi OK, eMMC ok,  http://ix.io/1fZT

* Kernel config update, enabling HDMI on CT+
* Trying to fix A64 HDMI but failed. Fixed M64 ethernet instead
* Update orangepioneplus.wip
* Update orangepioneplus.wip
* Fix H6 build process
* Add regulator bits for Orangepizero+, thanks to @5kft
* add H5 support for optional 1.3v regulator and 1.3GHz operation
This patch adds two optional overlays that can be used to:

1) enable the 1.1v/1.3v regulator on boards that provide the necessary compatible H/W support
2) modify the default CPU clock operating table to add new 1.2GHz and 1.3GHz clocks

Note that the generated regulator overlay will only support boards whose 1.1v/1.3v regulator
is controlled by GPIO PL6.
* updates for the NanoPi NEO Plus2
This change introduces a patch that provides two changes for the NanoPi NEO Plus2:
* Configure the "cpu0" to use the "vdd_cpux" regulator; this enables the ability to use higher CPU clocks
* Correct the configurations of the on-board power and status LEDs
* Adjust nightly building and few boards config cleanup
2018-07-17 15:53:30 +02:00
Igor Pecovnik
ff2e8df69e Cleanup board configuration files. Remove deprecated sections - they are defined directly in web page now - and adding CLI dev nightly images at several Allwinner boards 2018-06-05 12:34:09 +02:00
Igor Pecovnik
59adaca803 Moving Banana M2 to EOS, adding desktop NEXT target to M2+ 2018-01-25 10:28:45 +01:00
Igor Pecovnik
d1924e54dd Up with version and preparing image target selection for next rebuild. Adding test images for H3/H5 boards 2018-01-24 19:13:28 +01:00
ThomasKaiser
c8b2eaa893 Introduce BOARDFAMILY and base LINUXFAMILY on this
https://forum.armbian.com/topic/5759-535-bug-questions-collection/ -- logic should also work with legacy kernels and shouldn't break based on DT contents
2017-11-26 23:05:18 +01:00
Igor Pecovnik
9cd3f45d4f Update build targets - adding Stretch where possible 2017-11-23 13:56:58 +01:00
Igor Pecovnik
785198eef5 Add Friendlyarm Nanopi M1+, add 3rd USB port for M1, RTSCTS pin for UART3 2017-11-09 17:34:43 +01:00
Igor Pecovnik
204c8d39b1 Bananapi M2+. Enable HDMI on NEXT kernel, g_serial, Stretch deskop nightly, small bugfix on deskop creation 2017-11-09 13:24:15 +01:00
Igor Pecovnik
082cf67db0 More buy board links 2017-10-05 07:10:50 +02:00
ThomasKaiser
edc7b2ee1c Minor OMV and GbE board tweaks 2017-09-09 08:51:25 -07:00
zador-blood-stained
058d8523e2 Disable most nightly targets
Reorganize board config files
2017-06-23 18:21:02 +03:00
zador-blood-stained
42232739d0 WIP: Update mainline u-boot to v2017.05 2017-05-08 19:56:18 +03:00
Igor Pecovnik
b06ff88e1e Another pack of conf updates 2017-04-27 20:04:25 +02:00
zador-blood-stained
d68ca257ac Remove obsolete module from BPi M2+ config 2017-02-08 23:19:12 +03:00
Igor Pecovnik
9f6a60a1c6 Removing DEV desktop target from Banana M2+ 2017-02-08 19:25:04 +01:00
Igor Pecovnik
f40685d5a5 Add more desktop targets 2017-02-02 21:04:29 +01:00
Igor Pecovnik
b9f4c9ed55 The same as previous commit 2017-01-14 19:18:43 +01:00
Igor Pecovnik
b22432294e BPi M2+ fixes for mainline kernel and added to night builds 2016-12-23 18:44:59 +01:00
Igor Pecovnik
731d140613 Configuration cleanup 2016-12-07 15:58:00 +01:00
Igor Pecovnik
d04ac04af5 Changing desktop targets for automated build - next images will be Xenial except on imx6 boards and added Pine64 default desktop (need to be tested) 2016-11-17 11:30:35 +01:00
ThomasKaiser
ff28ce5bad Some NanoPi Air fixes 2016-10-16 16:38:24 +02:00
Igor Pecovnik
47714a8abd Disable WOW on bcmdhd and do automatic power on for wifi
http://forum.armbian.com/index.php/topic/872-beelink-x2-with-armbian-possible/?p=16785
2016-10-02 20:42:37 +02:00
Igor Pecovnik
09b9555d3f Add back targets to build Xenial deb packages 2016-09-20 18:15:55 +02:00
ThomasKaiser
4b3e228250 Add sunxi-cir to /etc/modules on H3 boards 2016-06-20 16:02:28 +02:00
ThomasKaiser
8235373544 Never resize rootfs to whole card size, prepare BT on BPi M2+ 2016-06-06 17:08:56 +02:00
Igor Pecovnik
51c0436f84 Enable wireless on M2+ 2016-06-01 13:10:06 +02:00
Igor Pecovnik
28d4b14609 Wireless driver for Banana M2+ (bcmdhd) 2016-05-12 13:07:58 +02:00
zador-blood-stained
d73d6024b0 Added board names to config files
Split H3 boards that have separate u-boot config
Update Pine64-default packaging script
2016-05-09 18:54:49 +03:00
zador-blood-stained
f62f15cc7b Rework configuration.sh 2016-05-02 16:33:37 +03:00
Igor Pecovnik
dee4bbcf6c Removing wheezy from autobuild 2016-04-28 21:05:33 +02:00
Igor Pecovnik
2697f999c4 Board config rework, more precise target defining for automated build process, build kernel only removed from switch, so it prompts by default 2016-04-18 22:10:31 +02:00
zador-blood-stained
0c6f683a75 Move sun8i mainline to sun8i-dev LINUXFAMILY 2016-04-18 15:17:28 +03:00
zador-blood-stained
a2b8ac6424 Create board configuration files from configuration.sh 2016-04-16 16:48:21 +03:00