Age | Commit message (Expand) | Author |
2019-08-21 | southbridge/intel: Tidy up preprocessor and headers | Kyösti Mälkki |
2019-08-13 | cpu/x86: Change old-style SMI handler prototypes | Kyösti Mälkki |
2019-08-13 | cpu/x86: Move some SMM function declarations | Kyösti Mälkki |
2019-08-13 | cpu/x86: Separate save_state struct headers | Kyösti Mälkki |
2019-08-12 | sb/intel/i82801dx: Drop unused parameter | Kyösti Mälkki |
2019-07-13 | intel/e7505,i82801dx: Fix SMM_ASEG lock | Kyösti Mälkki |
2019-07-09 | cpu/x86: Declare SMM_ASEG | Kyösti Mälkki |
2019-07-09 | arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class | Kyösti Mälkki |
2019-04-07 | sb/intel/{common,i82801dx}: Improve TCO debug code | Jacob Garber |
2019-03-14 | Remove leftover files | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-01-13 | aopen/dxplplusu: Switch to C_ENVIRONMENT_BOOTBLOCK | Kyösti Mälkki |
2019-01-06 | Kconfig: Unify power-after-failure options | Nico Huber |
2019-01-06 | device: Use pcidev_path_on_root() | Kyösti Mälkki |
2019-01-06 | device: Use pcidev_on_root() | Kyösti Mälkki |
2018-12-19 | southbridge: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-11-01 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-22 | intel: Use CF9 reset (part 1) | Patrick Rudolph |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-16 | sb/intel/i82801dx/Kconfig: remove duplicate SOUTHBRIDGE_INTEL_COMMON | Stefan Tauner |
2018-06-14 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2018-05-23 | sb/intel/i82801dx: Get rid of device_t | Elyes HAOUAS |
2018-04-30 | southbridge/intel: Remove space before/after parenthesis | Elyes HAOUAS |
2017-08-19 | i82801dx/gx/ix/jx: Add low-memory backup for S3 path | Kyösti Mälkki |
2017-08-06 | sb/intel/*: Use common SMBus functions | Arthur Heymans |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-13 | Consolidate reset API, add generic reset_prepare mechanism | Julius Werner |
2017-01-10 | intel/i82801dx: Support 2MiB FWH part | Kyösti Mälkki |
2016-12-11 | x86 SMM: Fix use with RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2016-12-10 | intel 82801dx/gx/ix: Commit SMM relocation code to DRAM | Kyösti Mälkki |
2016-11-09 | southbridge/intel/i82801dx: transition away from device_t | Antonello Dettori |
2016-09-10 | southbridge/intel/i82801dx: transition away from device_t | Antonello Dettori |
2016-08-31 | src/southbridge: Code formating | Elyes HAOUAS |
2016-08-28 | src/southbridge: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-01 | Remove non-ascii & unprintable characters | Martin Roth |
2016-07-15 | southbridge/intel/i82801dx: use common Intel ACPI hardware definitions | Aaron Durbin |
2016-01-18 | header files: Fix guard name comments to match guard names | Martin Roth |
2016-01-07 | Correct some common spelling mistakes | Martin Roth |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-06-08 | x86 SMM: Relocator is intel-only | Kyösti Mälkki |
2015-06-04 | devicetree: Discriminate device ops scan_bus() | Kyösti Mälkki |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-27 | kbuild: automatically include southbridges | Stefan Reinauer |
2015-04-06 | global: Refactor get_option usage | Varad Gautam |
2015-03-11 | x86 SMM: Replace weak prototypes with weak function stub | Kyösti Mälkki |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2015-01-06 | southbridge: Drop print_ implementation from non-romcc boards | Stefan Reinauer |
2015-01-04 | smihandler.c: Fix doxygen errors in southbridge_smi_handler | Martin Roth |
2014-10-22 | cmos: Rename the CMOS related functions. | Gabe Black |
2014-07-08 | southbridge: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
2014-02-16 | usbdebug: Remove EHCI_DEBUG_OFFSET | Kyösti Mälkki |
2014-02-06 | usbdebug: Move under drivers/usb | Kyösti Mälkki |
2013-12-02 | global: Fix usage of get_option() to make use of CB_CMOS_ codes | Alexandru Gagniuc |
2013-07-30 | Makefile: Fix adding intel/common | Kyösti Mälkki |
2013-07-10 | Drop some duplicates of PCI-e config functions | Kyösti Mälkki |
2013-07-01 | usbdebug: Support i82801dx/ex southbridge | Kyösti Mälkki |
2013-06-12 | Fix i82801a/b/c/d IOAPIC | Kyösti Mälkki |
2013-06-12 | intel/*/smi.c: Output correct GPIO in ALT_GP_SMI_STS register dump | Konstantin Aladyshev |
2013-06-11 | Fix cycle error in intel southbridges to display GPI status | Konstantin Aladyshev |
2013-05-10 | Drop prototype guarding for romcc | Stefan Reinauer |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-26 | Unify setting 82801a/b/c/d IOAPIC ID | Kyösti Mälkki |
2012-11-27 | Get rid of drivers class | Patrick Georgi |
2012-11-14 | Move HAVE_SMI_HANDLER from mainboards to chipsets | Stefan Reinauer |
2012-10-08 | hpet: common ACPI generation | Patrick Georgi |
2012-08-22 | Auto-declare chip_operations | Kyösti Mälkki |
2012-04-24 | Intel 82801dx: compile early_smbus as separate object | Kyösti Mälkki |
2012-02-17 | intel/82801dx: Move HAVE_HARD_RESET to southbridge | Patrick Georgi |
2011-10-20 | i82801dx: Replace romstage printk's | Kyösti Mälkki |
2011-06-07 | SMM: add defines for APM_CNT register | Sven Schnelle |
2010-12-08 | first round name simplification. drop the <component>_ prefix. | stepan |
2010-10-12 | We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. | Uwe Hermann |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-08-01 | - fix SMM code relocation race | Stefan Reinauer |
2010-06-17 | Always enable parent resources before child resources. | Myles Watson |
2010-05-30 | don't generate C source code file but use objcopy to include the SMM blob. | Stefan Reinauer |
2010-05-27 | fix warnings. | Stefan Reinauer |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-11 | do better error reporting in i82801dx early smbus functions. | Stefan Reinauer |
2010-04-09 | 1. This patch adds CAR for Intel P6 series processors. | Joseph Smith |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-28 | drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking... | Stefan Reinauer |
2010-03-23 | fix newly introduced printk_foo warnings.. | Stefan Reinauer |
2010-03-22 | Fix i82801dx_power_options() so CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL wo... | Joseph Smith |
2010-03-22 | drop some unused files and fix warnings on i945 based systems. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-17 | revert the faulty part of r5252 | Stefan Reinauer |
2010-03-17 | fix HPET on some ICH southbridges | Stefan Reinauer |
2010-03-17 | Actually enable HPET | Stefan Reinauer |
2010-03-17 | bug fix for IOAPIC on i82801dx. | Stefan Reinauer |
2010-03-17 | This patch fixes up the i82801dx_lpc.c code post transition. | Joseph Smith |
2010-03-17 | more warning fixes. | Stefan Reinauer |
2010-03-17 | fix HPET base addressed. | Stefan Reinauer |
2010-03-17 | fix a couple of warnings | Stefan Reinauer |
2010-03-14 | ICH4 update, fix ATA init, drop SATA (chipset doesn't have SATA) | Stefan Reinauer |
2010-03-01 | This patch implements MBI (modular bios interface) support to the i830 chipset. | Stefan Reinauer |