awokd(a)danwin1210.me has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36000 )
Change subject: vendorcode/amd/agesa/f12/Proc/CPU: Fix set MTRR6 and MTRR7 to default
......................................................................
vendorcode/amd/agesa/f12/Proc/CPU: Fix set MTRR6 and MTRR7 to default
Incorrect comparison operator led to code never executing.
Change-Id: I78061491c16fbb51acfd8347e1eae011ff19a390
Signed-off-by: Joe Moore <awokd(a)danwin1210.me>
---
M src/vendorcode/amd/agesa/f12/Proc/CPU/cahalt.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/36000/1
diff --git a/src/vendorcode/amd/agesa/f12/Proc/CPU/cahalt.c b/src/vendorcode/amd/agesa/f12/Proc/CPU/cahalt.c
index 57483a9..0bdc7cb 100644
--- a/src/vendorcode/amd/agesa/f12/Proc/CPU/cahalt.c
+++ b/src/vendorcode/amd/agesa/f12/Proc/CPU/cahalt.c
@@ -149,7 +149,7 @@
}
// restore variable MTRR6 and MTRR7 to default states
- for (msrno = 0x20F; msrno <= 0x20C; msrno--) // decrement so that the pair is disable before the base is cleared
+ for (msrno = 0x20F; msrno >= 0x20C; msrno--) // decrement so that the pair is disable before the base is cleared
__writemsr (msrno, 0);
// Enable fixed-range and variable-range MTRRs
--
To view, visit https://review.coreboot.org/c/coreboot/+/36000
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I78061491c16fbb51acfd8347e1eae011ff19a390
Gerrit-Change-Number: 36000
Gerrit-PatchSet: 1
Gerrit-Owner: awokd(a)danwin1210.me
Gerrit-MessageType: newchange
Hello build bot (Jenkins), Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36178
to look at the new patch set (#2).
Change subject: AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file
......................................................................
AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file
As discussed on the mailing list and voted upon, the coreboot project
is going to move the majority of copyrights out of the headers and into
an AUTHORS file. This will happen a bit at a time, as we'll be unifying
license headers at the same time.
Updated Authors file is in a separate commit.
Signed-off-by: Martin Roth <martin(a)coreboot.org>
Change-Id: I1acea8c975d14904b7e486dc57a1a67480a6ee6e
---
M src/drivers/amd/agesa/acpi_tables.c
M src/drivers/amd/agesa/cache_as_ram.S
M src/drivers/amd/agesa/def_callouts.c
M src/drivers/amd/agesa/eventlog.c
M src/drivers/amd/agesa/oem_s3.c
M src/drivers/amd/agesa/romstage.c
M src/drivers/amd/agesa/s3_mtrr.c
M src/drivers/amd/agesa/state_machine.c
M src/drivers/ams/as3722rtc.c
M src/drivers/asmedia/Makefile.inc
M src/drivers/asmedia/aspm_blacklist.c
M src/drivers/aspeed/ast2050/ast2050.c
M src/drivers/aspeed/common/aspeed_coreboot.h
M src/drivers/aspeed/common/ast_dp501.c
M src/drivers/aspeed/common/ast_dram_tables.h
M src/drivers/aspeed/common/ast_drv.h
M src/drivers/aspeed/common/ast_main.c
M src/drivers/aspeed/common/ast_post.c
M src/drivers/aspeed/common/ast_tables.h
M src/drivers/crb/chip.h
M src/drivers/dec/21143/21143.c
M src/drivers/elog/Kconfig
M src/drivers/elog/boot_count.c
M src/drivers/elog/elog.c
M src/drivers/elog/elog_internal.h
M src/drivers/elog/gsmi.c
M src/drivers/emulation/qemu/cirrus.c
M src/drivers/emulation/qemu/qemu_debugcon.c
M src/drivers/generic/adau7002/adau7002.c
M src/drivers/generic/adau7002/chip.h
M src/drivers/generic/bayhub/bh720.c
M src/drivers/generic/bayhub/bh720.h
M src/drivers/generic/bayhub/chip.h
M src/drivers/generic/generic/chip.h
M src/drivers/generic/generic/generic.c
M src/drivers/generic/gpio_keys/chip.h
M src/drivers/generic/gpio_keys/gpio_keys.c
M src/drivers/generic/gpio_regulator/Kconfig
M src/drivers/generic/gpio_regulator/Makefile.inc
M src/drivers/generic/gpio_regulator/chip.h
M src/drivers/generic/gpio_regulator/gpio_regulator.c
M src/drivers/generic/ioapic/chip.h
M src/drivers/generic/ioapic/ioapic.c
M src/drivers/generic/max98357a/chip.h
M src/drivers/generic/max98357a/max98357a.c
M src/drivers/gic/gic.c
M src/drivers/gic/gic.h
M src/drivers/i2c/adm1026/adm1026.c
M src/drivers/i2c/adm1027/adm1027.c
M src/drivers/i2c/adt7463/adt7463.c
M src/drivers/i2c/at24rf08c/at24rf08c.c
M src/drivers/i2c/at24rf08c/lenovo_serials.c
M src/drivers/i2c/ck505/chip.h
M src/drivers/i2c/ck505/ck505.c
M src/drivers/i2c/da7219/chip.h
M src/drivers/i2c/da7219/da7219.c
M src/drivers/i2c/designware/dw_i2c.c
M src/drivers/i2c/designware/dw_i2c.h
M src/drivers/i2c/generic/chip.h
M src/drivers/i2c/generic/generic.c
M src/drivers/i2c/hid/chip.h
M src/drivers/i2c/hid/hid.c
M src/drivers/i2c/i2cmux/i2cmux.c
M src/drivers/i2c/i2cmux2/i2cmux2.c
M src/drivers/i2c/lm63/lm63.c
M src/drivers/i2c/lm96000/chip.h
M src/drivers/i2c/lm96000/lm96000.c
M src/drivers/i2c/lm96000/lm96000.h
M src/drivers/i2c/max98373/chip.h
M src/drivers/i2c/max98373/max98373.c
M src/drivers/i2c/max98927/chip.h
M src/drivers/i2c/max98927/max98927.c
M src/drivers/i2c/nau8825/chip.h
M src/drivers/i2c/nau8825/nau8825.c
M src/drivers/i2c/nct7802y/chip.h
M src/drivers/i2c/nct7802y/nct7802y.c
M src/drivers/i2c/nct7802y/nct7802y.h
M src/drivers/i2c/nct7802y/nct7802y_fan.c
M src/drivers/i2c/nct7802y/nct7802y_peci.c
M src/drivers/i2c/pca9538/chip.h
M src/drivers/i2c/pca9538/pca9538.c
M src/drivers/i2c/pca9538/pca9538.h
M src/drivers/i2c/pcf8523/Kconfig
M src/drivers/i2c/pcf8523/Makefile.inc
M src/drivers/i2c/pcf8523/chip.h
M src/drivers/i2c/pcf8523/pcf8523.c
M src/drivers/i2c/pcf8523/pcf8523.h
M src/drivers/i2c/rt5663/chip.h
M src/drivers/i2c/rt5663/rt5663.c
M src/drivers/i2c/rtd2132/chip.h
M src/drivers/i2c/rtd2132/rtd2132.c
M src/drivers/i2c/rx6110sa/chip.h
M src/drivers/i2c/rx6110sa/rx6110sa.c
M src/drivers/i2c/rx6110sa/rx6110sa.h
M src/drivers/i2c/sx9310/chip.h
M src/drivers/i2c/sx9310/registers.h
M src/drivers/i2c/sx9310/sx9310.c
M src/drivers/i2c/tpm/chip.c
M src/drivers/i2c/tpm/chip.h
M src/drivers/i2c/tpm/cr50.c
M src/drivers/i2c/tpm/tis.c
M src/drivers/i2c/tpm/tis_atmel.c
M src/drivers/i2c/tpm/tpm.c
M src/drivers/i2c/tpm/tpm.h
M src/drivers/i2c/w83793/chip.h
M src/drivers/i2c/w83793/w83793.c
M src/drivers/i2c/w83793/w83793.h
M src/drivers/i2c/w83795/chip.h
M src/drivers/i2c/w83795/w83795.c
M src/drivers/i2c/w83795/w83795.h
M src/drivers/i2c/ww_ring/ww_ring.c
M src/drivers/i2c/ww_ring/ww_ring.h
M src/drivers/i2c/ww_ring/ww_ring_programs.c
M src/drivers/i2c/ww_ring/ww_ring_programs.h
M src/drivers/intel/fsp1_0/Kconfig
M src/drivers/intel/fsp1_0/Makefile.inc
M src/drivers/intel/fsp1_0/cache_as_ram.inc
M src/drivers/intel/fsp1_0/fastboot_cache.c
M src/drivers/intel/fsp1_0/fsp_util.c
M src/drivers/intel/fsp1_0/fsp_util.h
M src/drivers/intel/fsp1_0/fsp_values.h
M src/drivers/intel/fsp1_0/hob.c
M src/drivers/intel/fsp1_1/Kconfig
M src/drivers/intel/fsp1_1/Makefile.inc
M src/drivers/intel/fsp1_1/bootblock.c
M src/drivers/intel/fsp1_1/cache_as_ram.S
M src/drivers/intel/fsp1_1/car.c
M src/drivers/intel/fsp1_1/fsp_gop.c
M src/drivers/intel/fsp1_1/fsp_relocate.c
M src/drivers/intel/fsp1_1/fsp_util.c
M src/drivers/intel/fsp1_1/hob.c
M src/drivers/intel/fsp1_1/include/fsp/api.h
M src/drivers/intel/fsp1_1/include/fsp/bootblock.h
M src/drivers/intel/fsp1_1/include/fsp/car.h
M src/drivers/intel/fsp1_1/include/fsp/ramstage.h
M src/drivers/intel/fsp1_1/include/fsp/romstage.h
M src/drivers/intel/fsp1_1/include/fsp/soc_binding.h
M src/drivers/intel/fsp1_1/include/fsp/stack.h
M src/drivers/intel/fsp1_1/include/fsp/uefi_binding.h
M src/drivers/intel/fsp1_1/include/fsp/util.h
M src/drivers/intel/fsp1_1/mma_core.c
M src/drivers/intel/fsp1_1/raminit.c
M src/drivers/intel/fsp1_1/ramstage.c
M src/drivers/intel/fsp1_1/romstage.c
M src/drivers/intel/fsp1_1/temp_ram_exit.c
M src/drivers/intel/fsp1_1/vbt.c
M src/drivers/intel/fsp1_1/verstage.c
M src/drivers/intel/fsp2_0/Kconfig
M src/drivers/intel/fsp2_0/Makefile.inc
M src/drivers/intel/fsp2_0/debug.c
M src/drivers/intel/fsp2_0/graphics.c
M src/drivers/intel/fsp2_0/hand_off_block.c
M src/drivers/intel/fsp2_0/header_display.c
M src/drivers/intel/fsp2_0/header_util/fspupdvpd.spatch
M src/drivers/intel/fsp2_0/header_util/fspupdvpd_sanitize.sh
M src/drivers/intel/fsp2_0/hob_display.c
M src/drivers/intel/fsp2_0/hob_verify.c
M src/drivers/intel/fsp2_0/include/fsp/api.h
M src/drivers/intel/fsp2_0/include/fsp/debug.h
M src/drivers/intel/fsp2_0/include/fsp/info_header.h
M src/drivers/intel/fsp2_0/include/fsp/memory_init.h
M src/drivers/intel/fsp2_0/include/fsp/ppi/mp_service_ppi.h
M src/drivers/intel/fsp2_0/include/fsp/soc_binding.h
M src/drivers/intel/fsp2_0/include/fsp/upd.h
M src/drivers/intel/fsp2_0/include/fsp/util.h
M src/drivers/intel/fsp2_0/memory_init.c
M src/drivers/intel/fsp2_0/mma_core.c
M src/drivers/intel/fsp2_0/notify.c
M src/drivers/intel/fsp2_0/ppi/Kconfig
M src/drivers/intel/fsp2_0/ppi/Makefile.inc
M src/drivers/intel/fsp2_0/ppi/mp_service_ppi.c
M src/drivers/intel/fsp2_0/silicon_init.c
M src/drivers/intel/fsp2_0/temp_ram_exit.c
M src/drivers/intel/fsp2_0/upd_display.c
M src/drivers/intel/fsp2_0/util.c
M src/drivers/intel/gma/Kconfig
M src/drivers/intel/gma/Makefile.inc
M src/drivers/intel/gma/acpi.c
M src/drivers/intel/gma/acpi/common.asl
M src/drivers/intel/gma/acpi/configure_brightness_levels.asl
M src/drivers/intel/gma/acpi/non-pch.asl
M src/drivers/intel/gma/acpi/pch.asl
M src/drivers/intel/gma/edid.c
M src/drivers/intel/gma/i915.h
M src/drivers/intel/gma/int15.c
M src/drivers/intel/gma/opregion.c
M src/drivers/intel/gma/opregion.h
M src/drivers/intel/gma/vbt.c
M src/drivers/intel/i210/Makefile.inc
M src/drivers/intel/i210/i210.c
M src/drivers/intel/i210/i210.h
M src/drivers/intel/ish/chip.h
M src/drivers/intel/ish/ish.c
M src/drivers/intel/mipi_camera/camera.c
M src/drivers/intel/mipi_camera/chip.h
M src/drivers/intel/ptt/ptt.h
M src/drivers/intel/wifi/chip.h
M src/drivers/intel/wifi/wifi.c
M src/drivers/ipmi/chip.h
M src/drivers/ipmi/ipmi_kcs.c
M src/drivers/ipmi/ipmi_kcs.h
M src/drivers/ipmi/ipmi_kcs_ops.c
202 files changed, 301 insertions(+), 472 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/36178/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/36178
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1acea8c975d14904b7e486dc57a1a67480a6ee6e
Gerrit-Change-Number: 36178
Gerrit-PatchSet: 2
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Hello build bot (Jenkins), Martin Roth, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36117
to look at the new patch set (#3).
Change subject: soc/amd/picasso: Add audio processor
......................................................................
soc/amd/picasso: Add audio processor
Add a driver that can properly configure the pads needed to run the
correct audio mode. I2S requires the 48M oscillator enabled
regardless of an external connection.
Change-Id: I1137eae91aa28640ca3e9e2b2c58beed2cdb7e3c
Signed-off-by: Marshall Dawson <marshalldawson3rd(a)gmail.com>
---
M src/soc/amd/picasso/Makefile.inc
A src/soc/amd/picasso/acp.c
M src/soc/amd/picasso/chip.h
M src/soc/amd/picasso/include/soc/northbridge.h
4 files changed, 84 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/36117/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/36117
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1137eae91aa28640ca3e9e2b2c58beed2cdb7e3c
Gerrit-Change-Number: 36117
Gerrit-PatchSet: 3
Gerrit-Owner: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/28791 )
Change subject: soc/intel/skylake: Ensure FSP don't override ITSS IPCx registers
......................................................................
Patch Set 3:
I had some veeeery strange issues with itss on x11ssm and was not able to get this right, yet. FSP seems to override itss persistently somehow..
--
To view, visit https://review.coreboot.org/c/coreboot/+/28791
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib731f27826d604c305dc52a8488fd6240b01148a
Gerrit-Change-Number: 28791
Gerrit-PatchSet: 3
Gerrit-Owner: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Michael Niewöhner
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-Comment-Date: Sun, 20 Oct 2019 22:31:50 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment