summaryrefslogtreecommitdiff
path: root/meta-aspeed
AgeCommit message (Collapse)AuthorFilesLines
2022-10-17linux-aspeed: Move to v6.0.2 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 6.0.1 and 6.0.2 stable releases. Change-Id: I901f61142628856b843f3849a8896c6ffa9ce7b1 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-17linux-aspeed: SPI, MCTP, USB fixesJoel Stanley1-1/+1
Chin-Ting Kuo (1): spi: aspeed: Fix typo in mode_bits field for AST2600 platform Cédric Le Goater (1): spi: aspeed: Fix window offset of CE1 Jeremy Kerr (1): mctp: prevent double key removal and unref Joel Stanley (1): usb: gadget: aspeed: Fix probe regression Change-Id: Ie7d3829732e3077a1539632129e6fd43bf3e4eb0 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-14meta-aspeed: add w25q01jvq spi-nor supportPatrick Williams1-1/+1
Potin Lai (1): mtd: spi-nor: winbond: Add support for w25q01jvq Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I89ac0235f9342b731bcb6a22a5c7086fae69af73
2022-10-14linux-aspeed: SSIF, Bletchley fixesJoel Stanley1-1/+1
Joel Stanley (2): ARM: config: aspeed_g5: Enable SSIF BMC driver ARM: config: aspeed: Remove FIRMWARE_MEMMAP Potin Lai (2): ARM: dts: aspeed: bletchley: update and fix gpio-line-names ARM: dts: aspeed: bletchley: enable emmc and ehci1 Quan Nguyen (3): ipmi: ssif_bmc: Add SSIF BMC driver bindings: ipmi: Add binding for SSIF BMC driver i2c: aspeed: Assert NAK when slave is busy Change-Id: I2238e1504cdb5db9ef7977df96aa5a270b5971c3 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-14linux-aspeed: Move to Linux 6.0Joel Stanley1-3/+3
This moves the OpenBMC kernel to a v6.0 base for ASPEED. There are 81 patches in the tree, with 40 of those patches not yet queued for merging in v6.1 (and 17 of these relate to Nuvoton not ASPEED). Since v5.15, we have the following support now merged upstream: - PECI, thanks to Jae and Iwona - MCTP, thanks to Jermey and Matt - spi-nor, thanks to Cédric - nct6775 i2c and lm25066, thanks to Zev - ast2600 adc, thanks to Billy - ast2600 gfx, thanks to Tommy Congratulations to everyone who worked on these patches and got them through upstream review. Your contributions improve OpenBMC for everyone, and ease the maintenance work required for the kernel. The remainding out of tree ASPEED patches that need to be worked on: Andrew Jeffery (7): dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation pmbus (max31785): Add support for devicetree configuration pmbus (core): One-shot retries for failure to set page pmbus (max31785): Wrap all I2C accessors in one-shot failure handlers ARM: dts: aspeed: witherspoon: Update max31785 node ipmi: kcs_bmc: Add a "raw" character device interface ipmi: kcs: Poll OBF briefly to reduce OBE latency Cédric Le Goater (1): /dev/mem: add a devmem kernel parameter to activate the device Eddie James (7): dt-bindings: soc: Add Aspeed XDMA Engine soc: aspeed: Add XDMA Engine Driver soc: aspeed: xdma: Add user interface soc: aspeed: xdma: Add reset ioctl soc: aspeed: xdma: Add trace events i2c: core: Add mux root adapter operations iio: si7020: Lock root adapter to wait for reset Jae Hyun Yoo (1): clk: ast2600: enable BCLK for PCI/PCIe bus always Joel Stanley (6): net: ftgmac100: Ensure tx descriptor updates are visible ARM: aspeed: Add debugfs directory ARM: soc: aspeed: Add secure boot controller support dt-bindings: trivial-devices: Remove Infineon SLB9673 TPM arm64: configs: Add Nuvoton NPCM defconfig ARM: dts: nuvoton: npmc750-evb: Add default console Johannes Holland (1): dt-bindings: tpm: Add schema for TIS I2C devices Change-Id: I285cf7ef264dfa7ab4cd59222874324aaec1538b Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-12meta-aspeed: OWNERS: updateBrad Bishop1-1/+0
It's been quite some time since I've helped to maintain the ASpeed bitbake metadata, so it is time to remove myself from the list. Thanks to Joel for stepping in to fill that void long ago. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I12dd9590bde4144a69b89e03fc7a06a76d1ab495
2022-10-06linux-aspeed: Remove FIRMWARE_MEMMAPJoel Stanley3-3/+0
It's an x86 thing, so it's dead code. Saves 1.6KB. Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I96fce5c5355737bd1974089d0ad1538334340a62
2022-10-05linux-aspeed: Disable SLUB_DEBUGJoel Stanley3-0/+3
SLUB_DEBUG increases code size and has no known users in production BMC images. It was likely implicitly enabled when we switched from SLAB to SLUB in commit 271bf3dce908 ("meta-aspeed: Enable hardened allocator feature"). aspeed_g5_defconfig (v5.15): Total: Before=11329249, After=11309638, chg -0.17% aspeed_g5_defconfig (v6.0): Total: Before=11003344, After=10949112, chg -0.49% Built with arm-linux-gnueabihf-gcc (Debian 12.2.0-3). A saving of 19KB for the current kernel, and 54KB for the future kernel version. Change-Id: I446d6e8b6e9f4b717de9c3ee06e0b822e5cde75f Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-09-30add langdale to compatible layerAndrew Geissler1-1/+1
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I65febeeec11e6e5b40ee728f42cfbe77023dae1e
2022-09-29u-boot-aspeed: Re-init ECCJoel Stanley1-1/+1
Joel Stanley (1): ram/aspeed: Re-init ECC if requested but not enabled Change-Id: I083b2cec3b569efee97a16c5e9d2cbfeba642951 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-09-24u-boot-aspeed: ECC device tree supportJoel Stanley1-1/+1
This moves ECC support to be device tree based. All u-boot images using the defconfig will contain the code to run with ECC, but it will only be enabled by systems that set the aspeed,ecc-enabled device tree property. p10bmc is the first machine to enable ECC in this fashion. Joel Stanley (4): config/ast2500: Enable RAM devices ram/aspeed: Use device tree to configure ECC ram/aspeed: Remove ECC config option ARM: dts: aspeed: p10bmc: Enable ECC Change-Id: I352f7d801f4becb937a2dede5910618eeddd1f0e Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-09-24linux-aspeed: Enable EDAC driverJoel Stanley1-0/+1
The Error Detection and Correction driver is used for reporting ECC errors to userspace. On a system that does not have ECC enabled it will not probe. Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: Id804e055eef6a6cc1696fedaf670d4ec125d1417 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-09-23linux-aspeed: p10bmc memory regions, dps310, pca955xJoel Stanley1-1/+1
Adriana Kobylak (1): ARM: dts: aspeed: rainier,everest: Move reserved memory regions Joel Stanley (2): iio: pressure: dps310: Reset chip after timeout leds: pca955x: Add HW blink support Change-Id: I6cd6d104bd7d1b2fb85625b530ba1b68f33a6351 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-09-21linux-aspeed: Move to v5.15.69 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.15.68 and 5.15.69 stable releases. Change-Id: Ie421be7ade33e2f887aff0432dcb44d6f6f63cbe Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-09-13linux-aspeed: Move to v5.15.67 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.15.62 through to 5.15.67 stable releases. Change-Id: I7db52e67280e16b19fb18dae743bf8ccb4231c20 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-09-09treewide: handle upstream TEMPLATECONF movePatrick Williams2-0/+0
The latest poky commit is requiring us to have all of our template configs in a subdirectory instead of directly in the `conf` directory. Without this we end up with errors during setup like: ``` Error: TEMPLATECONF value (which is .../openbmc/meta-facebook/meta-bletchley/conf) must point to meta-some-layer/conf/templates/template-name ``` Fix this by moving all of our template files into the 'default' template subdirectory (following the pattern of poky) and modifying `setup` as necessary to follow. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iecefde73d55acbb6bc63ae3d68c4311adaf327ae
2022-08-23linux-aspeed: Add IBM BonnellJoel Stanley1-1/+1
Eddie James (1): ARM: dts: aspeed: Add IBM Bonnell system BMC devicetree Change-Id: I5a43ba03d00001cfa408d0a35337e8fc2465170f Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-08-18linux-aspeed: MtJade updatesJoel Stanley1-1/+1
Quan Nguyen (5): ARM: dts: aspeed: mtjade: Enable secondary flash ARM: dts: aspeed: mtjade: Update rtc-battery-voltage-read-enable pin ARM: dts: aspeed: mtjade: Update host0-ready pin ARM: dts: aspeed: mtjade: Rename GPIO hog nodes to match schema. ARM: dts: aspeed: mtjade: Move all adc sensors into iio-hwmon node Change-Id: Ic9f87a8e90e8af33f8df5982f11eb02d2ba181bd Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-08-18linux-aspeed: Move to v5.15.61 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.15.60 and 5.15.61 stable releases. Change-Id: I0d226adcea5539028ad63c52f02d42e247f1a299 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-08-18linux-aspeed: Bletchley updatesJoel Stanley1-1/+1
Potin Lai (2): ARM: dts: aspeed: bletchley: Add USB debug card IPMB node ARM: dts: aspeed: bletchley: Remove hdc1080 node Change-Id: I5ca01ca42c86d94ebe6e9ba8bf513da6681ecb0e Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-08-09u-boot-aspeed: Add RomulusJoel Stanley1-1/+1
Joel Stanley (1): ARM: dts: aspeed: Add a Romulus board (AST2500) Change-Id: I7896cfaf111cd757b602cbd194c281bd05776170 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-08-09meta-aspeed: otptool: Multiple configurationsAndrew Jeffery2-30/+43
Enable generating multiple OTP binaries by specifying multiple OTP configuration files. Change-Id: I1ce81cd2c1d0f501578b927eb31cce5a37cdcf1f Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2022-08-09meta-aspeed: otptool: Embed config name in OTP image output filenameAndrew Jeffery2-5/+9
We're moving towards support for generating multiple OTP binaries per platform configuration, so allow for differentiation in the file paths. Change-Id: Iff01e524013fbf8cfdec0f8d7e7a599ee457514d Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2022-08-09meta-aspeed: socsec-sign: Fix comment about SRAM layoutAndrew Jeffery1-1/+1
It mistakenly refers to SDRAM, which doesn't make sense in context. Change-Id: I1890b4b87ddc7592f28cdcd1957952dd8bdfaba7 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2022-08-04u-boot-aspeed: Add w25q512nwJoel Stanley1-1/+1
Jae Hyun Yoo (1): mtd: spi-nor-ids: add winbond w25q512nw family support Change-Id: Id46df51aab2bc6313d9f0d722ae25ff9325fc055 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-08-04linux-aspeed: Move to v5.15.59 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.15.51 through to 5.15.59 stable releases. Change-Id: I0e4917a3cd0c461730d8f7b1fb029878a5b7ff05 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-08-04linux-aspeed: OCC fixes, Nuvia renameJoel Stanley1-1/+1
Eddie James (2): hwmon: (occ) Prevent power cap command overwriting poll response hwmon (occ): Fix response length in checksum retry Jae Hyun Yoo (1): ARM: dts: aspeed: nuvia: Rename vendor nuvia to qcom Change-Id: I9d31007d60111cc188530d07c289ec927424b47f Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-08-04u-boot-aspeed: Rebase on SDK v00.04.11Joel Stanley1-1/+1
This moves OpenBMC to the latest SDK from Aspeed. Note that a series of fixes were sent to Aspeed on top of the SDK release to ensure the OpenBMC configuration continued to work. These changes have been merged by Aspeed but do not appear in a SDK tag at this stage. Also sent to Aspeed were some of the changes from the OpenBMC branch. Changes from Aspeed's new SDK: Billy Tsai (1): gpio: aspeed: Fix incorrect offset of read back register. Chia-Wei Wang (3): Merge branch pull request #10 into aspeed-dev-v2019.04 arm: aspeed: ast2600: Remove ASPEED_LOADERS configs: aspeed: Remove legacy defconfig Chin-Ting Kuo (10): dts: aspeed: Create a device tree for DC-SCM solution dts: aspeed: Add ast2600-dcscm device tree spi-nor: Porting for S25HL series dts: aspeed: DC-SCM early bring up spi: aspeed: Fix bug when using 2Gb flash dts: aspeed: dc-scm: Add support for external mux spi_nor: Support s25hl without SFDP mtd: spi: Support Gigadevice device with 64KB sector size dts: aspeed: dc-scm: Extend bus-width to 4 for SPI1 spi-nor: Add fast read command for S25HL series flash support Dylan Hung (5): cmd/aspeed/nettest: apply addtional delay for RTL8211F dts: aspeed: enable mac1 for ast2600-dcscm cmd: aspeed: nettest: fix driving strength setting cmd: aspeed: support ctrl+c to break dramtest loop ram: aspeed: add AST2600 ODT configuration Eddie James (2): ARM: dts: aspeed: tacoma: Add eMMC nodes and parameters ARM: dts: aspeed: rainier: Add eMMC nodes and parameters George Hung (1): ARM: dts: aspeed: add Quanta S6Q machine dts Jammy Huang (11): pinctrl: ast2600: Add support for secure-i2c arm: dts: ast2600: Add definition for secure-i2c pinctrl misc: dp: Support re-driver misc: dp: Update dp-fw misc: dp: Refine code misc: dp: Update dp-fw misc: dp: Fix black screen occasionally misc: dp: Fix monitors black screen with 15m cable misc: dp: Fix black screen occasionally misc: dp: Improve compatibility misc: dp: Improve compatibility Joel Stanley (5): ARM: dts: rainier: Enable ACRY and HACE ARM: dts: tacoma: Enable ACRY and HACE aspeed: Disable unused loaders, add STMICRO flash aspeed: Sort dts files in makefile as2600/scu: Fix printing of security info Johnny Huang (4): cmd: aspeed: otp: fix otp status polling otp: update image checksum to SHA384 otp: add 'verify' sub-command otp: add 'invalid' sub-command Neal Liu (2): arm: aspeed: ast2600: select USB2.0 device mode as default arm: aspeed: ast2600: enable USB port B PHY clock Peng Fan (1): tools: imx image: fix write warning Potin Lai (1): ARM: dts: Aspeed: Add Bletchley dts Tommy Huang (5): cmd: aspeed: DP CTS command utility cmd: aspeed: Update aspeed dptest default build config cmd: dptest: Arrange tab align cmd: aspeed: Fix the internal section compile fail i2c: ast_i2c: Remove SCL direct drive mode ryan_chen (4): i2c:ast2600: add ast2600 new register mode driver pcie:aspeed : update reset sequnce. pcie:aspeed : fix two rc enable rc high config read timeout issue pcie:aspeed : update perst sequence Change-Id: I2b79d15f7016913cae3f2b1d9cf6ee143136aaf2 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-08-03aspeed: Bump socsec to v2.0.0Joel Stanley2-4/+3
This removes support for the v1 OTP format and introduces v2, which uses SHA384 checksums. Johnny Huang (6): socsec: add ecdsa sign helper otp_info: update ast10xx header otp: update otptool to v2.0.0 Merge branch 'develop' update test case for 2.0.0 otptool: fix checksum compare Change-Id: I049bd34898be912043e010ef39ff05a888a365da Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-07-22OWNERS: adjust matchersPatrick Williams1-1/+1
There are a few 'matchers' statements specified in OWNERS files that do not do anything. git doesn't track directories, so we cannot do an 'exact' match on a directory. Switch these 'matchers' to be a 'partial_regex' so that any file included in these paths will match. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I47329241bc9e6eba6f4ecd1b92b7ebe5d7230939
2022-07-15u-boot-aspeed: Enable NCSI in EVB configsJoel Stanley1-1/+1
Joel Stanley (2): ftgmac100: Fail probe when NCSI selected but not enabled config/ast-evb: Enable NCSI Change-Id: I5ed0610738d83ad21a3a52956851d2dc938c1f1f Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-07-14linux-aspeed: Bletchley updatesJoel Stanley1-1/+1
Potin Lai (4): ARM: dts: aspeed: bletchley: change LED sys_log_id to active low ARM: dts: aspeed: bletchley: disable GPIOV2 pull-down ARM: dts: aspeed: bletchley: bind presence-sledX pins via gpio-keys ARM: dts: aspeed: bletchley: update fusb302 nodes Change-Id: I078921ad45431d82bc1a628311d3b9dec95c2cb5 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-07-14u-boot-aspeed: Plametto and Qcom DC-SCMJoel Stanley1-1/+1
Cédric Le Goater (1): ARM: dts: aspeed: Add a palmetto board (AST2400) Jae Hyun Yoo (2): ARM: dts: ast2600-qcom-dc-scm-v1: enable HACE board: Add initial version of Qualcomm DC-SCM V1 board Change-Id: Ic4967aa383778b16224c06887467b74b51bbfc6a Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-07-01u-boot-aspeed-sdk: Make fw-utils config consistent with u-bootZev Weiss2-2/+3
Previously the FLASH_SIZE-based config tweaks had only been applied to u-boot itself, leaving fw-utils built with a different default environment that could end up replacing the original one with a non-working bootcmd setting. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I147a601d6a348f94b221459eabee4555dfed63c6
2022-07-01u-boot-aspeed-sdk: Share distrovars requirement between u-boot & fw-utilsZev Weiss3-2/+2
Might as well have it in one place instead of duplicating it between both. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: Id87649691c93d0dbdc08d2484ca59a85cb54a3eb
2022-06-27linux-aspeed: Move to v5.15.50 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.15.44 through to 5.15.50 stable releases. Change-Id: I8f44dfab06e5f75ce999fbdc8936945e483823fe Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-06-17u-boot-aspeed: SPI NOR, NCSI, Qcom DC-SCM, dts cleanupsJoel Stanley1-1/+1
Cédric Le Goater (3): net: phy: ncsi: Add phy_interface_is_ncsi() helper spi: aspeed: Use "jedec,spi-nor" compatible to count devices ARM: dts: aspeed: Remove "spi-flash" compatible Graeme Gregory (1): ARM: dts: aspeed: add Qualcomm DC-SCM V1 Joel Stanley (4): phy: Only create NCSI PHY when it's present ARM: dts: ast2600: Consolidate A1 device tree ARM: dts: ast2600: Consolidate A0 device tree ARM: dts: ast2600: Consolidate NCSI device tree Change-Id: I9b510afd3647afc66e99f2a64f0cb42a4aa65c15 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-06-08u-boot-aspeed: Rename Rainier device tree to P10 BMCJoel Stanley1-1/+1
Joel Stanley (2): ARM: dts: Rename Rainier to P10 BMC ARM: dts: ast2600: Fix indentation Change-Id: I732324d89b7c0f731160d69942051e4d4cadc778 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-06-06u-boot-aspeed: Update AST2600 OpenBMC SPL for NOR configJoel Stanley1-1/+1
Howard Chiu (1): configs: aspeed: Add SPL FIT image loading support Change-Id: I913b63b740a98eb29c3ff1ea66d408f65d781169 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-06-06linux-aspeed: Move to v5.15.43 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.15.42 and 5.15.43 stable releases. This bump also includes these three changes: Cédric Le Goater (1): ARM: dts: aspeed: ast2600-evb: Enable Quad SPI RX tranfers Johnny Huang (2): pinctrl: pinctrl-aspeed-g6: add FWQSPI function-group ARM: dts: aspeed-g6: add FWQSPI group in pinctrl dtsi Change-Id: I0ce42d51f47a483fec65010b5e022a5a7275674c Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-06-06linux-aspeed: I2C and SI7020 fixJoel Stanley1-1/+1
Eddie James (2): i2c: core: Add mux root adapter operations iio: si7020: Lock root adapter to wait for reset Joel Stanley (1): iio: si7020: Revert "Remove reset in probe" Change-Id: I61463092a96bd2d103b718c650436a97ced55dd6 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-05-31u-boot-aspeed: TPM TIS I2C supportJoel Stanley1-1/+1
This contains a backport of the TPM TIS core from u-boot mainline, plus a driver from Eddie that enables the I2C backend. It fixes I2C support for the AST2600 and enables the TPM on IBM's rainier platform. A new AST2600 board 'ast2600-ibm' is added that contains some machine specific code for performing TPM init. This board does not have a in-tree defconfig, rather it will be selected by Yocto metadata. This allows us to keep the number of defconfigs low while still having machine specific customisation. Eddie James (6): tpm: core: Set timeouts before requesting locality i2c: ast_i2c: Remove SCL direct drive mode tpm: add support for TPMv2.x I2C chips arm: dts: ast2600-rainier: Add NPCT75X TPM board: ast2600-ibm: Add AST2600 BMC based POWER10+ servers arm: dts: ast2600: Add I2C pinctrl Heinrich Schuchardt (1): tis: fix tpm_tis_remove() Ilias Apalodimas (1): tpm2: Introduce TIS tpm core Joel Stanley (2): configs: ast2600: Remove redundant target option configs: ast2600: openbmc: Add TPM TIS I2C support Johannes Holland (1): tpm: add #ifndef to fix redeclaration build errors Simon Glass (1): tpm: Add more TPM2 definitions Change-Id: Ibd13e0b0a1920f344ead219894a264323f0b8cc5 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-05-30linux-aspeed: FSI SPI fixesJoel Stanley1-1/+1
Eddie James (2): spi: fsi: Fix spurious timeout spi: core: Display return code when failing to transfer message Change-Id: I0e62d11debe2de27b35bed6250ff69934b551662 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-05-25aspeed-g6: defconfig: Add support for USB flash drivesAdriana Kobylak1-0/+6
Add support to detect USB flash drives and create the /dev/sd* devices. Also add support for vfat to support USB drives formatted as FAT32. This support will be used to enable firmware updates via USB flash drives where the firmware image is stored in the USB drive and it's plugged into the BMC USB port for AST2600 systems. Change-Id: I82151eb409e48324607efd65f79fdbe4df36ced3 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2022-05-25Changed occurrences of gerrit.openbmc-project.xyzNodeMan971-1/+1
After updates Gerrit is now hosted at https://gerrit.openbmc.org. Urls in the documentation are now updated to reflect this change. Signed-off-by: Corey Hardesty <corey.hardesty@icloud.com> Change-Id: I3a7f7d338ca1ce600ccf7b41fa03bd62007925ba
2022-05-25linux-aspeed: Fixes for DPS310, PCA955x, LEDs, EverestJoel Stanley1-1/+1
Eddie James (5): leds: pca955x: Set blink duty cycle to fifty percent leds: Ensure hardware blinking turns off when requested iio: pressure: dps310: Refactor startup procedure iio: pressure: dps310: Reset chip if MEAS_CFG is corrupt iio: si7020: Remove reset in probe Joel Stanley (1): ARM: dts: aspeed: everest: Add SiLabs sensor Change-Id: Ic39b7df5b06863aca8bfdc142b68e7400821d79a Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-05-20linux-aspeed: nct6775, Nuvia DC-SCM, Bletchley updates, AST2600 Ethernet fixJoel Stanley1-1/+1
Dan Carpenter (1): hwmon: (nct6775) delete some extension lines Denis Pauk (9): hwmon: (nct6775) Use superio_*() function pointers in sio_data. hwmon: (nct6775) Use nct6775_*() function pointers in nct6775_data. hwmon: (nct6775) Support access via Asus WMI hwmon: (nct6775) Add additional ASUS motherboards. hwmon: (nct6775) add ProArt X570-CREATOR WIFI. hwmon: (nct6775) add ROG STRIX B550-A/X570-I GAMING hwmon: (nct6775) Additional check for ChipID before ASUS WMI usage hwmon: (nct6775) add ASUS Pro B550M-C/PRIME B550M-A hwmon: (nct6775) add ASUS ROG STRIX Z390/Z490/X570-* / PRIME X570-P Dmitry Baryshkov (1): hwmon: (nct6775) add PRIME B550-PLUS motherboard to whitelist Eddie James (1): fsi: occ: Prevent use after free Graeme Gregory (1): ARM: dts: aspeed: Add Nuvia DC-SCM BMC Guenter Roeck (1): hwmon: (nct6775) Fix crash in clear_caseopen Howard Chiu (1): ARM: dts: aspeed: ast2600-evb: Enable video engine Joel Stanley (1): net: ftgmac100: Disable hardware checksum on AST2600 Neal Liu (1): ARM: dts: aspeed: Add USB2.0 device controller node Oleksandr Natalenko (1): hwmon: (nct6775) add Pro WS X570-ACE Potin Lai (6): ARM: dts: aspeed: bletchley: enable ehci0 device node ARM: dts: aspeed: bletchley: switch spi2 driver to aspeed-smc ARM: dts: aspeed: bletchley: Enable mdio0 bus ARM: dts: aspeed: bletchley: update gpio0 line names ARM: dts: aspeed: bletchley: add pca9536 node on each sled ARM: dts: aspeed: bletchley: add eeprom node on each sled Zev Weiss (9): hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value() hwmon: (nct6775) add support for TSI temperature registers hwmon: (nct6775) Convert register access to regmap API hwmon: (nct6775) Rearrange attr-group initialization hwmon: (nct6775) Add read-only mode hwmon: (nct6775) Convert S_I* permissions macros to octal hwmon: (nct6775) Split core and platform driver dt-bindings: hwmon: Add nuvoton,nct6775 hwmon: (nct6775) Add i2c driver Change-Id: I19d22f9eea8b58f228852ec7a06891cf18f0295c Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-05-19u-boot-aspeed: FTGMAC100 error message fixJoel Stanley1-1/+1
Zev Weiss (1): ftgmac100: Use bus name in mdio error messages Change-Id: Id63c80c5b4b95d8be6a50eec8bd67d22fc184bf7 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-05-19linux-aspeed: Move to v5.15.41 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.15.37 through to 5.15.41 stable releases. Change-Id: I71a4d8a46d18658311dc45fba02ffbeaf8069c0c Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-05-13u-boot-aspeed: Delta AHE-50DC and RGMIIJoel Stanley1-1/+1
Zev Weiss (3): aspeed: Fix typos in platform.h comments pinctrl: ast2400: add support for RGMII1 and RGMII2 ARM: dts: aspeed: add Delta AHE-50DC BMC Change-Id: I32f2d4dd7cfb7575579ea6089f54b57a8e7161e2 Signed-off-by: Joel Stanley <joel@jms.id.au>