cpu/ti/am335x: Move from cpu to soc in tree

The AM335X is a SoC, so should be in the soc tree.

This moves all the existing am335x code to soc/ and updates any
references. It also adds a soc.c file as required for the ramstage.

Change-Id: Ic1ccb0e9b9c24a8b211b723b5f4cc26cdd0eaaab
Signed-off-by: Sam Lewis <sam.vr.lewis@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44378
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
Sam Lewis
2020-08-03 20:18:29 +10:00
committed by Patrick Georgi
parent cb287987a1
commit ad7b2e23ab
30 changed files with 36 additions and 26 deletions

View File

@@ -3,9 +3,9 @@
#include <device/mmio.h>
#include <bootblock_common.h>
#include <console/uart.h>
#include <cpu/ti/am335x/clock.h>
#include <cpu/ti/am335x/gpio.h>
#include <cpu/ti/am335x/pinmux.h>
#include <soc/ti/am335x/clock.h>
#include <soc/ti/am335x/gpio.h>
#include <soc/ti/am335x/pinmux.h>
#include "leds.h"