aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/x4x
AgeCommit message (Expand)Author
2023-10-20device/device.h: Rename pci_domain_scan_busArthur Heymans
2023-09-11nb/intel: Remove space between function name and '('Elyes Haouas
2023-08-09treewide: Get rid of "NO_DDRx" selectionElyes Haouas
2023-07-20acpi: Move ECAM resource below PNP0C02 device in a common placeArthur Heymans
2023-07-12nb/intel/x4x: Rework nb resource readingArthur Heymans
2023-01-04nb/intel/*/Kconfig: Remove dummy NORTHBRIDGE_SPECIFIC_OPTIONSElyes Haouas
2022-12-10treewide: Include <device/mmio.h> instead of <arch/mmio.h>Elyes Haouas
2022-12-06nb/intel/x4x: Use read32p()Elyes Haouas
2022-12-05cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfmArthur Heymans
2022-12-01nb/intel/x4x: Hook up PCI domain and CPU bus ops to devicetreeArthur Heymans
2022-11-18cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas
2022-11-04nb/intel/x4x: Specify supported memory typesElyes Haouas
2022-10-21nb/x4x/dq_dqs.c: Use 'enum cb_err'Elyes Haouas
2022-10-21nb/intel/x4x/raminit.c: Use 'enum cb_err'Elyes Haouas
2022-10-06treewide: use predicate to check if pci device is on n-th busFabio Aiuto
2022-09-14nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas
2022-07-05nb,soc/intel: Handle upper RAM boundaryKyösti Mälkki
2022-06-30nb/intel: Drop local legacy_hole definitionsKyösti Mälkki
2022-06-24device/resource: Modify some resource allocation instancesKyösti Mälkki
2022-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-03-08timestamps: Rename timestamps to make names more consistentJakub Czapiga
2022-03-07src: Make PCI ID define names shorterFelix Singer
2022-01-01src: Drop duplicated includesElyes HAOUAS
2021-11-10Rename ECAM-specific MMCONF KconfigsShelley Chen
2021-10-18ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki
2021-07-26src/*: Specify type of `CBFS_SIZE` onceAngel Pons
2021-07-06nb/intel/x4x: Expose x86_64 supportArthur Heymans
2021-07-05nb/intel/x4x: Use write32p and read32pArthur Heymans
2021-07-05nb/intel/x4x: Prepare for x86_64 supportArthur Heymans
2021-06-07cpu/x86: Default to PARALLEL_MP selectedKyösti Mälkki
2021-05-28nb/intel/x4x/rcven.c: Guard macro parametersAngel Pons
2021-05-06src: Retype option API to use unsigned integersAngel Pons
2021-04-21nb/intel: Use get_int_option()Angel Pons
2021-04-12nb/intel/x4x: Refactor sync DLL programming (part 2)Nico Huber
2021-04-12nb/intel/x4x: Refactor sync DLL programming (part 1)Nico Huber
2021-04-12nb/intel/x4x: Sort code in program_dll()Nico Huber
2021-04-10nb/intel/x4x: Use new fixed BAR accessorsAngel Pons
2021-04-10nb/intel/x4x: Correct and use macros for CLKCFGAngel Pons
2021-04-10nb/intel/x4x/dq_dqs.c: Avoid breaking strings over multiple linesAngel Pons
2021-04-10nb/intel/x4x: Add missing newlines to log messageAngel Pons
2021-04-10nb/intel/x4x: Reflow long linesAngel Pons
2021-04-10nb/intel/x4x/dq_dqs.c: Fix typo in variable nameAngel Pons
2021-04-10nb/intel/x4x: Correct sync DLL phase searchAngel Pons
2021-04-10nb/intel: Factor out remaining MCHBAR macrosAngel Pons
2021-04-05device/dram/ddr3: Get rid of useless typedefsAngel Pons
2021-02-24device/device.c: Rename .disable to .vga_disableArthur Heymans
2021-02-23nb/intel/x4x: Use a variable for s3resumeKyösti Mälkki
2021-02-23nb/intel/x4x,sandybridge: Move INITRAM timestampsKyösti Mälkki
2021-02-23nb/intel/x4x,sandybridge: Move romstage_handoff_init() callKyösti Mälkki
2021-02-16nb/intel: Add missing <types.h>Elyes HAOUAS
2021-02-10nb/intel/x4x: Use common {DMI,EP,MCH}BAR accessorsAngel Pons
2021-02-10nb/intel/x4x: Correct DDR3 turnaround tableAngel Pons
2021-02-07nb/intel/x4x: Constify write leveling arraysAngel Pons
2021-02-07nb/intel/x4x: Update write leveling commentAngel Pons
2021-02-07nb/intel/x4x: Constify DDR2 ODT tableAngel Pons
2021-02-07nb/intel/x4x: Clean up RCOMP cosmeticsAngel Pons
2021-02-07nb/intel/x4x: Drop unused first array indexAngel Pons
2021-02-07nb/intel/x4x: Unroll programming RCOMP data groupAngel Pons
2021-02-07nb/intel/x4x: Report if running in async modeAngel Pons
2021-02-07nb/intel/x4x: Factor out setting Tx DLL tap and PIAngel Pons
2021-02-07nb/intel/x4x: Correct ctrlset{2,3} register maskAngel Pons
2021-02-07nb/intel/x4x: Clean up cosmetics of raminit tablesAngel Pons
2021-02-07nb/intel/x4x: Drop commented-out statementAngel Pons
2021-02-06intel: Define `RCBA_LENGTH` in Kconfig and use itAngel Pons
2021-02-05intel: Turn `DEFAULT_RCBA` into a Kconfig symbolAngel Pons
2021-02-04nb/intel/x/bootblock.c Revert `include <arch/pci_io_cfg.h>`Angel Pons
2021-02-02treewide [Kconfig]: Remove useless commentElyes HAOUAS
2021-02-01nb/intel/x4x/bootblock.c: include <arch/pci_io_cfg.h>Elyes HAOUAS
2021-01-30nb/intel/x4x: Define and use MMCONF_BUS_NUMBERAngel Pons
2021-01-29device/Kconfig: Declare MMCONF symbols' type onceAngel Pons
2021-01-21cpu/intel/socket_LGA775: Increase DCACHE_RAM_SIZEElyes HAOUAS
2021-01-18northbridge/intel/x4x/dq_dqs.c: Remove repeated wordElyes HAOUAS
2021-01-18northbridge/intel/x4x/raminit_ddr23.c: Remove repeated wordElyes HAOUAS
2021-01-15nb/intel/x4x: Clean up raminit commentsAngel Pons
2021-01-15nb/intel/x4x: Reset DQS probe on all channelsAngel Pons
2020-12-30drivers/intel/gma: Include gfx.asl by default for all platforms...Matt DeVillier
2020-12-02cbfs: Enable CBFS mcache on most chipsetsJulius Werner
2020-10-14nb/intel/x4x: Place raminit definitions in raminit.hAngel Pons
2020-10-14nb/intel/x4x: Move register headers into a subfolderAngel Pons
2020-10-14nb/intel/x4x: Clean up DMIBAR/EPBAR definitionsAngel Pons
2020-10-02drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES configShelley Chen
2020-09-25nb/intel/x4x/x4x.h: Clean up cosmeticsAngel Pons
2020-09-25nb/intel/x4x/iomap.h: Rename to memmap.hAngel Pons
2020-09-21src/northbridge: Drop unneeded empty linesElyes HAOUAS
2020-09-17nb/intel/x4x: Clean up TPM-related codeAngel Pons
2020-08-24mrc_cache: Add mrc_cache fetch functions to support non-x86 platformsShelley Chen
2020-08-17nb/intel/x4x/raminit_ddr23.c: Remove dead assignmentElyes HAOUAS
2020-08-05src: Use space after 'if', 'for'Elyes HAOUAS
2020-08-05src: Use space after switch, whileElyes HAOUAS
2020-08-04nb/intel/x4x: Define and use `HOST_BRIDGE` macroAngel Pons
2020-08-04nb/intel/x4x: Remove dead assignmentsAngel Pons
2020-08-04nb/intel/x4x: Refactor `decode_pcie_bar`Angel Pons
2020-08-04nb/intel/x4x: Change signature of `decode_pciebar`Angel Pons
2020-08-03nb/intel/x4x/hostbridge_regs.h: Clean up registersAngel Pons
2020-08-03nb/intel/x4x: Put host bridge registers into its own fileAngel Pons
2020-07-30nb/intel/x4x/rcven.c: Rename memory barrier functionAngel Pons
2020-07-14src: Remove unused 'include <types.h>'Elyes HAOUAS
2020-07-08nb/intel/x4x/acpi: Use ASL 2.0 syntaxAngel Pons
2020-07-08nb/intel/x4x/acpi: Clean up commentsAngel Pons
2020-06-22device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki