Age | Commit message (Expand) | Author |
2022-10-06 | nb/intel/i945/memmap.c: Clean up includes | Elyes Haouas |
2022-10-06 | nb/intel/i945/rcven.c: Sort includes and add <types.h> | Elyes Haouas |
2022-10-06 | nb/intel/i945/raminit.c: Clean up includes and add <types.h> | Elyes Haouas |
2022-09-29 | nb/intel/i945/raminit.c: Use read32p() | Elyes Haouas |
2022-09-14 | soc/amd/common: Add common function to get cpu count | Arthur Heymans |
2022-09-14 | nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)" | Elyes Haouas |
2022-08-26 | nb/intel/sandybridge: Align TOUUD down to 1 MiB granularity | Arthur Heymans |
2022-08-17 | commonlib/clamp.h: Relicense file to be BSD-compatible | Angel Pons |
2022-07-17 | nb/amd: Fix some white spaces issues | Elyes Haouas |
2022-07-17 | nb/amd/*/*/pci_devs.h: Fix some white spaces issues | Elyes Haouas |
2022-07-17 | nb/amd/agesa/*/dimmSpd.c: Fix some white spaces issues | Elyes Haouas |
2022-07-17 | nb/amd/agesa/*/northbridge.c: Fix some white spaces issues | Elyes Haouas |
2022-07-17 | nb/amd/agesa/*/acpi_tables.c: Fix some white spaces issues | Elyes Haouas |
2022-07-17 | nb/intel/sandybridge/raminit_mrc.c: Use semicolon instead of comma | Elyes Haouas |
2022-07-14 | northbridge/intel/i945: Fix GCC optimizing out cache preload jump | Petr Cvek |
2022-07-05 | nb,soc/intel: Handle upper RAM boundary | Kyösti Mälkki |
2022-06-30 | nb/intel: Drop local legacy_hole definitions | Kyösti Mälkki |
2022-06-24 | device/resource: Modify some resource allocation instances | Kyösti Mälkki |
2022-06-24 | nb/intel/gm45/acpi: Fix max PCI bus number | Nico Huber |
2022-06-22 | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki |
2022-06-20 | intel/gma: Use bitwise or instead addition for valid bit | Petr Cvek |
2022-06-06 | drivers/amd/agesa: Don't save regular boot MTRR to flash | Arthur Heymans |
2022-06-02 | nb/intel/i440bx: Use PARALLEL_MP | Arthur Heymans |
2022-05-28 | arch/x86/car.ld: Remove AGESA linker warning workaround | Arthur Heymans |
2022-05-28 | vendorcode/amd/agesa/fam16kb: Fix improper use of .data | Arthur Heymans |
2022-05-28 | vendorcode/amd/agesa/f14: Fix improper use of .data | Arthur Heymans |
2022-05-28 | vendorcode/amd/agesa/f15tn: Fix all improper use of .data | Arthur Heymans |
2022-05-24 | nb/intel/i945,gm45: Use incrementing index with fixed resource | Kyösti Mälkki |
2022-05-19 | arch/x86/car.ld: Add a Kconfig param to flag AGESA brokenness | Arthur Heymans |
2022-05-16 | drivers/amd/agesa: Use prepare_and_run_postcar | Arthur Heymans |
2022-05-16 | northbridge/intel/i945: Convert to ASL 2.0 | Elyes HAOUAS |
2022-05-16 | src: Remove unused <cf9_reset.h> | Elyes Haouas |
2022-05-13 | nb/intel/snb/raminit_mrc.c: Remove set but unused variable | Arthur Heymans |
2022-05-13 | nb/intel/gm45: Enable 64bit support | Arthur Heymans |
2022-05-13 | nb/intel/gm45/iommu.c: Fix clearing GTT | Arthur Heymans |
2022-05-13 | nb/intel/gm45/dsdt: Fix number of PCI busses | Arthur Heymans |
2022-05-13 | nb/intel/gm45: Allow for PCI BARs above 4G | Arthur Heymans |
2022-04-27 | nb/intel/pineview: Use cbfs mcache | Arthur Heymans |
2022-04-24 | nb/amd/{agesa,pi}: Clean up some math expressions | Elyes Haouas |
2022-04-24 | nb/amd/*/*/northbridge.c: Change the comment 'hole from 0xa0000..' to reflect... | Elyes Haouas |
2022-04-24 | {drivers,northbridge,security}: Remove unused <cpu/x86/lapic.h> | Elyes HAOUAS |
2022-04-24 | northbridge/intel: Remove unused <acpi/acpi.h> | Elyes HAOUAS |
2022-04-22 | nb/intel/i945/memmap.c: Fix TOLUD bit field mask | Petr Cvek |
2022-04-20 | nb/intel/snb: Reduce scope of functions | Arthur Heymans |
2022-04-10 | nb/intel/sandybridge: Restore `mainboard_early_init()` call | Angel Pons |
2022-04-09 | mb/google,samsung: Drop init_bootmode_straps() | Kyösti Mälkki |
2022-03-28 | nb/intel/sandybridge/acpi: Support setting PCI bars above 4G | Arthur Heymans |
2022-03-25 | amd/fam*/northbridge.c: Remove unused reset_memhole variable | Arthur Heymans |
2022-03-25 | amd/fam*/northbridge.c: Fix unused hest variable | Arthur Heymans |
2022-03-25 | nb/intel/gm45/pm.c: Make clang happy | Arthur Heymans |
2022-03-08 | timestamps: Rename timestamps to make names more consistent | Jakub Czapiga |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2022-02-25 | cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic number | Felix Held |
2022-02-25 | arch/x86: consolidate HPET base address definitions | Felix Held |
2022-02-24 | nb/intel/ironlake: Clean up `jedec_read()` function | Angel Pons |
2022-02-24 | nb/intel/ironlake: Fix some quickpath init magic | Angel Pons |
2022-02-24 | nb/intel/ironlake: Move out HECI remainders into southbridge | Angel Pons |
2022-02-18 | nb/amd/pi/00730F01/northbridge.c: Use 'pci_{and,or}_config' | Elyes Haouas |
2022-02-16 | Use the fallthrough statement in switch loops | Arthur Heymans |
2022-02-15 | nb/intel/ironlake/raminit_heci.c: Move to southbridge scope | Angel Pons |
2022-02-15 | nb/intel/ironlake: Decouple `setup_heci_uma()` from northbridge | Angel Pons |
2022-02-15 | nb/intel/ironlake/raminit_heci.c: Turn into compilation unit | Angel Pons |
2022-02-15 | nb/intel/ironlake: Split out HECI code out of raminit | Angel Pons |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2022-02-05 | nb/amd/pi/00730F01/iommu: call pci_dev_set_resources directly | Felix Held |
2022-02-05 | nb,soc/amd/*/iommu: fix comment about IOMMU MMIO resource | Felix Held |
2022-02-05 | cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMER | Kyösti Mälkki |
2022-02-04 | nb/intel/haswell: Report SMBIOS memory speed in MT/s | Angel Pons |
2022-01-31 | nb/intel/gm45/raminit.c: Fix indent for 'if' statement | Elyes HAOUAS |
2022-01-27 | nb/intel/sandybridge/raminit_mrc.c: Use <device/dram/ddr3.h> macros | Elyes HAOUAS |
2022-01-27 | nb/intel/sandybridge/raminit_mrc.c: Use DDR3_SPD_SODIMM macro | Elyes HAOUAS |
2022-01-27 | nb/intel/sandybridge/raminit_mrc.c: Use <smbios.h> macros | Elyes HAOUAS |
2022-01-26 | src: Add missing 'void' in function definition | Elyes HAOUAS |
2022-01-25 | northbridge/intel/i945: Change types to uintptr_t where appropriate | Elyes HAOUAS |
2022-01-10 | src/{northbridge,southbridge}: Remove unused <console/console.h> | Elyes HAOUAS |
2022-01-05 | src/northbridge: Remove unused <delay.h> | Elyes HAOUAS |
2022-01-04 | nb/intel/i945/raminit.c: Set "integrated_graphics" as bool | Elyes HAOUAS |
2022-01-01 | src: Use 'stdint.h' when appropriate | Elyes HAOUAS |
2022-01-01 | src: Drop duplicated includes | Elyes HAOUAS |
2021-12-30 | northbridge/intel/ironlake/acpi: Use Printf() for debug prints | Felix Singer |
2021-12-30 | northbridge/intel/sandybridge/acpi: Use Printf() for debug prints | Felix Singer |
2021-12-30 | northbridge/intel/haswell/acpi: Use Printf() for debug prints | Felix Singer |
2021-12-23 | nb/intel/ironlake: Use `NUM_CHANNELS` macro | Angel Pons |
2021-12-16 | Spell *Boot Guard* with a space for official spelling | Paul Menzel |
2021-12-07 | northbridge/amd/pi/00730F01/northbridge.c: remove unneeded global variables | Michał Kopeć |
2021-12-06 | northbridge/amd/pi/00730F01: enable PARALLEL_MP | Michał Kopeć |
2021-12-02 | nb/intel/sandybridge/romstage.c: Configure DPR and initialize TXT | Michał Żygowski |
2021-11-26 | nb/intel/sandybridge: Add support for DPR | Michał Żygowski |
2021-11-11 | haswell/lynxpoint/broadwell: Use `azalia_codec_init()` | Angel Pons |
2021-11-11 | arch/x86: Refactor the SMBIOS type 17 write function | Subrata Banik |
2021-11-10 | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen |
2021-11-05 | nb/intel/haswell/northbridge.c: Drop stale comment | Angel Pons |
2021-11-04 | nb/intel: Replace bad uses of `find_resource` | Angel Pons |
2021-11-03 | cpu/amd/mtrr: Remove topmem global variables | Arthur Heymans |
2021-10-22 | AGESA binaryPI: Use common acpi_fill_madt() | Kyösti Mälkki |
2021-10-18 | ACPI: Have common acpi_fill_mcfg() | Kyösti Mälkki |
2021-10-13 | nb/intel/haswell: Add HDAU ACPI device | Matt DeVillier |
2021-10-11 | nb/intel/sandybridge: Populate meminfo when using MRC | Matt DeVillier |
2021-10-05 | src/mainboard to src/security: Fix spelling errors | Martin Roth |
2021-08-02 | nb/intel/haswell: Move MRC glue code into a subfolder | Angel Pons |