summaryrefslogtreecommitdiff
path: root/meta-aspeed
AgeCommit message (Collapse)AuthorFilesLines
2022-11-28linux-aspeed: Move to v6.0.10 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 6.0.9 and 6.0.10 stable releases. Change-Id: I5326d1afe439f9363e9ee6c3a0be365e9a3a9a3a Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-11-18meta-aspeed: add HW_RANDOM to tpm kconfigPatrick Williams1-0/+1
Bletchley currently has the following compile warning: ``` WARNING: linux-aspeed-6.0.8+gitAUTOINC+1b16243b00-r0 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration: [NOTE]: 'CONFIG_HW_RANDOM_TPM' last val (y) and .config val (n) do not match [INFO]: CONFIG_HW_RANDOM_TPM : n Config 'HW_RANDOM_TPM' has the following Direct dependencies (HW_RANDOM_TPM=n): TCG_TPM(=y) && HW_RANDOM(=m) && !(TCG_TPM(=y) = y && HW_RANDOM(=m) = m) (=n) ``` This is due to HW_RANDOM=m by default. Explicitly set HW_RANDOM=y in the tpm2 config snippet where HW_RANDOM_TPM=y is set. Change-Id: I7185cdab58de19dcf456d9aaad1c563fccc04d71
2022-11-17linux-aspeed: Ampere SMpro, SSIF dtsJoel Stanley1-1/+1
Joel Stanley (1): ARM: config: aspeed: Add Apemre SMPro drivers Quan Nguyen (8): ARM: dts: aspeed: mtjade,mtmitchell: Add BMC SSIF nodes mfd: Add Ampere's Altra SMpro MFD driver dt-bindings: mfd: Add bindings for Ampere Altra SMPro MFD driver misc: smpro-errmon: Add Ampere's SMpro error monitor driver misc: smpro-misc: Add Ampere's Altra SMpro misc driver hwmon: Add Ampere's Altra smpro-hwmon driver docs: hwmon: (smpro-hwmon) Add documentation docs: hwmon: (smpro-hwmon) Improve grammar and formatting Change-Id: Ie497288d7a26e8b32e0874bbfab2e630248bda67 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-11-14linux-aspeed: TPM TIS I2C fixesJoel Stanley1-1/+1
Eddie James (2): tpm: Add flag to use default cancellation policy tpm: tis_i2c: Fix sanity check interrupt enable mask Change-Id: I14ae1baeb5a7ae817e3d9dd3b259c3fef5ba5143 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-11-11linux-aspeed: Delta AHE-50DC, regulator fixes, tis-i2cJoel Stanley1-1/+1
Guenter Roeck (1): Revert "hwmon: (pmbus) Add regulator supply into macro" Joel Stanley (1): tpm: tis-i2c: Add more compatible strings Matti Vaittinen (1): regulator: Add devm helpers for get and enable Zev Weiss (5): regulator: devres: Add devm_regulator_bulk_get_exclusive() regulator: Add regulator-output binding regulator: userspace-consumer: Handle regulator-output DT nodes dt-bindings: arm: aspeed: document Delta AHE-50DC BMC ARM: dts: aspeed: Add Delta AHE-50DC BMC Change-Id: Ifabdc96e014e439b634e0764e2272aa27cbe870c Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-11-11linux-aspeed: Move to v6.0.8 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 6.0.7 and 6.0.8 stable releases. Change-Id: Ic5b3145c8b9f678f17f416819fc656acb4926e8d Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-11-10u-boot-aspeed: Fix AST2500 DRAM trainingJoel Stanley1-1/+1
Zev Weiss (1): Revert "config/ast2500: Enable RAM devices" Change-Id: I9fc02a8f4c9e340e5110db196243ca8b3dc791a7 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-11-09linux-aspeed: Bonnell, Rainier fixesJoel Stanley1-1/+1
Eddie James (1): ARM: dts: aspeed: bonnell: Update incorrect eeprom address Santosh Puranik (1): ARM: dts: aspeed: rainier: Fix pca9551 nodes Change-Id: If8a5703c2865f019e1ec3a5f231d990201faf426 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-11-03linux-aspeed: Move to v6.0.6 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 6.0.4 through to 6.0.6 stable releases. Change-Id: I50cae835e2da47e1a5fb100bf6b43e974c74bc5b Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-11-02linux-aspeed: P10 OCC, AST2600 MDIOJoel Stanley1-1/+1
Eddie James (1): ARM: dts: aspeed: p10bmc: Add occ-hwmon nodes Potin Lai (1): ARM: dts: aspeed-g6: add aliases for mdio nodes Change-Id: I9deb758f93e4587873ebedbaf0c11bfdc63f5ccf Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-24linux-aspeed: Move to v6.0.3 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 6.0.3 stable release. Change-Id: I7f85e1de492e7280ed5da18973274e4a53ca7bea Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-24u-boot-aspeed: Rebase on v00.04.12 SDKJoel Stanley1-1/+1
Update to the latest ASPEED SDK. No other changes. Change-Id: Icca4fb50e56ef718d31472aa895a81921b2ef94d Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-18aspeed: Support runqemuJoel Stanley1-0/+20
$ runqemu nographic slirp We require nographic instead of setting -nographic through QB_OPT_APPEND in order to avoid the serial port being sent to a character device: self.qemu_opt += " -serial mon:vc" We require slirp instead of setting QB_SLIRP_OPT as we are happy with the default spirp options, we just want to enable slirp instead of the other networking options that require root access. Change-Id: I2ad8a8237ad1a0f5fa888991f7f58a6266a58caf Signed-off-by: Joel Stanley <joel@jms.id.au>
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>