Age | Commit message (Expand) | Author |
2019-10-27 | src/[northbridge,security]: change "unsigned" to "unsigned int" | Martin Roth |
2019-09-29 | amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICE | Kyösti Mälkki |
2019-08-26 | amdfam10: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-08-10 | src: Include <stdint.h> instead of <inttypes.h> | Jacob Garber |
2019-07-04 | amdfam10: Declare get_sysinfo() | Kyösti Mälkki |
2019-07-04 | amdfam10: Declare empty activate_spd_rom() stub | Kyösti Mälkki |
2019-06-28 | device,nb/amd: Deduplicate add_more_links() | Jacob Garber |
2019-06-21 | nb/amd/amdfam10: Use 64 bits in multiplication | Jacob Garber |
2019-06-21 | nb/amd/amdfam10/northbridge.c: Remove variable set but not used | Elyes HAOUAS |
2019-06-13 | nb/amd/amdfam10: die() on out of bounds reads | Jacob Garber |
2019-05-29 | src/northbridge: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-04-11 | nb/amd/amdfam10/util.c: Use "CONFIG" only when appropriate | 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 | nb/amd/amdfam10: Remove define macro already done in 'amdfam10.h' | Elyes HAOUAS |
2019-03-13 | nb/amd/amdfam10: Remove 'IS_ENABLED()' | 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-04 | arch/io.h: Add missing includes | Kyösti Mälkki |
2019-03-04 | arch/io.h: Fix PCI and PNP simple typedefs | Kyösti Mälkki |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-01-28 | src: Don't use a #defines like Kconfig symbols | Elyes HAOUAS |
2019-01-13 | {mb,nb,soc/fsp_baytrail}: Get rid of dump_mem() | Elyes HAOUAS |
2019-01-10 | northbridge/amdfam10: Deal with PCI_ADDR() better | Kyösti Mälkki |
2019-01-10 | amdfam10 boards: Simplify early resourcemap | Kyösti Mälkki |
2019-01-10 | mb: Move timestamp_add_now to northbridge/amd/amdfam10 | Elyes HAOUAS |
2019-01-06 | device: Use pcidev_path_on_root() | Kyösti Mälkki |
2019-01-06 | device: Use pcidev_on_root() | Kyösti Mälkki |
2019-01-04 | amdfam10 boards: Use defaults for get_pci1234() | Kyösti Mälkki |
2019-01-04 | amdfam10 boards: Add temporary pirq_router_bus variable | Kyösti Mälkki |
2019-01-04 | amdfam10 boards: Call get_bus_conf() just once | Kyösti Mälkki |
2019-01-04 | amdfam10 boards: Add Makefiles and fix resourcemap.c | Kyösti Mälkki |
2019-01-04 | amdfam10 boards: Declare get_pci1234() just once | Kyösti Mälkki |
2019-01-04 | amdfam10 boards: Drop AMD_SB_CIMX | Kyösti Mälkki |
2018-12-19 | northbridge: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2018-12-18 | northbridge: Remove unneeded include <pc80/mc146818rtc.h> | Elyes HAOUAS |
2018-11-16 | amd/{nb/amdfam10,cpu/pi}/Kconfig: Remove unused symbols | Elyes HAOUAS |
2018-11-16 | src/mainboard: Remove unused "HW_MEM_HOLE_SIZE_AUTO_INC" | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <lib.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-10-18 | cpu/amd: Use common AMD's MSR | Elyes HAOUAS |
2018-10-11 | selfboot: remove bounce buffers | Ronald G. Minnich |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-08 | src: Use tabs for indentation | Elyes HAOUAS |
2018-09-25 | northbridge: Use 'unsigned int' to bare use of 'unsigned' | Elyes HAOUAS |
2018-08-10 | src: Fix typo | Elyes HAOUAS |
2018-08-09 | src/northbridge: Fix typo | Elyes HAOUAS |
2018-06-14 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2018-06-14 | src: Use of device_t is deprecated | Elyes HAOUAS |
2018-06-06 | arch/x86: Flag platforms without RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2018-06-04 | src: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-05-29 | src/northbridge: Add and update license headers | Martin Roth |
2018-05-24 | nb/amd/amdfam10: Get rid of device_t | Kyösti Mälkki |
2018-05-08 | {mb,nb,soc}: Remove references to pci_bus_default_ops() | Nico Huber |
2017-09-14 | device: acpi_name() should take a const struct device | Aaron Durbin |
2017-08-22 | AMD K8 fam10-15: Tidy up CAR disable | Kyösti Mälkki |
2017-08-01 | src/northbridge: Add guards on all header files | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-07-08 | nb/amd: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-27 | amd/amdfam10: Remove dead code | Stefan Reinauer |
2017-04-17 | [nb|sb]/amd/[amdfam10|sb700]: Add LPC bridge ACPI names for NB/SB | Timothy Pearson |
2017-01-04 | amdfam10: Perform major include ".c" cleanup | Damien Zammit |
2016-12-07 | AMD fam10 binaryPI: Remove invalid PCI ops on CPU domain | Kyösti Mälkki |
2016-12-07 | MMCONF_SUPPORT: Drop redundant logging | Kyösti Mälkki |
2016-12-07 | MMCONF_SUPPORT: Consolidate resource registration | Kyösti Mälkki |
2016-12-07 | PCI ops: MMCONF_SUPPORT_DEFAULT is required | Kyösti Mälkki |
2016-12-06 | AMD fam10h-15h: MMCONF_SUPPORT_DEFAULT is already set | Kyösti Mälkki |
2016-10-09 | northbridge/amd/amdfam10: Remove commented code | Elyes HAOUAS |
2016-10-04 | src/northbridge: Remove unnecessary whitespace | Elyes HAOUAS |
2016-10-04 | src/northbridge: Remove whitespace after sizeof | Elyes HAOUAS |
2016-09-20 | northbridge/amd/amdfam10: Improve code formatting | Elyes HAOUAS |
2016-09-13 | northbridge/amd/amdfam10: transition away from device_t | Antonello Dettori |
2016-09-12 | src/northbridge: Improve code formatting | Elyes HAOUAS |
2016-08-31 | northbridge/amd: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-02 | amd/amdfam10: eliminate dead code | Patrick Georgi |
2016-08-01 | Remove non-ascii & unprintable characters | Martin Roth |
2016-07-31 | src/northbridge: Capitalize CPU, RAM and ROM | Elyes HAOUAS |
2016-05-09 | nb/amd/mct_ddr3: Report correct DIMM size in SMBIOS structure | Timothy Pearson |
2016-04-11 | nb/amd/amdfam10: Write MCT variables to flash after PCI configuration | Timothy Pearson |
2016-04-08 | nb/amd/mct_ddr3: Reenable sync flood after ECC init | Timothy Pearson |
2016-04-08 | nb/amd/amdfam10: Only flag machine check exception if valid bit is set | Timothy Pearson |
2016-03-31 | nb/amd_mct_ddr3: Move DRAM MCE sync flood enable to ramstage | Timothy Pearson |
2016-03-30 | northbridge/amd/amdfam10: Add family15h model10h-1fh (Trinity) | Damien Zammit |
2016-01-29 | cpu/amd/fam10h-fam15h: Correctly create APIC ID on single node systems | Timothy Pearson |
2016-01-24 | northbridge/amd/amdfam10: Update DRAM speed limits for C32 sockets | Timothy Pearson |
2016-01-18 | header files: Fix guard name comments to match guard names | Martin Roth |
2016-01-13 | tree: drop last paragraph of GPL copyright header from new files | Martin Roth |
2015-12-18 | southbridge/amd/sr5650: Add MCFG ACPI table support | Timothy Pearson |
2015-12-13 | amd/[nb/fam10|sb/sr5650]: Minor cosmetic changes | Timothy Pearson |
2015-12-01 | nb/amd/amdfam10: Fix incorrect channel buffer count configuration | Timothy Pearson |
2015-11-30 | cpu/amd/family_10h-family_15h: Apply missing Family 15h errata fixes | Timothy Pearson |
2015-11-28 | nb/amd/amdfam10: Work around sporadic lockups when CC6 enabled | Timothy Pearson |
2015-11-24 | nb/amd/amdfam10: Fix gart setup not working on Fam15h processors | Timothy Pearson |
2015-11-24 | amd/amdfam10: Control Fam15h cache partitioning via nvram | Timothy Pearson |
2015-11-24 | northbridge/amd/amdfam10: Rename mislabeled iommu nvram option to gart | Timothy Pearson |
2015-11-23 | northbridge/amd/amdfam10: Add Family 15h cache partitioning support | Timothy Pearson |
2015-11-23 | northbridge/amd/amdfam10: Fix invalid NUMA table | Timothy Pearson |
2015-11-23 | cpu/amd: de-duplicate MSR include files | Stefan Reinauer |
2015-11-22 | northbridge/amd/amdfam10: Fix poor performance on Family 15h CPUs | Timothy Pearson |