summaryrefslogtreecommitdiffstats
path: root/src/mainboard/supermicro/x11-lga1151-series
Commit message (Expand)AuthorAgeFilesLines
* tpm: Refactor TPM Kconfig dimensionsJes B. Klinke2022-04-211-1/+1
* soc/intel/skl: Replace dt `HeciEnabled` by `HECI1 disable` configSubrata Banik2022-01-161-0/+3
* soc/intel/skylake: switch to common ACPI codeMichael Niewöhner2021-10-171-1/+1
* soc/intel/skylake: switch to common GNVSMichael Niewöhner2021-10-171-1/+1
* Skylake boards: Drop setting useless `IRQ_SLOT_COUNT`Angel Pons2021-10-171-4/+0
* skylake DDR4 boards: Set `CaVrefConfig` to 2Angel Pons2021-09-171-0/+1
* src/*: Specify type of `DIMM_SPD_SIZE` onceAngel Pons2021-09-031-1/+0
* soc/intel/common: Use CHIPSET_LOCKDOWN_COREBOOT by defaultFelix Singer2021-08-281-5/+0
* mb/*: Specify type of `VARIANT_DIR` onceAngel Pons2021-07-261-1/+0
* mb/*: Specify type of `FMDFILE` onceAngel Pons2021-07-261-1/+0
* mb/*: Specify type of `OVERRIDE_DEVICETREE` onceAngel Pons2021-07-261-1/+0
* mb/*: Specify type of `MAINBOARD_PART_NUMBER` onceAngel Pons2021-07-261-1/+0
* mb/*: Specify type of `MAINBOARD_DIR` onceAngel Pons2021-07-261-1/+0
* src/*: Specify type of `CBFS_SIZE` onceAngel Pons2021-07-261-1/+0
* supermicro/x11: enable COMB via LPCAlexander Couzens2021-07-041-0/+1
* skylake DT/HALO mainboards: Drop `SaGv` settingAngel Pons2021-05-071-1/+0
* mb/supermicro/x11-lga1151-series: add support of X11SSH-LN4F to X11SSH-FAlexander Couzens2021-03-153-2/+10
* ACPI: Add top-level ASLKyösti Mälkki2021-01-271-0/+1
* soc/intel/skylake: Move MAX_CPUS from mb to SoCFelix Singer2021-01-061-4/+0
* mb/supermicro/x11ssh-tf: configure "POST complete" gpio for IPMI driverMichael Niewöhner2020-12-303-1/+4
* mb/supermicro/x11ssm-f: configure "POST complete" gpio for IPMI driverMichael Niewöhner2020-12-302-0/+4
* mb/supermicro/x11ssm-f: configure the BMC jumper JPB1Michael Niewöhner2020-12-301-0/+2
* drivers/ipmi: Add Supermicro OEM commandsPatrick Rudolph2020-12-251-0/+4
* mb/supermicro/x11-lga1151-series: Select DRIVERS_UART_8250IOPatrick Rudolph2020-12-241-0/+1
* mb/supermicro/x11ssm-f: disable unconnected and unused/strap-only padsMichael Niewöhner2020-12-111-35/+35
* mb/supermicro/x11ssm-f: enable AER for PCIe root portsMichael Niewöhner2020-12-101-0/+5
* mb/supermicro/x11ssm-f: add subsystem ids to PCI ports and devicesMichael Niewöhner2020-12-101-2/+7
* mb/supermicro/x11ssm-f: enable LTR for all root portsMichael Niewöhner2020-12-101-0/+5
* mb/supermicro/x11-lga1151-series: drop HAVE_ACPI_RESUMEMichael Niewöhner2020-12-101-1/+0
* mb/supermicro/x11ssm-f: (re)configure unconnected padsMichael Niewöhner2020-12-101-81/+81
* mb/supermicro/x11ssm-f: (re)configure and document various padsMichael Niewöhner2020-12-101-24/+24
* mb/*: Remove SATA_AHCI config from SKL/KBL based devicetreesFelix Singer2020-12-081-1/+0
* soc/intel/skylake: Shorten SATA mode enum value namesFelix Singer2020-12-081-1/+1
* mb/supermicro/x11ssm-f: correct trigger for SMI/NMI interrupt inputsMichael Niewöhner2020-12-041-5/+5
* mb/supermicro/x11ssm-f: drop NMI overridesMichael Niewöhner2020-12-045-35/+0
* mb/supermicro/x11-lga1151-series: set FADT PM profile to ENTERPRISE_SERVERMichael Niewöhner2020-11-292-0/+10
* mb/supermicro/x11-lga1151-series: rework gpio setup to not use headersMichael Niewöhner2020-11-2910-68/+98
* mb/supermicro/x11-lga1151-series: switch from dev.init to mb_ops.initMichael Niewöhner2020-11-293-11/+6
* mb/supermicro/x11ssm-f: drop unneeded ITSS overrideMichael Niewöhner2020-11-281-10/+0
* mb/supermicro/x11-lga1151-series: configure gpios in mainboard initMichael Niewöhner2020-11-283-13/+4
* mb/supermicro/x11-lga1151-series: restructure and clean up devicetreeMichael Niewöhner2020-11-283-41/+9
* {docs/,}mb/supermicro/x11ssh-tf: drop TODO sectionMichael Niewöhner2020-11-271-1/+0
* mb/**/cmos.layout: Indent everything with tabsAngel Pons2020-11-231-27/+27
* mb/supermicro/x11-lga1151-series: Initialize mem_cfg in one lineAngel Pons2020-11-161-2/+1
* mb/supermicro/x11-lga1151-series: Fix up comment styleAngel Pons2020-11-131-1/+1
* mb/*,soc/intel: drop the obsolete dt option `speed_shift_enable`Michael Niewöhner2020-10-261-3/+0
* mb/supermicro/x11-lga1151-series: Follow up GPIO macro changesPatrick Georgi2020-10-211-4/+4
* soc/intel,mb/*: get rid of legacy pad macrosMichael Niewöhner2020-10-212-8/+8
* mb/supermicro/x11-lga1151-series: add x11ssh-f board as a variantBill XIE2020-10-205-0/+385
* {src/mb,util/autoport}: Use macro for DSDT revisionElyes HAOUAS2020-10-131-1/+1