]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/am335x_shc_prompt_defconfig
am335x, shc: add support for the am335x based bosch shc board
authorHeiko Schocher <hs@denx.de>
Tue, 7 Jun 2016 06:31:25 +0000 (08:31 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 9 Jun 2016 17:53:10 +0000 (13:53 -0400)
commitd8ccbe93b576696852a7cdb2ac8018bb47ce787e
tree99c04ced2eb51b9213a09311ba133f9f4018f6ee
parent3e584b94d207deca9663955b78c88d61fdfe8741
am335x, shc: add support for the am335x based bosch shc board

U-Boot SPL 2016.03-rc3-00019-g6dfb4c2-dirty (Mar 09 2016 - 07:40:06)
SHC C3-Sample
MPU reference clock runs at 6 MHz
Setting MPU clock to 594 MHz
Enabling Spread Spectrum of 18 permille for MPU
Trying to boot from MMC
reading u-boot.img
reading u-boot.img

U-Boot 2016.03-rc3-00019-g6dfb4c2-dirty (Mar 09 2016 - 07:05:35 +0100)

       Watchdog enabled
I2C:   ready
DRAM:  512 MiB
reloc off 1f783000
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Net:   cpsw
U-Boot#

Signed-off-by: Heiko Schocher <hs@denx.de>
15 files changed:
arch/arm/Kconfig
board/bosch/shc/Kconfig [new file with mode: 0644]
board/bosch/shc/MAINTAINERS [new file with mode: 0644]
board/bosch/shc/Makefile [new file with mode: 0644]
board/bosch/shc/README [new file with mode: 0644]
board/bosch/shc/board.c [new file with mode: 0644]
board/bosch/shc/board.h [new file with mode: 0644]
board/bosch/shc/mux.c [new file with mode: 0644]
configs/am335x_shc_defconfig [new file with mode: 0644]
configs/am335x_shc_ict_defconfig [new file with mode: 0644]
configs/am335x_shc_netboot_defconfig [new file with mode: 0644]
configs/am335x_shc_prompt_defconfig [new file with mode: 0644]
configs/am335x_shc_sdboot_defconfig [new file with mode: 0644]
configs/am335x_shc_sdboot_prompt_defconfig [new file with mode: 0644]
include/configs/am335x_shc.h [new file with mode: 0644]