Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44378
to look at the new patch set (#4).
Change subject: cpu/ti/am335x: Move from cpu to soc in tree ......................................................................
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 --- M MAINTAINERS D src/cpu/ti/Kconfig D src/cpu/ti/Makefile.inc M src/mainboard/ti/beaglebone/Kconfig M src/mainboard/ti/beaglebone/bootblock.c M src/mainboard/ti/beaglebone/devicetree.cb M src/mainboard/ti/beaglebone/leds.c A src/soc/ti/Kconfig A src/soc/ti/Makefile.inc R src/soc/ti/am335x/Kconfig R src/soc/ti/am335x/Makefile.inc R src/soc/ti/am335x/bootblock.c R src/soc/ti/am335x/bootblock_media.c R src/soc/ti/am335x/cbmem.c R src/soc/ti/am335x/clock.h R src/soc/ti/am335x/dmtimer.c R src/soc/ti/am335x/dmtimer.h R src/soc/ti/am335x/gpio.c R src/soc/ti/am335x/gpio.h R src/soc/ti/am335x/header.c R src/soc/ti/am335x/header.h R src/soc/ti/am335x/header.ld R src/soc/ti/am335x/memlayout.ld R src/soc/ti/am335x/monotonic_timer.c R src/soc/ti/am335x/nand.c R src/soc/ti/am335x/pinmux.c R src/soc/ti/am335x/pinmux.h A src/soc/ti/am335x/soc.c R src/soc/ti/am335x/uart.c R src/soc/ti/am335x/uart.h 30 files changed, 34 insertions(+), 26 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/44378/4