Age | Commit message (Expand) | Author |
2019-10-30 | src/southbridge: change "unsigned" to "unsigned int" | Martin Roth |
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-09 | acpi_table_header: Replace hard-coded length via sizeof(acpi_fadt_t) | Himanshu Sahdev |
2019-10-08 | device: Use scan_static_bus() over scan_lpc_bus() | Nico Huber |
2019-09-29 | amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICE | Kyösti Mälkki |
2019-09-17 | binaryPI: Drop PSP Secure OS from build | Kyösti Mälkki |
2019-09-17 | binaryPI: Move Hudson firmware higher in CBFS | Kyösti Mälkki |
2019-09-17 | binaryPI: Refactor Makefile for PSP directory | Kyösti Mälkki |
2019-09-15 | southbridge: Remove unused include <device/pci_ops.h> | Elyes HAOUAS |
2019-09-09 | src/southbridge/amd/pi/hudson/lpc.c: add missing MCFG ACPI table generation | Michał Żygowski |
2019-08-26 | amdfam10: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-08-20 | nb/amd/pi,sb/amd/sr5650: Remove unnecessary allocation | Jacob Garber |
2019-08-20 | AGESA,binaryPI: Replace use of __PRE_RAM__ | Kyösti Mälkki |
2019-08-20 | AGESA,binaryPI: Fix use of chip.h | 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-07-19 | sb/amd/sb800: Remove bit shift that does nothing | Jacob Garber |
2019-07-19 | src: Make implicit fall throughs explicit | Jacob Garber |
2019-07-17 | sb/amd/sr5650: Add fine-grained bounds checking | Jacob Garber |
2019-07-16 | sb/amd/{cimx,}/sb{700,800,900}: Prevent uninitialized reads | Jacob Garber |
2019-07-12 | src: Add missing include <device/pci_ops.h> | Elyes HAOUAS |
2019-07-09 | arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class | Kyösti Mälkki |
2019-06-28 | sb/amd/sb{700,800}: Clean up index manipulations | Jacob Garber |
2019-06-28 | sb/amd/rs780: Remove dead assignment | Jacob Garber |
2019-06-21 | sb/amd/sr5650: Use 32 bit integers when disabling ports | Jacob Garber |
2019-06-19 | {mb,sb}: Use get_acpi_table_revision(FADT) | Elyes HAOUAS |
2019-06-18 | sb/amd/cimx/sb900: Change logical negation to bitwise | Jacob Garber |
2019-06-07 | sb/amd/sb700: Fix misleading formatting | Marshall Dawson |
2019-05-29 | src/southbridge: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-20 | sb/amd/cimx/sb800: Get rid of power button device in coreboot | Paul Menzel |
2019-05-06 | sb/amd/rs780: Use 32 bit variable to avoid truncation | Jacob Garber |
2019-04-25 | src/southbridge/amd: Remove unused variables | Elyes HAOUAS |
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-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-29 | src: Use include <reset.h> when appropriate | Elyes HAOUAS |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
2019-03-22 | sb/{amd,broadcom,nvidia}: Make use of generic set_subsystem() | Kyösti Mälkki |
2019-03-22 | sb/amd8111: Drop unused code | Kyösti Mälkki |
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-12 | src: Drop unused 'include <arch/acpigen.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-06 | src: Drop unused include <arch/acpi.h> | Elyes HAOUAS |
2019-03-06 | sb/amd: Use simple PCI IO config access | Kyösti Mälkki |
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 |