summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-13修改CI编译条件 & 更新 onie-netcfg-set 脚本HEADv2.0.7-20230613dev-23.06luwenpeng
* 增加注释信息 * 避免grubenv原始数据没有换行符造成onie_network_option配置无法识别
2023-06-12[add] Display Common Configluwenpeng
* CONFIG_FB_BOOT_VESA_SUPPORT=y * CONFIG_FB_VGA16=y * CONFIG_FB_VESA=y * CONFIG_FB_SIMPLE=y * CONFIG_VGASTATE=y
2023-06-07TSG-15421 ONIE适配Dell服务器支持MEGA RAIDv2.0.6-20230607rel-23.06luwenpeng
https://www.kernelconfig.io/config_megaraid_sas LSI Logic MegaRAID SAS RAID Module modulename: megaraid_sas.ko configname: CONFIG_MEGARAID_SAS Linux Kernel Configuration └─> Device Drivers └─> SCSI device support └─> SCSI low-level drivers └─> PCI support └─> LSI Logic MegaRAID SAS RAID Module
2022-03-25禁用onie-netcfg-set的bond配置功能v2.0.5-20220325rel-21.07dev-21.07luwenpeng
2022-03-25onie-netcfg-set支持透传bond参数v2.0.4-20220325luwenpeng
2022-03-23TSG-9977 ONIE适配TSG-X设备支持配置主备模式的LAGv2.0.3-20220323luwenpeng
2022-03-14修改onie-netcfg-net的提示信息v2.0.2-20220314luwenpeng
2022-03-14将TSG-X重命名为TSG-X_NXR620G40_R01v2.0.1-20220314luwenpeng
2022-03-11TSG-9879 ONIE适配TSG-X设备HOST的网络配置luwenpeng
2022-03-07TSG-9859 ONIE适配TSG-X设备BMC的键盘输入luwenpeng
2022-03-03TSG-9616 ONIE适配TSG-X设备的显卡驱动luwenpeng
2021-12-29TSG-9216 修改onie-os-images安装包上传仓库的方式v1.0.1-20211230luwenpeng
2021-08-19TSG-6939 TSG-ONIE 增加 CI 自动发布 release 版本v1.0.0-202107luwenpeng
2021-06-01Repair management port IP automatic configuration error problemGN-2021.06-devsongyanchao
2021-06-01fix sshd listen portluwenpeng
2021-05-24Support auto IP address config based on ipmitoolluwenpeng
2021-05-23Support for GEEDGENETWORKS TSG-7400 Series MCNluwenpeng
2021-04-29fix mgnt ip setup using ONIE embed mode.Lu Qiuwen
2021-04-29fix no answered kernel config entries.Lu Qiuwen
2021-04-29Support auto IP address config based on IPMI addr.Lu Qiuwen
2021-04-27Rename 9140-NPB to 9000-NPB.Lu Qiuwen
2021-04-27Support for GEEDGENETWORKS TSG-9000 Series NPC.Lu Qiuwen
2021-04-10CONTRIBUTING: Put commit message example on separate linemasterPaul Menzel
Give more prominence to the example, and avoid having the dot/period at the end (though after the quotation). Signed-off-by: Paul Menzel <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2021-04-10CONTRIBUTING: Capitalize commit message summary in examplePaul Menzel
git's default commit messages do it, it’s [recommended][1], and it improves readability. [1]: https://chris.beams.io/posts/git-commit/#capitalize Signed-off-by: Paul Menzel <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2021-04-10CONTRIBUTING: Use imperative mood in commit message examplePaul Menzel
git's default messages for merging and reverting use imperative mood, so be consistent. It's also recommended in [How to Write a Git Commit Message][1]. (I know some random blog post in the WWW.) [1]: https://chris.beams.io/posts/git-commit/#imperative Signed-off-by: Paul Menzel <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2021-04-10CONTRIBUTING: Update URL for *The Lifecyle of a Patch*Paul Menzel
The URL moved to HTTPS, but cannot be found anymore. $ curl -I https://www.linuxfoundation.org/content/22-lifecycle-patch HTTP/2 404 After finding [a snapshot of the page in the Wayback Machine][1], the text is also in the Linux kernel documentation now, so link to that. [1]: https://web.archive.org/web/20160426082058/https://www.linuxfoundation.org/content/22-lifecycle-patch Signed-off-by: Paul Menzel <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2021-04-02delta_tx4810: Add newline to end of `onie-plarform-env.patch`Paul Menzel
The build currently fails due to a patch with no newline at the end. Importing patch "onie-plarform-env.patch" ... error: corrupt patch at line 15 done stg import: Patch does not apply cleanly Adding the newline fixes the issue. Fixes: 34be58fd ("Add new platform: delta_tx4810") Signed-off-by: Paul Menzel <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2021-04-01delta_tn48m: Add newline to end of `onie-plarform-env.patch`Paul Menzel
The build currently fails due to a patch with no newline at the end. $ make MACHINEROOT=../machine/delta MACHINE=delta_tn48m all V=1 […] Initialized empty Git repository in /dev/shm/onie/build/delta_tn48m-r0/u-boot/u-boot-2018.03/.git/ Checking for changes in the working directory ... done […] Importing patch "0001-Marvell-u-boot-armada7020" ... <stdin>:24187: trailing whitespace. <stdin>:24256: trailing whitespace. <stdin>:31865: space before tab in indent. The boot image will be encrypted if this parameter is included <stdin>:52996: trailing whitespace. <stdin>:53007: space before tab in indent. /* Read PCS MISCS CTL */ warning: squelched 75 whitespace errors warning: 80 lines add whitespace errors. Now at patch "0001-Marvell-u-boot-armada7020" done Importing patch "onie-plarform-env.patch" ... error: corrupt patch at line 15 done stg import: Patch does not apply cleanly Adding the newline fixes the issue. Fixes: b5adc201 ("Add new platform: delta_tn48m") Signed-off-by: Paul Menzel <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2021-04-01onie-build-targets: Strip trailing whitespacePaul Menzel
Signed-off-by: Paul Menzel <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2021-03-31Delta tx4810: disable unused ethernet interfaces in kernel device treeos-vincent.liu
Signed-off-by: Vincent Liu <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2021-03-31Inventec D7332: add to support ONIETing.Jack
Signed-off-by: Ting.Jack <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2021-02-12onie-build-targets.json: silicom_madrid builds with 2021.02 releaseAlex Doyle
Failed to update this in the initial commit. Signed-off-by: Alex Doyle <[email protected]>
2021-02-12New platform: silicom_madridTiago Brusamarello
Add support for Silicom Madrid uCPE Specification: - CPU based on Intel Atom C3000 series (up to 16 cores) - Memory up to 32GB DDR4 SDRAM - Up to 128GB eMMC for storage - Ethernet ports: 2x1GbE RJ45 via C3000 through Marvell 88E1514P 4x1GbE RJ45 via i350AM 2x1GbE Combo via C3000 through Marvell 88E1543 - Support for WiFi - Support for LTE Signed-off-by: Tiago Brusamarello <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-12-26Add new platform: delta_tx4810os-vincent.liu
The machine has 48x10GbE SFP+ ports on a Mellanox Spectrum switch ASIC. The CPU module is a Marvell amada 88F7040. Signed-off-by: os-vincent.liu <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-12-26Add delta_agc7008s to onie-build-targets.jsonAlex Doyle
Missed this in prior platform add commit. Signed-off-by: Alex Doyle <[email protected]>
2020-12-10Add new platform delta agc7008sjohnson
Signed-off-by: Johnson Lu <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-10-20Update ipmitool to 1.8.18, and update download url to GitHubAudi Hsu
The sourceforge site of ipmitool has moved from: https://sourceforge.net/projects/ipmitool/files/ipmitool/ to: https://github.com/ipmitool/ipmitool/releases This updates ipmitool from version 1.8.15 to 1.8.18. Tested by building quanta_common_rglbmc accton_as5916_54xks The source package mirror at mirror.opencompute.org has been updated with ipmitool-1.8.18.tar.bz2 Signed-off-by: Audi Hsu <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-09-18Pegatron common_bde: add support for FN-8032-BN-F series.Wolf Lin
Add below three models support into pegatron_common_bde: 1. Pegatron_fn_8032_bn_f: with Nephos Leo NP8579 x1 32x400GbE QSFP-DD ports 2. Pegatron_fn_8032_ba_f: with Nephos Leo NP8579 x1 32x400GbE QSFP-DD ports and Aspeed AT2500 BMC 3. Pegatron_fm_6256_ba_f: with Marvell Falcon 98CX8512 x1 48x10GbE/25GbE SFP28 ports, and 8x40GbE/100GbE QSFP28 ports and ASpeed AT2500 BMC The CPU is a Intel Broadwell-DE D1527 Other changeset added into this commit are: - Supoort IPMI Signed-off-by: Wolf Lin <[email protected]> Signed-off-by: Max Lee <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-09-11Quanta: Add support for QuantaMesh COME CPU boardwill_kuo
================================================================================ QuantaMesh COME CPU board (Broadwell-DE) ================================================================================ QuantaMesh switch which supports modularized CPU board design, have a non-programmable H/W component for mother board detection. For motherboard detection, please refer to ``busybox/miscutils/mb_detect.c`` Supported Platforms ======================= - T7040-IXAE (cpu module) 40x100G QSFP28 ports - T7080-IXA (cpu module) 80x100G QSFP28 ports - For more detail product information, please refer to https://qct.io/ Specification ================= - Modularized CPU board design - 1 RJ-45 out-of-band management port (10/100/1000M) - 1 RJ-45 console port - 1 2x16GB DDR4 SDRAM - 1 M.2 NVMe SSD 128GB, maximum to 2x256GB - 1 USB 2.0 port Signed-off-by: Will Kuo <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-09-01Add new platform: delta_tn48mos-vincent.liu
The machine has 48x1GbE RJ45 and 4x10G SFP+ ports on a Marvell AllyCat3X switch ASIC. The CPU module is a Marvell amada 88F7040. Signed-off-by: Vincent Liu <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-08-31Pegatron common_bde: add platform to support ONIEWolf Lin
Add below model support into pegatron_common_bde: 1. Pegatron_fm_6256_bn_f: with Marvell Falcon 98CX8512 x1 48x10GbE/25GbE SFP28 ports, and 8x40GbE/100GbE QSFP28 ports The CPU is a Intel Broadwell-DE D1527 Other changeset added into this commit are: - Supoort BIOS/UEFI bootcode - Enhance main board detection - Add I2C arbiter PCA9641 support Signed-off-by: Wolf Lin <[email protected]> Signed-off-by: Max Lee <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-06-15New platform: delta_agcv208sgrace
GitHub pull request: 920 Signed-off-by: grace <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-06-09New platform: delta_agcv208sv1grace
New Project is created for Agema. Signed-off-by: grace <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-06-08Add a generic ONIE for Delta Denverton CPU board.johnson
Target: delta_common_dnv Signed-off-by: johnson <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-06-08Add a generic ONIE for Delta BROADWELL-DE CPU board.johnson
Signed-off-by: johnson <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-06-08Add Alpha Networks SPX60D0-082F: Summary: 8*XFP+2*QSFP/Intel Denverton C3508.Jonathan_Huang
Specs: 8 x 10 Gigibit XGS-PON ports. 2 x 100 Gigibit Ethernet QSFP ports. Broadcom BCM88470(Qumran-AX) switch ASIC. The CPU is a Intel Denverton C3508 4-Core/1.6GHz. The default console device is ttyS1. Signed-off-by: Jonathan_Huang <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-05-15Accton EBOF: add to support ONIEdavid_yang
The machine has 24x200GbE Fabric ports on Marvell Falcon 98CX8520 switch ASIC. CPU module is Intel Denverton C3558. Signed-off-by: David Yang <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-05-15Netberg nba610: Fixed config file instead of erroneous junkAndrew Sapronov
Signed-off-by: Alex Doyle <[email protected]>
2020-04-30Marvell a7020-comexp - add support for common CPU moduleGil Tabibian
Signed-off-by: Gil Tabibian <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
2020-04-30Add a JSON file for build automation to track platform build health.Alex Doyle
The primary use of this file is to be parsed by a Jenkins instance to create build jobs for all supported platforms. As such it will have to be updated each time a new platform is added. Description ----------- As JSON doesn't easliy allow for adding comments, newlines separate vendors to help improve readability. Each platform entry has the following fields: Vendor - Company that produces the hardware. This corresponds with the directory under onie/machine Platform: Name of the target to build. This is supplied to MACHINE= when building BuildEnv: Known working Debian based build environment for this Platform. Release: Last release where the platform built. Architecture: CPU type used by the platform. Used in categorizing build issues. Notes: Description of any known current build problems. These fields can be parsed from the command line using 'jq', which should be installable via your local package manager (i.e. 'apt install jq' should work for a Debian based Linux). Some parsing examples: ---------------------- jq . scripts/onie-build-targets.json jq '.[] | select(.Notes!="No notes.")' scripts/onie-build-targets.json jq '.[] | select(.Architecture=="PowerPC")' scripts/onie-build-targets.json jq '.[] | select(.Architecture!="amd64")' scripts/onie-build-targets.json jq '.[] | select(.Vendor | . and contains("accton"))' scripts/onie-build-targets.json Signed-off-by: Alex Doyle <[email protected]>