Age | Commit message (Expand) | Author |
2019-01-24 | nb/intel/x4x: Put stage cache in TSEG | Arthur Heymans |
2019-01-24 | nb/intel/pineview: Put stage cache in TSEG | Arthur Heymans |
2019-01-24 | nb/intel/gm45: Put stage cache in TSEG | Arthur Heymans |
2019-01-24 | nb/intel/i945: Put stage cache in TSEG | Arthur Heymans |
2019-01-23 | i945,ICH7: Write on RPFN only once | Elyes HAOUAS |
2019-01-23 | nb/intel/pineview: Use parallel MP init | Arthur Heymans |
2019-01-23 | nb/intel/x4x: Use parallel MP init | Arthur Heymans |
2019-01-23 | nb/intel/i945: Use parallel MP init | Arthur Heymans |
2019-01-23 | nb/intel/gm45: Use parallel MP init | Arthur Heymans |
2019-01-23 | Drop leftover debug function declarations | Kyösti Mälkki |
2019-01-22 | cpu/intel/model_206ax: Use parallel MP init | Arthur Heymans |
2019-01-16 | nb/intel/sandybridge: Remove the C native graphic init | Arthur Heymans |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2019-01-14 | nb/intel/pineview: Select 1M TSEG | Arthur Heymans |
2019-01-14 | nb/intel/pineview: Move the boilerplate mainboard_romstage_entry | Arthur Heymans |
2019-01-14 | nb/intel/{i945,pineview}: Remove unused function | Arthur Heymans |
2019-01-13 | {mb,nb,soc/fsp_baytrail}: Get rid of dump_mem() | Elyes HAOUAS |
2019-01-13 | nb/intel/x4x: Remove spurious pcidev_on_root() usage | Nico Huber |
2019-01-13 | nb/intel/i945: Reduce pcidev_on_root() calls | Nico Huber |
2019-01-10 | mb: Move timestamp_add_now to northbridge x4x | Elyes HAOUAS |
2019-01-10 | aopen/dxplplusu: Move timestamps to common code | Kyösti Mälkki |
2019-01-09 | cpu/intel: Use the common code to initialize the romstage timestamps | Arthur Heymans |
2019-01-07 | nb/intel/gm45: Remove the C native graphic init | Arthur Heymans |
2019-01-06 | usbdebug: Make the EHCI debug console work in the bootblock | Arthur Heymans |
2019-01-06 | usbdebug: Refactor init calls | Kyösti Mälkki |
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 | device: Replace ugly cases of dev_find_slot() | Kyösti Mälkki |
2019-01-04 | intel/e7505: Drop ECC scrubber code | Kyösti Mälkki |
2019-01-03 | nb/intel/pineview/raminit.c: Remove unused variable | Elyes HAOUAS |
2019-01-03 | nb/intel/haswell: Add support for PEG | Tristan Corrick |
2018-12-29 | nb/intel/haswell: Handle boards that do not support IGD | Tristan Corrick |
2018-12-29 | nb/intel/haswell: Don't unconditionally set DEVEN | Tristan Corrick |
2018-12-29 | nb/intel/haswell: Use DEVEN to disable devices | Tristan Corrick |
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-12-18 | nb/intel/haswell: Add server processor host bridge device ID | Iru Cai |
2018-12-18 | Fix typos involving "the the" | Jonathan Neuschäfer |
2018-12-13 | cpuid: Add helper function for cpuid(1) functions | Subrata Banik |
2018-12-03 | nb/intel/gm45: Make fetching the blc_pwm freq global | Arthur Heymans |
2018-12-03 | nb/intel/gm45: Make fetching the blc_pwm freq its own function | Arthur Heymans |
2018-12-03 | nb/intel/pineview: Use common code for SMM in TSEG | Arthur Heymans |
2018-12-03 | nb/intel/x4x: Use common code for SMM in TSEG | Arthur Heymans |
2018-12-03 | nb/intel/i945: Use common SMM_TSEG code | Arthur Heymans |
2018-12-03 | nb/intel/gm45: Correctly cache TSEG | Arthur Heymans |
2018-11-29 | src: Remove duplicated round up function | Elyes HAOUAS |
2018-11-25 | nb/intel/i945: Add and use defines for registers of device 0:01.0 | Elyes HAOUAS |
2018-11-25 | nb/intel/i945/early_init.c: Correct the PEG_LC address of DEV(0:01.0) | Elyes HAOUAS |
2018-11-25 | nb/intel/gm45/northbridge.c: Check for NULL pointers | Arthur Heymans |
2018-11-21 | nb/intel/haswell: Move MMCONF_BASE_ADDRESS to northbridge Kconfig | Elyes HAOUAS |
2018-11-19 | northbridge/intel/fsp_*: Remove legacy SoCs | zaolin |
2018-11-19 | src: Add required space after "switch" | Elyes HAOUAS |
2018-11-17 | intel/i945: Fix booting on a dual channel configuration | Patrick Georgi |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <cbfs.h> | 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-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <pc80/keyboard.h> | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-11-09 | intel/i945: add timestamps in romstage | Patrick Georgi |
2018-11-08 | nb/intel/gm45: Use macro instead of magic number | Elyes HAOUAS |
2018-11-05 | nb/intel/x4x/raminit: Add missing space | Jonathan Neuschäfer |
2018-11-05 | nb/intel/i945: Remove irrelevant conditional statement | Elyes HAOUAS |
2018-11-02 | nb/intel/haswell: Consolidate memory controller PCI driver structs | Tristan Corrick |
2018-11-01 | nb/intel/haswell/gma: Support boards that have DDI E connected | Tristan Corrick |
2018-11-01 | sb/intel/lynxpoint: Automatically generate the ACPI PCI routing table | Tristan Corrick |
2018-11-01 | nb/intel/haswell: Add a PCI ID for a Mini-HD audio controller | Tristan Corrick |
2018-11-01 | nb/intel/haswell: Add a PCI ID for a desktop memory controller | Tristan Corrick |
2018-11-01 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-24 | nb/intel/*: Use 2M TSEG instead of 8M on pre-arrandale hardware | Arthur Heymans |
2018-10-24 | nb/intel/*: Account for cbmem_top alignment | Arthur Heymans |
2018-10-24 | nb/intel/i945: Fix domain resources | Arthur Heymans |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-22 | intel: Use CF9 reset (part 1) | Patrick Rudolph |
2018-10-19 | nb/intel/nehalem: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-15 | nb/intel/x4x: Fix P45 CAPID max frequency | Arthur Heymans |
2018-10-15 | nb/intel/x4x: Program read training results to all ranks | Arthur Heymans |
2018-10-11 | src: Move common IA-32 MSRs to <cpu/x86/msr.h> | Elyes HAOUAS |
2018-10-11 | src: Replace MSR addresses with macros | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-08 | src: Use tabs for indentation | Elyes HAOUAS |
2018-10-08 | nb/intel/{gm45,i945,pineview}: Use macro instead of GGC address | Elyes HAOUAS |
2018-09-28 | src/*: normalize Google copyright headers | Patrick Georgi |
2018-09-25 | northbridge: Use 'unsigned int' to bare use of 'unsigned' | Elyes HAOUAS |
2018-09-16 | nb/intel/x4x: Don't use cached settings if CPU FSB has been changed | Arthur Heymans |
2018-09-14 | nb/intel/sandybridge: Don't add SMBIOS Table 17 entries on resume | Nico Huber |
2018-09-14 | complier.h: add __always_inline and use it in code base | Aaron Durbin |
2018-09-05 | nb/intel/x4x/gma.c: fix skipping of native graphics init | Stefan Tauner |
2018-08-22 | nb/intel/*/gma.c: Skip NGI when VGA decode is not enabled | Arthur Heymans |
2018-08-21 | nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.c | Patrick Rudolph |
2018-08-21 | nb/intel/pineview: Use a common MMCONF_BASE_ADDRESS | Arthur Heymans |
2018-08-21 | nb/intel/pineview: Use the correct address for the RCVEN strobe | Arthur Heymans |
2018-08-21 | nb/intel/pineview: Use i2c block read to fetch SPD | Arthur Heymans |
2018-08-20 | nb/intel/raminit: Remove unused headers | Patrick Rudolph |
2018-08-20 | nb/intel/sandybridge/raminit: Fix DIMM type mapping | Patrick Rudolph |
2018-08-20 | nb/intel/sandybridge: Fill in DIMM serial number | Patrick Rudolph |
2018-08-17 | sandybridge/raminit_common.c: fix printram statement | Iru Cai |
2018-08-17 | Fix PCI ACPI _OSC methods | Marc Jones |
2018-08-13 | nb/intel/haswell: Always locate mrc.bin in the COREBOOT fmap region | Arthur Heymans |