Skip to content
  1. Feb 23, 2023
    • Zev Weiss's avatar
      README: Add section addressing motherboard-support FAQ · f3cd8ad5
      Zev Weiss authored
      
      
      This is a common enough question on Discord that we should probably make
      it easier for people to find the answer themselves (or at least have an
      easy thing to refer people to when it inevitably arises anyway).
      
      Signed-off-by: default avatarZev Weiss <zev@bewilderbeest.net>
      Change-Id: I54757f0902bfedca86d41cab0fc55b39cb7dfc1e
      f3cd8ad5
    • Joel Stanley's avatar
      linux-aspeed: Move to Linux v6.1 · 5a4bad9f
      Joel Stanley authored
      
      
      This moves the OpenBMC kernel to a v6.1 base for ASPEED. This release is
      supported upstream until the end of 2026.
      
      There are 91 patches in the tree, with 38 of those patches not
      yet queued for merging in v6.3.
      
      The remaining out of tree patches include:
      
      Andrew Jeffery (6):
            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
      
      Cédric Le Goater (1):
            /dev/mem: add a devmem kernel parameter to activate the device
      
      Eddie James (13):
            leds: pca955x: Refactor with helper functions and renaming
            leds: pca955x: Use pointers to driver data rather than I2C client
            leds: pca955x: Optimize probe led selection
            leds: pca955x: Add HW blink support
            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
            ARM: dts: aspeed: Fix pca9849 compatible
            ARM: dts: aspeed: p10bmc: Update battery node name
      
      Jae Hyun Yoo (1):
            clk: ast2600: enable BCLK for PCI/PCIe bus always
      
      Joel Stanley (8):
            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
            ARM: config: aspeed_g5: Enable SSIF BMC driver
            ARM: config: aspeed: Remove FIRMWARE_MEMMAP
            tpm: tis-i2c: Add more compatible strings
            ARM: config: aspeed: Add Apemre SMPro drivers
      
      Johannes Holland (1):
            dt-bindings: tpm: Add schema for TIS I2C devices
      
      Potin Lai (1):
            mtd: spi-nor: winbond: Add support for w25q01jvq
      
      Change-Id: Iaeac739503b63fc070de31fd03395899855ed8f7
      Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
      5a4bad9f
  2. Feb 22, 2023
  3. Feb 21, 2023
    • Hieu Huynh's avatar
      meta-ampere: mtmitchell: enable PostCode · 8a44a3a3
      Hieu Huynh authored
      
      
      Enable PostCode from the phosphor-host-postd to support OEM Boot
      Progress.
      
      Tested:
      1. Get Boot.Raw tree:
      root@mtmitchell:~# busctl tree xyz.openbmc_project.State.Boot.Raw
      `-/xyz
        `-/xyz/openbmc_project
          `-/xyz/openbmc_project/state
            `-/xyz/openbmc_project/state/boot
              `-/xyz/openbmc_project/state/boot/raw0
      
      Signed-off-by: default avatarHieu Huynh <hieuh@os.amperecomputing.com>
      Change-Id: Idfd28d2d6512d7aa63339d5567628797538930b3
      8a44a3a3
    • HuyLe's avatar
      meta-ampere: mac-update: MAC update with static IP · 6f575f9b
      HuyLe authored
      
      
      When the IP Address is configured to static IP, changing BMC MAC Address
      in FRU does not change the MAC address in eth0. This commit fixes the
      issue by adding IPMI MAC address update and some other configuration via
      ipmitool lan set commands to ampere_update_mac.sh to ensure the update
      is taking effect.
      
      Signed-off-by: default avatarHuyLe <hule@amperecomputing.com>
      Signed-off-by: default avatarChau Ly <chaul@amperecomputing.com>
      Change-Id: Ib0466ee130af6d294fed03587c4d96328221d017
      6f575f9b
    • Hieu Vu's avatar
      meta-ampere: support software revision using Ampere format · e072defa
      Hieu Vu authored
      
      
      OpenBMC uses os-release.bbappend to control the FW version, which is
      the output of 'git describe --dirty --long'. The format of this command's
      output is: {annotated-tag-name}-{num-commits-to-tag}-{current-commit-hash}.
      '-dirty' will be appended to the output if the working space is not clean.
      
      In addition, git describe --dirty --long only find an annotated tag, not
      lightweight tag which will miss internal release.
      
      This commit updates the rule to extract the right revision from Ampere
      build and release tag.
      
      Tested: tag with v1.02.100-ampere and check WebUI display revision
      1.02.100.
      
      Signed-off-by: default avatarThu Cao <thcao@os.amperecomputing.com>
      Signed-off-by: default avatarChau Ly <chaul@amperecomputing.com>
      Change-Id: I6d5e6d2dcdb4988809f71d48a5b0e2710e7810d2
      e072defa
  4. Feb 20, 2023
  5. Feb 18, 2023
  6. Feb 17, 2023
  7. Feb 16, 2023
    • Jason M. Bills's avatar
      meta-intel-openbmc: remove obmc-targets.bbappend · a86b318d
      Jason M. Bills authored
      
      
      obmc-targets.bb was removed, so remove this bbappend file, too.
      
      Signed-off-by: default avatarJason M. Bills <jason.m.bills@linux.intel.com>
      Change-Id: I9a0cfae7bcd5ed763e8199f4cdd889337af45b4d
      a86b318d
    • Zev Weiss's avatar
      jsnbd: Disable command tracing in state hook script · f80bcb0f
      Zev Weiss authored
      
      
      Enabling 'set -x' can be useful for debugging, but as default behavior
      it's basically just noise.  Thus far that noise hasn't ended up anywhere
      visible because nbd-proxy redirects stderr to /dev/null when running
      this script, but that may soon be changing so that actual error messages
      from the script aren't lost.
      
      Signed-off-by: default avatarZev Weiss <zev@bewilderbeest.net>
      Change-Id: Idc7d0d3fd54fd9349bf39f47c3e62a89d98b5d03
      f80bcb0f
    • Zev Weiss's avatar
      jsnbd: Remove superfluous 'exit 0' from state hook script · d1338116
      Zev Weiss authored
      
      
      The shell will implicitly exit with the exit status of the last command
      on its own, so having 'exit 0' at the end of a script is at best
      redundant, and may actually cause problems by masking a non-zero exit
      status of the preceding command and preventing the error from
      propagating as it should.  (In this particular case we've got 'set -e'
      in effect so a command exiting non-zero would terminate the script
      anyway, but it would be better not to rely on that.)
      
      Signed-off-by: default avatarZev Weiss <zev@bewilderbeest.net>
      Change-Id: I1ba2821290695eb7ffbc5937959917a8cf5351f9
      d1338116
  8. Feb 15, 2023
Loading