summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-bsp
Commit message (Collapse)AuthorAgeFilesLines
* Add OpenBMC BSP Layer READMEGunnar Mills2018-01-161-0/+8
| | | | | Change-Id: I0ad9cd55f4320b63ff08417a1e546ca9517810d1 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Spelling fixesGunnar Mills2017-11-134-4/+4
| | | | | Change-Id: I6d52d12e5409ffdf825234cf9f92ac36c39f0c62 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* u-boot fw-utils: Add alternate fw_env configEdward A. James2017-08-296-0/+56
| | | | | | | Allows fw_setenv/fw_printenv tools to access alternate bmc image. Change-Id: I7f634fd1201f5df1af01f4407d9d8791557242ae Signed-off-by: Edward A. James <eajames@us.ibm.com>
* Add u-boot redundant environmentsEdward A. James2017-08-182-2/+4
| | | | | | | | | | | | Update fw_env config with two sections. Update init script to handle redundant envs. Patch u-boot. Can be removed when openbmc/u-boot is updated and recipe bumped. Resolves openbmc/openbmc#1937 Change-Id: I15137f55d960381a0b3fbb58c53090bbd5b86482 Signed-off-by: Edward A. James <eajames@us.ibm.com>
* Remove initramfs workaround for u-boot environment.Edward A. James2017-08-182-2/+2
| | | | | | | | | Early in the dev-4.4 kernel lifetime a workaround was developed when the fw_setenv command was failing. That issue does not appear with the current kernel and the workaround can be removed. Change-Id: I2a0f01f274b7ce76fbd1e80fe901cc86087ee5d8 Signed-off-by: Edward A. James <eajames@us.ibm.com>
* kernel: IBM PSU driver, hwmon core additions, and aspeed-pwm-tachoJoel Stanley2017-08-152-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Edward A. James (8): hwmon: (pmbus): Switch status registers to 16 bit hwmon: (pmbus): Access word data for STATUS_WORD hwmon: (pmbus): Add generic alarm bit for iin and pin hwmon: (pmbus): Add debugfs for status registers dt-bindings: i2c: Document the IBM CCF power supply version 1 hwmon: (pmbus): Add IBM Common Form Factor (CFF) power supply driver Documentation: hwmon: Document the IBM CFF power supply ARM: dts: aspeed: Witherspoon: Add power supplies to i2c bus Jaghathiswari Rankappagounder Natarajan (1): Documentation: dt-bindings: Document bindings for ASPEED AST2400/AST2500 PWM and Fan tach control Joel Stanley (2): ARM: configs: aspeed: Add VLAN options ARM: configs: aspeed: Enable IBM CFF Power Supply driver Mykola Kostenok (2): Documentation: dt-bindings: aspeed-pwm-tacho cooling device. hwmon: (aspeed-pwm-tacho) cooling device support. Change-Id: I78081bba5af67a1b1987fe256dd1f2ff3182472d Signed-off-by: Joel Stanley <joel@jms.id.au>
* kernel: Add CONFIG_KEYBOARD_GPIO_POLLED to configEdward A. James2017-08-091-0/+1
| | | | | Change-Id: Iceafce789eb56f54494b6b9f7c3c2939e5b2087d Signed-off-by: Edward A. James <eajames@us.ibm.com>
* kernel: Watchdog gpio, upstream vuart, pca955x and i2c fixesJoel Stanley2017-08-012-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update defconfigs with new VUART kconfig symbol. The MAX31785 symbol moves as it is now sorted with the PMBUS drivers. Andrew Jeffery (4): ARM: aspeed: Request WDTRST1 pinctrl function dt-bindings: watchdog: aspeed: External reset signal properties watchdog: aspeed: Support configuration of external signal properties ARM: dts: aspeed: Witherspoon WDT1 external signal is push-pull Brendan Higgins (1): i2c: aspeed: fixed potential null pointer dereference Cédric Le Goater (1): leds: pca955x: fix typo Jeremy Kerr (1): drivers/serial: Add driver for Aspeed virtual UART Joel Stanley (4): Revert "drivers/serial: Add driver for Aspeed virtual UART" serial: 8250: Add flag so drivers can avoid THRE probe ARM: dts: aspeed: Update vuart compatible ARM: configs: aspeed: Regenerate defconfigs Change-Id: I151016c7ea98fc6552ce8ab54661dd1353834deb Signed-off-by: Joel Stanley <joel@jms.id.au>
* kernel: Build config in to kernelJoel Stanley2017-07-132-0/+4
| | | | | | | Requested by openpower partners doing bringup. Change-Id: I86632bbdeb416a3fc268c1446727f0e6b799c050 Signed-off-by: Joel Stanley <joel@jms.id.au>
* Add override for aspeed bsp machine.Patrick Venture2017-07-068-14/+18
| | | | | | | | | | | | Upstream yocto is organized such that there is only bblayer for all builds and overrides are used to customize recipes for any specific platform. It's possible for a group to use openbmc/openbmc as part of their distro and run into issues with recipes that are comingled. Change-Id: I5dc6e8c1448d95da1b5ee64b220e2955466cdf4e Signed-off-by: Patrick Venture <venture@google.com>
* linux-obmc: Patch to disable CONFIG_MTD_SPI_NOR_USE_4KAdriana Kobylak2017-06-282-0/+2
| | | | | | | | Disable the 4KB erase block size from the spi nor to be able to use UBIFS, since UBIFS requires the erase size to be at least 15KB. Change-Id: I94de7daa82c4f925ad55c97f104dd0cb1d2d3dcb Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* kernel: Add DPS310, max31785 fixes, wdt2 enablementJoel Stanley2017-06-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Andrew Jeffery (2): hwmon: occ: Fix uninitialised variable warning hwmon: max31785: Enable dual rotor if functionality is detected Benjamin Herrenschmidt (2): aspeed: Don't blast SCU04 at boot time spi-nor: Add Winbond w25m512jv Christopher Bostic (1): drivers/hwmon: max31785 Set fan fault response based on dev tree Joel Stanley (3): iio: Add driver for Infineon DPS310 ARM: configs: aspeed_g5: Add DPS310 driver ARM: dts: aspeed: Enable WDT2 for all platforms Patrick Venture (1): ARM: dts: aspeed: quanta-q71l: i2c-mux compat fix Change-Id: I2a71977b959227762d62f803a3593c8fc16cc2c2 Signed-off-by: Joel Stanley <joel@jms.id.au>
* kernel: FSI, hwmon, LED GPIO and device tree fixesJoel Stanley2017-06-192-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew Jeffery (2): hwmon: max31785: Clean up uninitialised values hwmon: max31785: Use standard sysfs ABI for fast rotor inputs Cédric Le Goater (5): leds: pca955x: add device tree support leds: pca955x: use devm_led_classdev_register leds: pca955x: add GPIO support dt-bindings leds: add pca955x ARM: dts: aspeed: witherspoon: Add pca9552 device Edward A. James (7): fsi: occ: Fix 1 byte response and rc for O_NONBLOCK hwmon: occ: Add new sensor versions and non-hwmon attributes hwmon: occ: Add P8 OCC access occ: hwmon and fsi probing fix ARM: aspeed: Power9 dts and defconfigs for OCC drivers: fsi: sbefifo: Fix buffer initialization drivers: hwmon: occ: Add "master" attribute and remove status files Joel Stanley (1): ARM: configs: aspeed: Add pca9552 driver Rick Altherr (1): ARM: dts: aspeed: quanta-q71l: Add i2c and LED devices Change-Id: I9d1307cd3d8e0eaa86197a2da858dd0d83174d6c Signed-off-by: Joel Stanley <joel@jms.id.au>
* kernel: Update 4.10 treeJoel Stanley2017-06-152-82/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move to 4.10.17. This incorporates all of the 4.10 stable fixes. 4.10 is now end of lifed and does not receive further fixes. New drivers: - LPC snoop - OCC SBE - SBE FIFO - Infineon IR35221 - Maxim MAX31785 - of_serial reset support - Aspeed PWM and fan tach driver - UCHI driver - FSI device tree match support New platforms: - Mellanox MSN BMC Config and device tree changes: - Enable VMSPLIT_2G for ast2400. This is allows us to map all of the mtd flash - Fix device trees for ast2400 mtd support Resolves openbmc/openbmc#1686 - Add CFAM layout to device tree Resolves openbmc/openbmc#1697 - Enable new drivers [the content below is for the changes made in c13af44db76bd1 and are included so that the details are in openbmc history] This is OpenBMC's third major kernel change. We now move to a 4.10 base, where a larger amount of our driver support has been upstreamed. - NCSI stack - IRQ driver - Watchdog driver - Clocksource driver - GPIO driver - Pinmux driver - ftgmac100 ast2500 support - IPMI BT driver - adm1275 driver fix In addition, this contains backports of a significant amount of work that was done post-4.10. - LPC bindings - Pinctrl enhancements - Flash controller (spi-nor) basic support - ast2500 GPIO support - LPC host interface controller driver - Aspeed ADC - GPIO debounce support - Pinconf (biasing and drive strength) driver Finally, there is the work-in-progress that has been temporarly staged in the dev tree while we get it reviewed and upstreamed. - New I2C driver - OCC driver - LPC mailbox driver - FSI core - VUART driver Defconfig updates - Optmise options for network performance - Update for upstreamed drivers (MTD driver was renamed, etc) - Enable drivers that are in use Legacy Yocto layer changes - Remove palmetto GPIO hog patch. It is in the kenrel tree Change-Id: I4b48b843572c8f8d547763f0d3cb5a6742bbf0e3 Signed-off-by: Joel Stanley <joel@jms.id.au>
* aspeed config: Add IR35221 sensorChristopher Bostic2017-06-141-0/+1
| | | | | | | Set IR35221 sensor config option to 'y' Change-Id: I15f6c0489432489e0491ee0423e5de5d5676b15b Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com>
* aspeed ast2400 enable aspeed-pwm-tachoPatrick Venture2017-05-311-0/+1
| | | | | | | | | This enables the following for images built against the meta-ast2400: - aspeed-pwm-tacho Change-Id: I89b3e56e98dd525104441946909c43b71ecd1366 Signed-off-by: Patrick Venture <venture@google.com>
* kernel: Move to Linux 4.10 treeEdward A. James2017-05-254-263/+50
| | | | | | | Tested on witherspoon. Change-Id: Ib74dd9b3acaf3528d029591645ca30add67de71e Signed-off-by: Edward A. James <eajames@us.ibm.com>
* config: Add OCC driver to the ast2500 configEdward A. James2017-05-111-0/+1
| | | | | Change-Id: I2dfcbcdb27fe4aa2cb148de9d9ce2c0b5c5429d1 Signed-off-by: Edward A. James <eajames@us.ibm.com>
* config: Add FSI SBEFIFO driver to the ast2500 config.Edward A. James2017-05-011-0/+1
| | | | | Change-Id: I8b608fb7e3f075b03516870ffbdb509b7c8afb83 Signed-off-by: Edward A. James <eajames@us.ibm.com>
* kernel: Enable UBI, FSI hub support and device tree updatesJoel Stanley2017-02-242-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces hub master support for the FSI driver, enabling it to initialise and talk to the FSI address space on the second socket of P9 machines. UBI and UBIFS support is enabled in the kernel in preparation for using them in OpenBMC. The P9 device trees have been brought in sync with each other, with all now describing the mailbox and lpc drivers necessary for using mboxd for host boot firmware communication. Adriana Kobylak (1): arm: configs: aspeed: Add UBI support Christopher Bostic (4): drivers/fsi: Add hub master support drivers/fsi: Move common read/write code into shared utility drivers/fsi: Cleanup and retry op on error drivers/fsi: Initialize slave link field Edward A. James (3): drivers: fsi: scom: Zero out user buffer first drivers: fsi: Fix FSI core size checking user interfaces drivers: fsi: i2c: Fixup probe to allow multiple engines Joel Stanley (2): ARM: dts: aspeed: Fix RAM size in Romulus and Witherspoon ARM: dts: aspeed: Reserve RAM on P9 machines Lei YU (1): ARM: dts: aspeed: Enable Romulus mailbox and LPC control nodes Change-Id: I26855d0fcce0ba435892cc1f031a0e1b10121f5c Signed-off-by: Joel Stanley <joel@jms.id.au>
* meta-aspeed: Add kernel panic timeoutXo Wang2017-02-132-0/+2
| | | | | | | | | | | | | Set a one-second timeout observed by the kernel after panicking. The system will reset after the timeout is up. The default timeout is 0, which means to wait indefinitely after panic. Fixes openbmc/openbmc#1114 Signed-off-by: Xo Wang <xow@google.com> Change-Id: I2eec2113fd7598f84dd91412b212ecc2a6949214 Signed-off-by: Joel Stanley <joel@jms.id.au>
* kernel: Add FSP FSI I2C driver and Zaius UART fixJoel Stanley2017-02-092-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bumps the kernel to include a port of the FSI I2C driver from the FSP. It drives the I2C master in the CFAM logic of the host processor over FSI. This driver is being rewritten to be a proper i2c bus driver, and as such will be removed once that driver is functionally equivalent. There is also a fix for the Zaius UART. A device tree for the Qanta Q71L, a non-openpower BMC, was added. Christopher Bostic (3): drivers/fsi: Add slave interrupt polling drivers/fsi: Add Client IRQ Enable / Disable drivers/fsi: Add sysfs file to adjust i-poll period Edward A. James (5): drivers: fsi: Add i2c client driver drivers: fsi: i2c: Add engine access wrappers drivers: fsi: i2c: probe fsi device for i2c client drivers: fsi: i2c: add driver file operations and bus locking drivers: fsi: i2c: boe engine Joel Stanley (2): drivers: fsi: Fix compilation warnings aspeed: defconfig: add FSI_I2C driver Rick Altherr via openbmc (2): dts: Minimal device tree for Quanta Q71L BMC arm: aspeed: zaius: Disable LPC reset for UART1 Change-Id: I4fd4e4e347cfe3dead1d84de8b79dc2121346b02 Signed-off-by: Joel Stanley <joel@jms.id.au>
* kernel: Add mailbox and LPC driversJoel Stanley2017-01-172-0/+6
| | | | | | | | | | | | | | | | | | Mailbox and LPC drivers: drivers/mailbox: Add Aspeed mailbox driver drivers/misc: Add Aspeed LPC control driver dt-bindings: Add Aspeed LPC Control bindings dt-bindings: Add Aspeed mailbox bindings Enable the devices for Zaius and Witherspoon: ARM: dts: aspeed-bmc-opp-witherspoon: Enable mailbox and LPC control ARM: dts: aspeed-bmc-opp-zaius: Enable mailbox and LPC control node ARM: dts: aspeed-g5: Add mailbox and LPC control node Change-Id: I8030404c5c2f6d90935bbd6b26de7143f564f06d Signed-off-by: Joel Stanley <joel@jms.id.au>
* kernel: add high res timers to kernel configRobert Lippert2017-01-142-0/+2
| | | | | | | | | High res timers are useful in general, particularly for userspace apps that call usleep(). Change-Id: I15be1b20141423650ed7f049a4b9ea53160260e3 Signed-off-by: Robert Lippert <rlippert@google.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Remove setting of explicit ramdisk load addressRick Altherr2017-01-041-3/+0
| | | | | | | | | | | | | | | | U-Boot in Aspeed's SDK had a hack to manually relocate the ramdisk into RAM because of a bug that caused the normal ramdisk relocation not to happen if ATAGS was being used. Now that the ATAGS ramdisk relocation bug is fixed, the load address and entrypoint of a ramdisk image are ignored. The ramdisk is relocated to an address chosen by U-Boot and the address is passed to the kernel. Remove the override of oe_mkimage() in obmc-phosphor-image_types_uboot as the default implementation is sufficient. This also removes the only reference to a fixed ramdisk location in RAM. Change-Id: Id92c8dc9ebeb905401e3056fcf841d982abbd3d1 Signed-off-by: Rick Altherr <raltherr@google.com>
* kernel: FSI, Zaius LPC mapping and device tree fixesJoel Stanley2016-12-192-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | - FSI changes * Merge v1 of the FSI patchset as sent to lkml * Merge Jeremy's raw driver for slave address-space access * Define pins in Palmetto DTS * Build the FSI SCOM driver for both ast2400 and ast2500 systems. The driver has not been enabled in the device tree so it will not affect any sytems at this stage. We will enable systems as the userspace changes are made to support the kernel driver. - Zaius * Enable LPC to AHB mapping for flash access - Update the ast2400 systems with the correct amount of RAM * They systems have 512MB, minus the 16MB framebuffer, but our device tree restricted them to 256MB. * We now set them to 512MB with a 16MB no-map reservation at the top for RAM for the PCI framebuffer Change-Id: I7377e0f3bd075b78d923ff7295b133a75158e5d9 Signed-off-by: Joel Stanley <joel@jms.id.au>
* Move to the upstream IPMI BT kernel driverJoel Stanley2016-11-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The kernel driver for the iBT interface has landed upstream. In the review process, the location of the device node was changed, as was the naming of the ioctls and the kconfig symbol. This change moves to the new version of btbridge, which brings in autotools support from Matt Barth and a port to the new kernel driver from Cédric Le Goater. The .bb file is modified to support the autotools dependencies. Convert build process to autotools replace bt_host by bt_bmc add a --device option Corrected resulting errors from -Wall & -Werror. We update the ast2400 and ast2500 defconfigs with the new config symbol, and bump the kernel to the latest version. The kernel changes clean up the old driver, and add the new one, including device tree changes. ARM: dts: aspeed: Enable BT IPMI BMC device ARM: aspeed: Add defconfigs for CONFIG_ASPEED_BT_IPMI_BMC ipmi: add an Aspeed BT IPMI BMC driver ARM: dts: aspeed: remove previous iBT definitions ARM: aspeed: remove previous definitions in default config Revert "misc: Add Aspeed BT IPMI host driver" Change-Id: I8fcc43deaf5db71d587e34c4e4ed2111e7f3e182 Signed-off-by: Joel Stanley <joel@jms.id.au>
* Fix vuart symlink udev ruleJoel Stanley2016-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rule was not creating the /dev/ttyVUART0 rule. ``` root@palmetto:~# udevadm info -q all /dev/ttyS0 P: /devices/platform/ahb/ahb:apb/1e787000.vuart/tty/ttyS0 N: ttyS0 E: DEVNAME=/dev/ttyS0 E: DEVPATH=/devices/platform/ahb/ahb:apb/1e787000.vuart/tty/ttyS0 E: MAJOR=4 E: MINOR=64 E: SUBSYSTEM=tty E: TAGS=:systemd: E: USEC_INITIALIZED=22674274 ``` ``` root@palmetto:~# systemctl status dev-ttyVUART0.device --no-pager ● dev-ttyVUART0.device Loaded: loaded Active: inactive (dead) Nov 07 05:43:37 palmetto systemd[1]: dev-ttyVUART0.device: Job dev-ttyVUART0.device/start timed out. Nov 07 05:43:37 palmetto systemd[1]: Timed out waiting for device dev-ttyVUART0.device. Nov 07 05:43:37 palmetto systemd[1]: dev-ttyVUART0.device: Job dev-ttyVUART0.device/start failed with result 'timeout'. ``` This just sits there without returning: ``` root@palmetto:~# systemctl start dev-ttyVUART0.device ``` This is the reason udev does not trigger due to the lpc address on this system being set to 0x417 when the rule expects 0x3f8: ``` root@palmetto:~# cat /sys/devices/platform/ahb/ahb\:apb/1e787000.vuart/lpc_address 0x417 ``` - `obmc-console-server` is launched when `/dev/ttyVUART0` is created. - `/dev/ttyVUART0` is created when a device with `lpc_address` of `0x3f8` is created - `lpc_address` is configured by obmc-console-server. - GOTO 10; A fix would be to match the udev rule on the address of the peripheral. This is what Cedric's original patch did: ``` SUBSYSTEM=="tty", ATTR{iomem_base}=="0x1E787000", SYMLINK+="tty-host" ``` Use the iomem_base in place of the lpc_address condition. The rule was not matching with the driver==aspeed_vuart condition, so that was removed as well. Fixes: openbmc/openbmc#749 Fixes: openbmc/openbmc#718 Fixes: openbmc/openbmc#706 Change-Id: Ia55f47a84d657ab9572a8b0495420b1f56e16c02 Signed-off-by: Joel Stanley <joel@jms.id.au>
* linux-obmc: Unifiy defconfigsJoel Stanley2016-10-202-66/+45
| | | | | | | | | | | | | | | | | | | | | Minimaise the differences between the ast2400 and ast2500 defconifgs. ast2500 changes: - Enable IPv6 - Disable unused compression algorithms - Enable SYN cookies * resolves https://github.com/openbmc/openbmc/issues/504 - Enable kenrel hardening features - Disable unused USB support - Enable earlyprintk - Disable support for ancient libc ast2400 changes: - Remove unused configfs support - Disable IPv6 IPSec support Change-Id: Id1e388723160541de80b26c378b87a1a2da8091e Signed-off-by: Joel Stanley <joel@jms.id.au>
* Fixed build problem by modifying CONSOLES variableJosh King2016-10-202-0/+5
| | | | | | | | | | | | | | Modified SERIAL_CONSOLES variable in the hardware systems so that we can get rid of the hacks file. The hacks file was used to manually stop the issue but now that is taken out and the issue is handled in the include files so the process doesn't start in the first place. This fixes issue number 586. Resolves openbmc/openbmc#586 Change-Id: I1eb54dae6cbec661f4b8865875e0fe5bd734c70c Signed-off-by: Josh King <jdking@us.ibm.com>
* meta-aspeed: Enable vuart rules for AST2[45]00Patrick Williams2016-09-212-0/+4
| | | | | Change-Id: Id1f7d22b63493d16a56fbcafe8b33ae971076f5a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* meta-aspeed: udev rules for vuartPatrick Williams2016-09-212-0/+16
| | | | | | | | | | | Added 61-aspeed-vuart.rules with the AST2400/AST2500 VUART udev rules. Chose '61' because the basic serial support from upstream is in '60'. Fixes openbmc/openbmc#528. Change-Id: Id7832bd3b421d6ffa6918e12654f9b74833384d6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* linux-obmc: Work around host IPL issues using GPIO hogs in Palmetto devicetreeAndrew Jeffery2016-09-212-0/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | The commit message in the kernel patch applied by this commit outlines the critical information on how it was generated and the limitations that apply to using GPIO hogs to produce a bootable host. Please refer to the kernel patch commit message. Note the patch is best applied during the OpenBMC build process, rather than being carried by the OpenBMC kernel fork. The OpenBMC kernel fork is used to test Aspeed SoC support at large, often with non-OpenBMC userspaces. While the OpenBMC userspace is sometimes not used in kernel testing, the tests often take place on OpenBMC supported machines such as the Palmetto. As kernel development and maintenance often includes exporting various GPIOs to poke at, it's best that we minimise the number of GPIOs tied up in hogs. It's acknowledged that this opens an opportunity for predictable flaws if a kernel is booted with the OpenBMC userspace without this patch applied, but it's assumed the user knows what they are doing in this case*. * Having said that, it will no doubt trip me up. Change-Id: I08f5f5b29cc81257655bb9a35dbb6c5ce3f11292 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* meta-aspeed: Enable common recipesPatrick Williams2016-09-161-0/+4
| | | | | Change-Id: I945d5bc50490193d31c24cf1a691c26377aff625 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add missing dependencies to ast2500 defconfigJaghathiswari Rankappagounder Natarajan2016-09-131-1/+3
| | | | | | Change-Id: Ifa807e8ecf9d0b94e4681dd4c7af7243fef04536 Signed-off-by: Jaghathiswari Rankappagounder Natarajan <jaghu@google.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
* linux-obmc: Bump version to 4.7Patrick Williams2016-08-161-17/+29
| | | | | | Change-Id: Iffaa780c72f91e8feda6aaa17751b122c2a60aeb Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Joel Stanley <joel@jms.id.au>
* ast2400: Update prefered u-boot versionPatrick Williams2016-08-101-2/+2
| | | | | Change-Id: I8b1dc64b8f53b3f90c6a24b690507384912908a4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Move to u-boot v2016.07-aspeed-openbmc branchJoel Stanley2016-07-273-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | This moves all machines to a new u-boot branch. The u-boot branch is based on this month's upstream v2016.07 release, and contains cleanups that get us closer to submitting upstream. Importantly for the machine configurations, we now have four new defconfigs that replace the previous targets: - ast_g4_ncsi_defconfig: ast2400 with NCSI networking - ast_g4_phy_defconfig: ast2400 with directly attached PHY networking - ast_g5_ncsi_defconfig: ast2500 with NCSI networking - ast_g5_phy_defconfig: ast2500 with directly attached PHY networking We now support Firestone again with the ast_g4_phy_defconfig. This commit updates all machines to the new branch and defconfig. It also removes unused patches that were being made to u-boot, in the case of barreleye (a patch to aspeednic.c) and palmetto (a modification to the u-boot environment). Change-Id: Ic4baf9ae0d5f4046e69cab99d54865771b01cd2a Signed-off-by: Joel Stanley <joel@jms.id.au>
* Remove preferred kernel version from ast2400 machineJoel Stanley2016-07-221-1/+0
| | | | | | | | | This was left over from when the ast2400 systems used a different kernel than the ast2500 systems. Now that they are both on 4.6, we can drop this PREFERRED_VERSION. Change-Id: I683fdfdc804789fe1353ef09154c92714009cd07 Signed-off-by: Joel Stanley <joel@jms.id.au>
* Move ast2400 platforms to the dev-4.6 kernel treeJoel Stanley2016-07-131-65/+20
| | | | | | | The defconfig is regnerated with the newer kernel base. A large number of unused options are disabled to reduce the kernel binary size. Signed-off-by: Joel Stanley <joel@jms.id.au>
* u-boot: Remove unused 2013.07 packages.Patrick Williams2016-06-242-6/+0
| | | | Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* u-boot: Upgrade AST2400 machines to 2016.05 tree.Patrick Williams2016-06-245-14/+18
| | | | | | | Move 2016.05 tree to point at the latest openbmc commit and point all AST2400 machines to it. Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* AST2500: Initial AST2500 BSP layerBrad Bishop2016-06-108-0/+276
| | | | | | | | | The AST2500 is an ARM SOC made by Aspeed. This is only a stub; there are a couple missing bits of support from the kernel/uboot. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* AST2400: Set u-boot preferred provider versionRick Altherr2016-06-101-0/+2
| | | | | | In preparation for supporting AST2500 with a different branch. Signed-off-by: Rick Altherr <raltherr@google.com>
* AST2400: Use Palmetto as the default uboot targetBrad Bishop2016-06-101-1/+1
| | | | | | | An evaluation board target would be nice here but at least Palmetto is an improvement over the generic ARM target. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* AST2400: Set kernel preferred provider versionBrad Bishop2016-06-101-0/+1
| | | | | | In preparation for supporting AST2500 with a different branch. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Remove duplicate kernel config fragmentsBrad Bishop2016-06-102-5/+1
| | | | | | Enable system specific modules in their respective layers. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* AST2400: Remove unused patchesBrad Bishop2016-06-083-46601/+0
| | | | | | | These patches aren't needed anymore since they are in the openbmc u-boot fork. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Build adm1275 driver into linux kernel by defaultYi Li2016-05-291-0/+3
| | | | | | | Barreleye requires adm1278 driver be built into kernel. Add config to defconfig, instead of hwmon.cfg. Signed-off-by: Yi Li <adamliyi@msn.com>
* linux: turn on vuart driverMilton D. Miller II2016-02-081-0/+3
| | | | | | | | | | | Enable the vuart driver in the defconfig. Based on the update to aspeed_defconfig in the linux repository. Won't actually be enabled until the base recipe has the driver merged again. Signed-off-by: Milton Miller <miltonm@us.ibm.com>
OpenPOWER on IntegriCloud