Age | Commit message (Expand) | Author |
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-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-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 | 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-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 |
2018-11-28 | src/{mainboard,southbridge}: Remove commented include lines | Elyes HAOUAS |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
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-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-20 | sb/amd/cimx/sb900: Get rid of device_t | Elyes HAOUAS |
2018-04-09 | console: Expose vsnprintf | David Hendricks |
2018-01-24 | amd/torpedo cimx/sb900: Fix include directory | Kyösti Mälkki |
2018-01-17 | AGESA f15 boards: Remove - using LATE_CBMEM_INIT | Kyösti Mälkki |
2017-09-27 | smbus: Fix a typo ("Set the device I'm talking too") | Jonathan Neuschäfer |
2017-09-26 | AGESA: Implement POSTCAR_STAGE | Kyösti Mälkki |
2017-09-12 | AGESA CIMX: Remove empty set_pcie_(de)reset | Kyösti Mälkki |
2017-06-30 | southbridge/amd: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-13 | Consolidate reset API, add generic reset_prepare mechanism | Julius Werner |
2017-05-27 | CBMEM: Clarify CBMEM_TOP_BACKUP function usage | Kyösti Mälkki |
2017-05-18 | AGESA: Fix UMA calculations | Kyösti Mälkki |
2016-11-23 | AGESA binaryPI: Fix PCI ID namespace | Kyösti Mälkki |
2016-10-07 | src/southbridge: Remove unnecessary whitespace | Elyes HAOUAS |
2016-10-07 | src/southbridge: Remove whitespace after sizeof | Elyes HAOUAS |
2016-08-31 | src/southbridge: Code formating | Elyes HAOUAS |
2016-07-31 | src/southbridge: Capitalize CPU, RAM and ROM | Elyes HAOUAS |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-30 | SB900 64bit fixes | Stefan Reinauer |
2015-09-22 | coreboot: introduce commonlib | Aaron Durbin |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
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-28 | Kconfig whitespace fixes | Martin Roth |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |