summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/i945/acpi: Convert i945.asl to ASL 2.0 syntaxElyes HAOUAS2020-10-121-8/+8
* nb/intel/ironlake: Move register headers into a subfolderAngel Pons2020-10-102-4/+4
* nb/intel/ironlake: Clean up DMIBAR/EPBAR registersAngel Pons2020-10-103-22/+29
* nb/intel/ironlake: Drop unnecessary `smm_region_start` functionAngel Pons2020-10-051-9/+3
* nb/intel/ironlake/memmap.c: Clean up includesAngel Pons2020-10-051-2/+2
* drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES configShelley Chen2020-10-021-0/+1
* nb/intel/gm45: Answer question about conversion stepping A1Angel Pons2020-09-291-1/+1
* ironlake: Fix compilation on x86_64Patrick Rudolph2020-09-261-2/+2
* nb/intel/x4x/x4x.h: Clean up cosmeticsAngel Pons2020-09-251-58/+53
* nb/intel/x4x/iomap.h: Rename to memmap.hAngel Pons2020-09-2510-12/+6
* nb/intel/pineview: Place raminit definitions in raminit.hAngel Pons2020-09-252-117/+117
* nb/intel/gm45/gm45.h: Clean up cosmeticsAngel Pons2020-09-251-62/+63
* nb/intel/gm45: Drop unused `DEFAULT_HECIBAR` macroAngel Pons2020-09-251-1/+0
* nb/intel/gm45: Drop casts from DEFAULT_{MCHBAR,DMIBAR}Angel Pons2020-09-253-9/+5
* nb/intel/ironlake: Use `MSAC` definitionAngel Pons2020-09-221-2/+2
* nb/intel/ironlake: Use DMIBAR/EPBAR macrosAngel Pons2020-09-221-12/+12
* src/northbridge: Drop unneeded empty linesElyes HAOUAS2020-09-2125-44/+0
* nb/intel/sandybridge: Check ME status only onceAngel Pons2020-09-211-1/+0
* nb/intel/sandybridge: Simplify SPD validity checkAngel Pons2020-09-211-3/+1
* nb/intel/ironlake: Clean up cosmetics of early ME functionsAngel Pons2020-09-211-51/+39
* nb/intel/ironlake: Clean up `send_heci_uma_message` signatureAngel Pons2020-09-211-3/+3
* nb/intel/ironlake: Reduce the scope of `heci_uma_addr`Angel Pons2020-09-211-7/+5
* nb/intel/sandybridge: Drop unnecessary `gma.h`Angel Pons2020-09-212-17/+0
* nb/intel/sandybridge: Put DMIBAR/EPBAR registers into separate filesAngel Pons2020-09-213-63/+79
* nb/intel/sandybridge: Move register headers into a subfolderAngel Pons2020-09-213-8/+8
* nb/intel/sandybridge: Clean up DMIBAR/EPBAR registersAngel Pons2020-09-213-25/+26
* nb/intel/sandybridge: Introduce memmap.hAngel Pons2020-09-212-7/+15
* nb/intel/haswell: Put DMIBAR/EPBAR registers into separate filesAngel Pons2020-09-173-66/+82
* nb/intel/haswell: Move register headers into a subfolderAngel Pons2020-09-173-8/+8
* nb/intel/x4x: Clean up TPM-related codeAngel Pons2020-09-172-6/+5
* nb/intel/pineview: Guard DMIBAR/EPBAR macro parametersAngel Pons2020-09-171-6/+6
* nb/intel/pineview/iomap.h: Rename to memmap.hAngel Pons2020-09-173-5/+5
* nb/intel/ironlake: Do not re-read ME UMA sizeAngel Pons2020-09-171-6/+1
* nb/intel/ironlake: Drop some unused function parametersAngel Pons2020-09-171-4/+4
* nb/intel/ironlake: Drop `heci_bar` field from raminitAngel Pons2020-09-171-7/+1
* nb/intel/haswell: Clean up register definitionsAngel Pons2020-09-171-12/+17
* nb/intel/haswell: Guard DMIBAR/EPBAR macro parametersAngel Pons2020-09-171-6/+6
* nb/intel/haswell: Introduce memmap.hAngel Pons2020-09-172-13/+21
* nb/intel/sandybridge: Drop `void *` cast in `MCHBAR32`Angel Pons2020-09-171-1/+1
* nb/intel/sandybridge: Drop casts from DEFAULT_{MCHBAR,DMIBAR}Angel Pons2020-09-172-10/+5
* nb/intel/sandybridge: Drop invalid `DEFAULT_RCBABASE` macroAngel Pons2020-09-172-2/+1
* nb/intel/ironlake: Drop invalid `DEFAULT_RCBABASE` macroAngel Pons2020-09-171-1/+0
* nb/intel/ironlake/raminit: Work around compiler bugPatrick Rudolph2020-09-151-1/+1
* nb/intel/ironlake: Reserve gap betwen TSEG and BGSMNico Huber2020-09-141-1/+7
* nb/intel/ironlake: Use an `index` variable for resourcesNico Huber2020-09-141-8/+9
* nb/intel/ironlake: Use an enum for `gpu_panel_port_select`Angel Pons2020-09-081-1/+7
* nb/intel/sandybridge: Use an enum for `gpu_panel_port_select`Angel Pons2020-09-081-1/+7
* nb/intel/haswell: Drop `gpu_panel_port_select`Angel Pons2020-09-082-2/+0
* src: Drop redundant 'select BOOTBLOCK_CONSOLE'Elyes HAOUAS2020-09-021-1/+0
* {nb,soc}/intel/{haswell,broadwell}/memmap.c: Use ALIGN_DOWN(x, a)Elyes HAOUAS2020-09-021-1/+1