Age | Commit message (Expand) | Author |
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 |