Age | Commit message (Expand) | Author |
2020-09-21 | src/southbridge: Drop unneeded empty lines | Elyes HAOUAS |
2020-08-18 | src/southbridge/amd/*/*/fadt.c: Use macro for access_size | Elyes HAOUAS |
2020-07-26 | src: Remove unused 'include <cbmem.h>' | Elyes HAOUAS |
2020-07-20 | src: Make HAVE_CF9_RESET set the FADT reset register | Angel Pons |
2020-07-20 | src: Drop useless cache flush settings in FADT | Angel Pons |
2020-07-20 | src: Never overwrite `fadt->flags` | Angel Pons |
2020-07-20 | src: Drop useless PM1b settings from FADT | Angel Pons |
2020-07-20 | src: Drop useless GPE1 settings from FADT | Angel Pons |
2020-07-14 | src: Remove unused 'include <stdint.h> | Elyes HAOUAS |
2020-07-14 | src: Remove unused 'include <string.h>' | Elyes HAOUAS |
2020-07-10 | sb/amd/cimx/sb800: Drop dead code | Angel Pons |
2020-06-24 | src: Report byte-sized access for GPE0 | Angel Pons |
2020-06-10 | ACPI: Remove Kconfig COMMON_FADT | Kyösti Mälkki |
2020-06-10 | sb,soc/amd, ACPI: Do not override FADT preferred_pm_profile | Kyösti Mälkki |
2020-06-10 | sb/amd/agesa,cimx,pi: Select COMMON_FADT | Kyösti Mälkki |
2020-06-10 | mb,sb/amd/cimx/sb800: Remove FADT_PM_PROFILE | Kyösti Mälkki |
2020-06-09 | Revert "sb/amd/cimx/sb800: Fix 16-bit read/write PCI_COMMAND register" | Nico Huber |
2020-06-06 | src: Use pci_dev_ops_pci where applicable | Angel Pons |
2020-06-06 | sb/amd/cimx/sb800: Fix 16-bit read/write PCI_COMMAND register | Elyes HAOUAS |
2020-06-03 | soc,southbridge/amd: Remove some explicit zero-initializers | Kyösti Mälkki |
2020-05-26 | src/sb: Use 'print("%s...", __func__)' | Elyes HAOUAS |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-13 | src: Remove unused '#include <stdint.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-08 | southbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-27 | sb/amd/cimx/sb800: Const'ify pci_devfn_t devices | Elyes HAOUAS |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
2020-04-04 | src/southbridge: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-02-26 | treewide: capitalize 'USB' | Elyes HAOUAS |
2020-01-05 | sb/amd/{agesa,pi}: use ACPIMMIO common block wherever possible | Michał Żygowski |
2019-12-31 | sb/amd/cimx/sb800/cfg.c: Fix typo | Elyes HAOUAS |
2019-12-30 | sb/amd/cimx/sb800: Remove unused BOOTBLOCK_SOUTHBRIDGE_INIT | Elyes HAOUAS |
2019-12-21 | sb/amd/{agesa,pi,cimx}/bootblock: Use simple PCI config accessor | Kyösti Mälkki |
2019-12-20 | AGESA,binaryPI: Drop remains of ROMCC_BOOTBLOCK | Kyösti Mälkki |
2019-12-16 | soc/amd,{agesa,pi}/hudson: Have do_board_reset in all stages | Kyösti Mälkki |
2019-12-04 | sb/amd/cimx/sb800: add C bootblock southbridge initialization | Michał Żygowski |
2019-12-04 | amdblocks/acpimmio: Unify BIOSRAM usage | Michał Żygowski |
2019-12-02 | sb/amd/cimx: replace cimx_util with common ACPIMMIO AMD block | Michał Żygowski |
2019-11-23 | Kconfig: comply to Linux 5.3's Kconfig language rules | Patrick Georgi |
2019-11-20 | cpu/nb/sb: Remove fam12 | Joe Moore |
2019-10-28 | src/southbridge: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-10-18 | src: Remove unused include '<device/pci_ids.h>' | Elyes HAOUAS |
2019-10-08 | device: Use scan_static_bus() over scan_lpc_bus() | Nico Huber |
2019-08-20 | AGESA,binaryPI: Replace use of __PRE_RAM__ | Kyösti Mälkki |
2019-07-19 | src: Make implicit fall throughs explicit | Jacob Garber |
2019-07-16 | sb/amd/{cimx,}/sb{700,800,900}: Prevent uninitialized reads | Jacob Garber |
2019-06-18 | sb/amd/cimx/sb900: Change logical negation to bitwise | Jacob Garber |
2019-05-20 | sb/amd/cimx/sb800: Get rid of power button device in coreboot | Paul Menzel |
2019-04-23 | src: Use include <console/console.h> when appropriate | Elyes HAOUAS |
2019-04-23 | src: Add missing include 'console.h' | Elyes HAOUAS |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-13 | sb/amd/cimx/sb800/early.c: Drop unused 'include <cbmem.h> | Elyes HAOUAS |
2019-03-08 | commonlib/loglevel.h: Drop unnecessary include | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
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-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-03-01 | ACPI: Rename FADT model and set it to zero | Elyes HAOUAS |
2019-02-21 | ACPI: Correct asl_compiler_revision value | Elyes HAOUAS |
2019-01-14 | AGESA: Drop CONFIG_CBB and CONFIG_CDB | Kyösti Mälkki |
2019-01-10 | sb/amd/{cimx,sb{7,8}00}: Use PCI_DEVFN() | Elyes HAOUAS |
2019-01-10 | southbridge/amd/cimx: Drop unused functions | Kyösti Mälkki |
2019-01-07 | src: Move constant to the right side of comparison | Elyes HAOUAS |
2019-01-06 | usbdebug: Make the EHCI debug console work in the bootblock | Arthur Heymans |
2019-01-06 | device: Use pcidev_on_root() | Kyösti Mälkki |
2018-12-24 | sb/amd/cimx/sb800/ramtop: Fix coding style issues | Paul Menzel |
2018-11-29 | arch/acpi.h: Add some update to version 6.2a | Elyes HAOUAS |
2018-11-28 | src/{mainboard,southbridge}: Remove commented include lines | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-11-16 | sb/amd: Remove dead assignment in SPI driver | Paul Menzel |
2018-11-16 | sb/amd: Fix grammar in comment | Paul Menzel |
2018-11-05 | amd: Fix non-local header treated as local | Elyes HAOUAS |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-22 | sb/amd/cimx/sb[89]00: Use CF9 reset | Nico Huber |
2018-08-27 | update all FADT version 3.0 to use the get tables function | Marc Jones |
2018-08-17 | Fix PCI ACPI _OSC methods | Marc Jones |
2018-07-09 | src/southbridge: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-06-14 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2018-05-29 | src/southbridge: Add and update license headers | Martin Roth |
2018-05-21 | cimx/sb800: Use PCI_DEVFN() | Kyösti Mälkki |
2018-05-20 | sb/amd/cimx/sb900: Get rid of device_t | Elyes HAOUAS |
2018-05-20 | sb/amd/cimx/sb800: Get rid of device_t | Elyes HAOUAS |
2018-04-29 | sb/amd/cimx/sb800: Remove unused variable | Paul Menzel |
2018-04-29 | sb/amd/cimx/sb800/lpc: Shorten and wrap long lines | Paul Menzel |
2018-04-23 | drivers/spi: reduce confusion in the API | Aaron Durbin |
2018-04-09 | console: Expose vsnprintf | David Hendricks |
2018-01-30 | drivers/spi: support cmd opcode deduction for spi_crop_chunk() | Aaron Durbin |
2018-01-24 | AGESA f15 cimx/sb700: Remove unused chips code | Kyösti Mälkki |
2018-01-24 | amd/torpedo cimx/sb900: Fix include directory | Kyösti Mälkki |
2018-01-23 | AGESA_LEGACY: Apply final cleanup and file removals | Kyösti Mälkki |
2018-01-17 | AGESA f15 boards: Remove - using LATE_CBMEM_INIT | Kyösti Mälkki |
2018-01-14 | AMD CIMx SB800: late.c: Use variable `device` from for loop condition | Paul Menzel |
2017-11-28 | AMD platforms: Fix ASL comment that implies "\_SB" is southbridge | Martin Roth |
2017-09-27 | smbus: Fix a typo ("Set the device I'm talking too") | Jonathan Neuschäfer |