aboutsummaryrefslogtreecommitdiff
path: root/board/gdsys/p1022/sdhc_boot.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-1/+1
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
2014-07-07board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API changeDirk Eibach1-1/+1
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
2013-07-16mpc85xx: Add gdsys ControlCenter Digital boardDirk Eibach1-0/+63
The gdsys ControlCenter Digital board is based on a Freescale P1022 QorIQ SOC. It boots from SPI-Flash but can be configured to boot from SD-card for factory programming and testing. On board peripherals include: - 2x GbE - Lattice ECP3 FPGA connected via PCIe - mSATA RAID1 - USB host - DisplayPort video output - Atmel TPM Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc> Signed-off-by: Reinhard Pfau <reinhard.pfau@gdsys.cc> Signed-off-by: Andy Fleming <afleming@freescale.com>