Age | Commit message (Expand) | Author |
2019-10-08 | device: Use scan_static_bus() over scan_lpc_bus() | Nico Huber |
2019-10-04 | acpi_table_header: Replace hard-coded revision via macro and function | Himanshu Sahdev |
2019-09-15 | southbridge: Remove unused include <device/pci_ops.h> | Elyes HAOUAS |
2019-08-26 | amdfam10: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-07-12 | src: Add missing include <device/pci_ops.h> | Elyes HAOUAS |
2019-06-03 | sb//nvidia/mcp55/mcp55.c: Remove variable set but not used | Elyes HAOUAS |
2019-06-03 | sb/nvidia/mcp55: Remove variable set but not used | Elyes HAOUAS |
2019-04-23 | src: Use include <console/console.h> when appropriate | Elyes HAOUAS |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-21 | {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() | Subrata Banik |
2019-03-12 | src: Drop unused 'include <arch/acpigen.h>' | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-05 | arch/io.h: Drop includes in fam10 romstages | Kyösti Mälkki |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-04 | arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field | Elyes HAOUAS |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-02-21 | ACPI: Correct asl_compiler_revision value | Elyes HAOUAS |
2019-02-15 | src: Use macro `ACPI_FADT_LEGACY_FREE` | Paul Menzel |
2019-02-11 | device/pci_ops: Move questionable pci_locate() variants | Kyösti Mälkki |
2019-01-10 | sb/nvidia/mcp55: Avoid confusion with PCI_ADDR() | Kyösti Mälkki |
2019-01-06 | Kconfig: Unify power-after-failure options | Nico Huber |
2019-01-06 | usbdebug: Make the EHCI debug console work in the bootblock | Arthur Heymans |
2019-01-06 | device: Use pcidev_path_behind() | Kyösti Mälkki |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-10-31 | reset: Finalize move to new API | Nico Huber |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-22 | amdfam10: Convert to `board_reset()` | Nico Huber |
2018-05-31 | Remove AMD K8 cpu and northbridge support | Kyösti Mälkki |
2018-05-21 | nvidia/mcp55: Get rid of device_t | Elyes HAOUAS |
2018-05-08 | src/southbridge: Add required space before the open parenthesis | Elyes HAOUAS |
2018-04-29 | southbridge/nvidia: Remove spaces before/after parenthesis | Elyes HAOUAS |
2018-04-28 | src/southbridge: Add spaces around '==' | Elyes HAOUAS |
2017-09-27 | smbus: Fix a typo ("Set the device I'm talking too") | Jonathan Neuschäfer |
2017-08-07 | usbdebug: Refactor early enable | Kyösti Mälkki |
2017-08-07 | usbdebug: Consolidate EHCI_BAR setup | Kyösti Mälkki |
2017-07-13 | src/southbridge: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-13 | Consolidate reset API, add generic reset_prepare mechanism | Julius Werner |
2017-04-28 | sb/nvidia/mcp55: Link early_ctrl.c | Arthur Heymans |
2017-03-21 | southbridge/nvidia/mcp55: Get rid of #include early_smbus.c | Arthur Heymans |
2017-01-13 | sb/nvidia/mcp55: Fix typo in nic.c | Martin Roth |
2017-01-04 | amdfam10: Perform major include ".c" cleanup | Damien Zammit |
2017-01-03 | sb/nvidia/mcp55: Fix P_state generation | Arthur Heymans |
2016-12-06 | PCI ops: Remove conflicting duplicate declarations | Kyösti Mälkki |
2016-10-11 | southbridge/nvidia: Remove commented code | Elyes HAOUAS |
2016-10-04 | src/southbridge: Remove unnecessary semicolon | Elyes HAOUAS |
2016-09-13 | southbridge/nvidia/mcp55: transition away from device_t | Antonello Dettori |
2016-08-31 | src/southbridge: Code formating | Elyes HAOUAS |
2016-08-23 | src/southbridge: Remove unnecessary whitespace before "\n" and "\t" | Elyes HAOUAS |
2015-12-30 | x86 chipsets: Link non-code flow CHIPSET_BOOTBLOCK_INCLUDE files | Alexandru Gagniuc |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-07 | x86/bootblock: Use LDFLAGS_bootblock to enable garbage collection | Alexandru Gagniuc |
2015-09-09 | x86: bootblock: remove linking and program flow from build system | Aaron Durbin |
2015-08-09 | amd8111, ck804, mcp55: use CONFIG_HPET_ADDRESS | Jonathan A. Kollasch |
2015-07-23 | nvidia southbridges: don't touch 0x78 in LPC bridge with Fam10h | Jonathan A. Kollasch |
2015-07-14 | azalia: fix up and clean up shrinkage of boilerplate code | Jonathan A. Kollasch |
2015-06-05 | device_ops: add device_t argument to acpi_fill_ssdt_generator | Alexander Couzens |
2015-06-04 | devicetree: Discriminate device ops scan_bus() | Kyösti Mälkki |
2015-05-26 | acpi: Remove monolithic ACPI | Vladimir Serbinenko |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-27 | kbuild: automatically include southbridges | Stefan Reinauer |
2015-04-04 | build system x86: deprecate bootblock_lds and ldscripts variables | Patrick Georgi |
2015-03-28 | build system: normalize linker script file names | Patrick Georgi |
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 |
2014-12-17 | southbridge/nvidia: Spelling/comment fix | Martin Roth |
2014-11-05 | Use 'pci_devfn_t' over 'device_t' mixed type in 'reset.c' | Edward O'Callaghan |
2014-11-05 | soutbridge/*/bootblock: Use pci_dev_t over device_t typedef | Edward O'Callaghan |
2014-10-22 | cmos: Rename the CMOS related functions. | Gabe Black |
2014-10-19 | amd: rename model_fxx_powernow to powernow. | Vladimir Serbinenko |
2014-10-17 | Fix mismerge of ACPI patches | Vladimir Serbinenko |
2014-10-16 | amdk8: Move to per-device ACPI | Vladimir Serbinenko |
2014-10-16 | ACPI: Remove CONFIG_GENERATE_ACPI_TABLES | Vladimir Serbinenko |
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-24 | Remove PCI_ROM_RUN option | Vladimir Serbinenko |
2013-12-23 | Coding style: punctuation cleanup [1/2]. | Idwer Vollering |
2013-10-22 | usbdebug: Fix boards without EARLY_CBMEM_INIT | Kyösti Mälkki |
2013-08-29 | usbdebug: Support choice of EHCI controller | Kyösti Mälkki |
2013-08-29 | usbdebug: Change debug port scanning | Kyösti Mälkki |
2013-08-24 | Add pci_devfn_t and use with __SIMPLE_DEVICE__ | Kyösti Mälkki |
2013-08-23 | usbdebug: Do not support logging from SMM | Kyösti Mälkki |
2013-08-07 | usbdebug: Use __SIMPLE_DEVICE__ on early enable | Kyösti Mälkki |
2013-08-02 | Remove unnecessary space characters. | Andrew Wu |
2013-07-01 | usbdebug: Drop duplicates of EHCI BAR relocation code | Kyösti Mälkki |
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-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2012-11-28 | Remove assembly coded log2 function | Ronald G. Minnich |
2012-11-27 | Get rid of drivers class | Patrick Georgi |
2012-11-02 | Fix some issues with new "reference" toolchain | Stefan Reinauer |
2012-08-22 | Auto-declare chip_operations | Kyösti Mälkki |
2012-07-26 | Refactor driver structs | Patrick Georgi |
2012-06-21 | Don't use 64-bit constant 0x100000000 in linker scripts | Nico Huber |
2012-05-08 | Clean up #ifs | Patrick Georgi |
2012-02-17 | nvidia/mcp55: Move HAVE_HARD_RESET to southbridge | Patrick Georgi |
2012-01-18 | Unify ID_SECTION_OFFSET and mark it deprecated | Patrick Georgi |