Martin Roth merged this change.

View Change

Approvals: build bot (Jenkins): Verified HAOUAS Elyes: Looks good to me, but someone else must approve Richard Spiegel: Looks good to me, approved Angel Pons: Looks good to me, but someone else must approve Edward O'Callaghan: Looks good to me, approved
soc/amd/picasso: Create picasso as a copy of stoneyridge

So that everyone can see what's being updated from stoney, we're
starting with a direct copy of the stoney directory. There are
arguments both for and against doing it this way, but I believe
This the most transparent way. We've moved much of the duplicated
stoney code into the soc/amd/common directory and will continue
that work as it becomes obvious that we have unchanged code between
the SOCs.

Makefile.inc has been renamed as makefile.inc so that it won't
build in jenkins until the directory is updated.

Other than that change, this is an exact copy of the stoneyridge
SOC directory which will be updated in the follow-on commits in
the patch train.

TEST=None
BUG=b:130804851

Signed-off-by: Martin Roth <martinroth@chromium.org>
Change-Id: I6809bd1eea304f76dd9000c079b3ed09f94dbd3b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32407
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
A src/soc/amd/picasso/BiosCallOuts.c
A src/soc/amd/picasso/Kconfig
A src/soc/amd/picasso/acpi.c
A src/soc/amd/picasso/acpi/acpi_wake_source.asl
A src/soc/amd/picasso/acpi/cpu.asl
A src/soc/amd/picasso/acpi/globalnvs.asl
A src/soc/amd/picasso/acpi/northbridge.asl
A src/soc/amd/picasso/acpi/pci_int.asl
A src/soc/amd/picasso/acpi/pcie.asl
A src/soc/amd/picasso/acpi/sb_fch.asl
A src/soc/amd/picasso/acpi/sb_pci0_fch.asl
A src/soc/amd/picasso/acpi/sleepstates.asl
A src/soc/amd/picasso/acpi/soc.asl
A src/soc/amd/picasso/acpi/usb.asl
A src/soc/amd/picasso/bootblock/bootblock.c
A src/soc/amd/picasso/chip.c
A src/soc/amd/picasso/chip.h
A src/soc/amd/picasso/cpu.c
A src/soc/amd/picasso/enable_usbdebug.c
A src/soc/amd/picasso/finalize.c
A src/soc/amd/picasso/gpio.c
A src/soc/amd/picasso/i2c.c
A src/soc/amd/picasso/include/soc/acpi.h
A src/soc/amd/picasso/include/soc/amd_pci_int_defs.h
A src/soc/amd/picasso/include/soc/cpu.h
A src/soc/amd/picasso/include/soc/gpio.h
A src/soc/amd/picasso/include/soc/i2c.h
A src/soc/amd/picasso/include/soc/iomap.h
A src/soc/amd/picasso/include/soc/northbridge.h
A src/soc/amd/picasso/include/soc/nvs.h
A src/soc/amd/picasso/include/soc/pci_devs.h
A src/soc/amd/picasso/include/soc/romstage.h
A src/soc/amd/picasso/include/soc/smbus.h
A src/soc/amd/picasso/include/soc/smi.h
A src/soc/amd/picasso/include/soc/southbridge.h
A src/soc/amd/picasso/makefile.inc
A src/soc/amd/picasso/mca.c
A src/soc/amd/picasso/monotonic_timer.c
A src/soc/amd/picasso/nb_util.c
A src/soc/amd/picasso/northbridge.c
A src/soc/amd/picasso/pmutil.c
A src/soc/amd/picasso/ramtop.c
A src/soc/amd/picasso/reset.c
A src/soc/amd/picasso/romstage.c
A src/soc/amd/picasso/sata.c
A src/soc/amd/picasso/sm.c
A src/soc/amd/picasso/smbus.c
A src/soc/amd/picasso/smbus_spd.c
A src/soc/amd/picasso/smi.c
A src/soc/amd/picasso/smi_util.c
A src/soc/amd/picasso/smihandler.c
A src/soc/amd/picasso/southbridge.c
A src/soc/amd/picasso/spi.c
A src/soc/amd/picasso/tsc_freq.c
A src/soc/amd/picasso/uart.c
A src/soc/amd/picasso/usb.c
56 files changed, 9,198 insertions(+), 0 deletions(-)


To view, visit change 32407. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6809bd1eea304f76dd9000c079b3ed09f94dbd3b
Gerrit-Change-Number: 32407
Gerrit-PatchSet: 4
Gerrit-Owner: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan@google.com>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: Richard Spiegel <richard.spiegel@silverbackltd.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-MessageType: merged