summaryrefslogtreecommitdiff
path: root/include/configs
AgeCommit message (Collapse)Author
2014-06-05nand_spl: remove MPC8569MDS_NAND supportMasahiro Yamada
Commit 3d5a335c announced that all the nand_spl boards would be removed before v2014.07 release. Signed-off-by: Masahiro Yamada <[email protected]>
2014-06-05nand_spl: remove MPC8572DS_NAND supportMasahiro Yamada
Commit 3d5a335c announced that all the nand_spl boards would be removed before v2014.07 release. Signed-off-by: Masahiro Yamada <[email protected]>
2014-06-05nand_spl: remove P1023RDS_NAND supportMasahiro Yamada
Commit 3d5a335c announced that all the nand_spl boards would be removed before v2014.07 release. Signed-off-by: Masahiro Yamada <[email protected]>
2014-06-05powerpc/mpc85xx: Add workaround to enable TDM on T1040Sandeep Singh
This is a workaround for 32 bit hardware limitation of TDM. T1040 has 36 bit physical addressing, TDM DMAC register are 32 bit wide but need to store address of CCSR space which lies beyond 32 bit address range. This workaround creats a LAW to enable access of TDM DMA to CCSR by mapping CCSR to overlap with DDR. A hole of 16M is created in memory using device tree. This workaround law is set only if "tdm" is defined in hwconfig. Also disable POST tests and add LIODN for TDM Signed-off-by: Sandeep Singh <[email protected]> Reviewed-by: York Sun <[email protected]>
2014-06-05board/t2080qds: some update for ddrShengzhou Liu
- add support for 2nd DIMM slot. - make it work with DIMM which is less than 2GB. Verified with two 2GB UDIMM MT9JSF25672AZ-2G1K1 in two DIMM slots. Signed-off-by: Shengzhou Liu <[email protected]> Reviewed-by: York Sun <[email protected]>
2014-06-05mpc8313, signed fit: enable legacy image format on ids8313 boardHeiko Schocher
Enable legacy image format with CONFIG_IMAGE_FORMAT_LEGACY on the ids8313 board, as it uses signed FIT images for booting Linux and need the legacy image format. Signed-off-by: Heiko Schocher <[email protected]> Cc: Simon Glass <[email protected]> Cc: Kim Phillips <[email protected]> Cc: Michael Conrad <[email protected]> Signed-off-by: Simon Glass <[email protected]> Acked-by: Simon Glass <[email protected]>
2014-06-05bootm: make use of legacy image format configurableHeiko Schocher
make the use of legacy image format configurable through the config define CONFIG_IMAGE_FORMAT_LEGACY. When relying on signed FIT images with required signature check the legacy image format should be disabled. Therefore introduce this new define and enable legacy image format if CONFIG_FIT_SIGNATURE is not set. If CONFIG_FIT_SIGNATURE is set disable per default the legacy image format. Signed-off-by: Heiko Schocher <[email protected]> Cc: Simon Glass <[email protected]> Cc: Lars Steubesand <[email protected]> Cc: Mike Pearce <[email protected]> Cc: Wolfgang Denk <[email protected]> Cc: Tom Rini <[email protected]> Cc: Michal Simek <[email protected]> Acked-by: Simon Glass <[email protected]>
2014-06-05ARM: tegra: enable USB device mode and UMS on some boardsStephen Warren
For each of Jetson TK1, Venice2, and Beaver: - Enable the first USB controller in DT, and describe its configuration. - Enable USB device/gadget support. This allows the user to type e.g. "ums 0 mmc 0" at the command-line to cause U-Boot to act a USB device implementing the USB Mass Storage protocol, and expose MMC device 0 that way. This allows a host PC to mount the Tegra device's MMC, partition it, and install a filesystem on it. Signed-off-by: Stephen Warren <[email protected]> Signed-off-by: Tom Warren <[email protected]>
2014-06-05Merge branch 'master' of git://git.denx.de/u-boot-avr32Tom Rini
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-06-01usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAYStephen Warren
Now that we wait the correct specification-mandated time at the end of usb_hub_power_on(), I suspect that CONFIG_USB_HUB_MIN_POWER_ON_DELAY has no purpose. For cm_t35.h, we already wait longer than the original MIN_POWER_ON_DELAY, so this change is safe. For gw_ventana.h, we will wait as long as the original MIN_POWER_ON_DELAY iff pgood_delay was at least 200ms. I'm not sure if this is the case or not, hence I've CC'd relevant people to test this change. Cc: Igor Grinberg <[email protected]> Cc: Tim Harvey <[email protected]> Signed-off-by: Stephen Warren <[email protected]>
2014-05-30powerpc: hiddendragon: remove orphan boardMasahiro Yamada
This board has been orphan for a while. (Emails to its maintainer have been bouncing.) Because MPC82xx family is old enough, nobody would pick up the maintainership on it. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Wolfgang Denx <[email protected]>
2014-05-30powerpc: debris: remove orphan boardMasahiro Yamada
This board has been orphan for a while. (Emails to its maintainer have been bouncing.) Because MPC82xx family is old enough, nobody would pick up the maintainership on it. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Wolfgang Denx <[email protected]>
2014-05-30powerpc: kvme080: remove orphan boardMasahiro Yamada
This board has been orphan for a while. (Emails to its maintainer have been bouncing.) Because MPC82xx family is old enough, nobody would pick up the maintainership on it. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Wolfgang Denx <[email protected]>
2014-05-30powerpc: ep8248: remove orphan boardMasahiro Yamada
This board has been orphan for a while. (Emails to its maintainer have been bouncing.) Because MPC82xx family is old enough, nobody would pick up the maintainership on it. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Wolfgang Denx <[email protected]>
2014-05-30powerpc: ispan: remove orphan boardMasahiro Yamada
This board has been orphan for a while. (Emails to its maintainer have been bouncing.) Because MPC82xx family is old enough, nobody would pick up the maintainership on it. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Wolfgang Denx <[email protected]>
2014-05-30powerpc: rattler: remove orphan boardMasahiro Yamada
This board has been orphan for a while. (Emails to its maintainer have been bouncing.) Because MPC82xx family is old enough, nobody would pick up the maintainership on it. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Wolfgang Denx <[email protected]>
2014-05-30powerpc: zpc1900: remove orphan boardMasahiro Yamada
This board has been orphan for a while. (Emails to its maintainer have been bouncing.) Because MPC82xx family is old enough, nobody would pick up the maintainership on it. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Wolfgang Denx <[email protected]>
2014-05-30powerpc: mpc8260ads: remove orphan boardMasahiro Yamada
This board has been orphan for a while. (Emails to its maintainer have been bouncing.) Because MPC82xx family is old enough, nobody would pick up the maintainership on it. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Wolfgang Denx <[email protected]>
2014-05-30powerpc: adder: remove orphan boardMasahiro Yamada
This board has been orphan for a while. (Emails to its maintainer have been bouncing.) Because MPC8xx family is old enough, nobody would pick up the maintainership on it. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Wolfgang Denx <[email protected]>
2014-05-30PPC4xx: Remove quad100hd boardWolfgang Denk
The quad100hd has been unmaintained and dead ever since it's been added some 6 years ago. Remove it. Also update README.scrapyard and insert some commit IDs for removed boards. Signed-off-by: Wolfgang Denk <[email protected]> Cc: Stefan Roese <[email protected]> Cc: Gary Jennejohn <[email protected]>
2014-05-30Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-05-29arm:board:exynos4: add CONFIG_SYS_GENERIC_BOARDPiotr Wilczek
Add CONFIG_SYS_GENERIC_BOARD for all Exynos4 boards. Signed-off-by: Piotr Wilczek <[email protected]> Cc: Przemyslaw Marczak <[email protected]> Cc: Lukasz Majewski <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2014-05-28mx6sabred: Add PFUZE100 PMIC supportFabio Estevam
mx6sabresd boards have a PFUZE100 PMIC connected to I2C2 bus. Add support for it Signed-off-by: Fabio Estevam <[email protected]>
2014-05-28mx6sabreauto: Add the mx6dual-lite variantFabio Estevam
Tested by booting a mainline kernel via TFTP. Signed-off-by: Fabio Estevam <[email protected]>
2014-05-28exynos5: Enable tps65090 on exynos5-dtAaron Durbin
The TPS65090 pmic chip can be on exynos5250 boards. Therefore, select the appropriate config option for TPS65090 devices. This commit should really use exynos5-dt.c, when it is available. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2014-05-28power: Rename CONFIG_PMIC_... to CONFIG_POWER_...Simon Glass
Commit be3b51aa did this mostly, but several have been added since. Do the job again. Signed-off-by: Simon Glass <[email protected]> Acked-by: Lukasz Majewski <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2014-05-27tb100 - add Abilis TB100 boardAlexey Brodkin
Development board for headless gateway platform from Abilis Systems. Initial commit with working UART and DW GMAC. For now with generic Ethernet PHY due to problems in Realtek PHY driver. Signed-off-by: Alexey Brodkin <[email protected]> Cc: Vineet Gupta <[email protected]> Cc: Christian Ruppert <[email protected]> Cc: Pierrick Hascoet <[email protected]>
2014-05-27ARM: at91sam9m10g45ek: add mmc environment configuration supportWu, Josh
In this configuration the environment will save in file: uboot.env of mmc card. Signed-off-by: Josh Wu <[email protected]> Signed-off-by: Andreas Bießmann <[email protected]>
2014-05-27ARM: at91sam9m10g45ek: enable mci0 supportWu, Josh
Also we enable the mmc command in configuration file. As both CONFIG_CMD_MMC and CONFIG_CMD_USB use the CONFIG_DOS_PARTITION, so remove the redundant CONFIG_DOS_PARTITION definition. Signed-off-by: Josh Wu <[email protected]> Signed-off-by: Andreas Bießmann <[email protected]>
2014-05-27ARM: at91: remove redundant ARM926EJS definition in board config filesWu, Josh
As at91 board config file will include the SoC header, so we can remove the ARM926EJS definition in board config files. Signed-off-by: Josh Wu <[email protected]> Signed-off-by: Andreas Bießmann <[email protected]>
2014-05-27at91: remove redundant AT91FAMILY definition in board config fileWu, Josh
Now the AT91FAMILY is already defined in the at91 SoC header. The at91 board config file will include the SoC header file. So we can remove the redundant AT91FAMILY definition in at91 board config files. Signed-off-by: Josh Wu <[email protected]> [rebase patch] Signed-off-by: Andreas Bießmann <[email protected]>
2014-05-27sama5d3xek: enable PMECC header generationAndreas Bießmann
Signed-off-by: Andreas Bießmann <[email protected]> Cc: Bo Shen <[email protected]> Tested-by: Bo Shen <[email protected]>
2014-05-27corvus: remove unneeded CONFIG_AT91_LEGACYAndreas Bießmann
Signed-off-by: Andreas Bießmann <[email protected]> Cc: Heiko Schocher <[email protected]>
2014-05-27ARM: atmel: at91sam9x5ek: convert to generic boardBo Shen
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: "Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be removed." Signed-off-by: Bo Shen <[email protected]> Tested-by: Josh Wu <[email protected]> Signed-off-by: Andreas Bießmann <[email protected]>
2014-05-27ARM: atmel: at91sam9m10g45ek: convert to generic boardBo Shen
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: "Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be removed." Signed-off-by: Bo Shen <[email protected]> Tested-by: Josh Wu <[email protected]> Signed-off-by: Andreas Bießmann <[email protected]>
2014-05-27ARM: atmel: sama5d3_xplained: convert to generic boardBo Shen
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: "Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be removed." Signed-off-by: Bo Shen <[email protected]> Signed-off-by: Andreas Bießmann <[email protected]>
2014-05-27ARM: atmel: sama5d3xek: convert to generic boardBo Shen
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: "Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be removed." Signed-off-by: Bo Shen <[email protected]> Tested-by: Josh Wu <[email protected]> Signed-off-by: Andreas Bießmann <[email protected]>
2014-05-27ARM: atmel: enable SPL on sama5d3_xplained boardBo Shen
It supports boot from NAND and SD/MMC card. Signed-off-by: Bo Shen <[email protected]> Signed-off-by: Andreas Bießmann <[email protected]>
2014-05-26atngw100mkii: add missing CONFIG_SYS_TEXT_BASEAndreas Bießmann
Signed-off-by: Andreas Bießmann <[email protected]> Cc: Masahiro Yamada <[email protected]>
2014-05-25sunxi: non-FEL SPL boot support for sun7iIan Campbell
Add support for booting from an MMC card. Signed-off-by: Stefan Roese <[email protected]> Signed-off-by: Henrik Nordström <[email protected]> Signed-off-by: Ian Campbell <[email protected]> Reviewed-by: Marek Vasut <[email protected]> Cc: Tom Cubie <[email protected]> Reviewed-by: Tom Rini <[email protected]>
2014-05-25sunxi: mmc supportIan Campbell
On Mon, 2014-05-05 at 14:18 +0200, Stefan Roese wrote: > > + case 1: > > +#if CONFIG_MMC1_PG > Are you sure that this is correct and shouldn't be: > > +#ifdef CONFIG_MMC1_PG > > ? It's "correct" in so far as it works (the boards.cfg config stuff #defines things to 1), but I think you are right that it isn't the preferred style. But... > A quick scan through this patch series shows that this define > is not set at all. Perhaps its outdated? Or is it used to support > some other sunxi SoC? Not sure, perhaps it should be removed for > now. ...I had thought that it was to support some other board which wasn't being upstreamed right now, so eventually useful and harmless for now, but I've just checked and it isn't actually used by any of the boards in u-boot-sunxi.git. So rather than fix it to use #ifdef lets drop it. Rather than resend the entire series, here is v5.1 of this patch. > Other than this please add my: > > Reviewed-by: Stefan Roese <[email protected]> Thanks! 8<--------------------------------- >From 20704e35a41664de5f516ed0e02981ac06085102 Mon Sep 17 00:00:00 2001 From: Ian Campbell <[email protected]> Date: Fri, 7 Mar 2014 04:29:39 +0000 Subject: [PATCH v5.1 7/8] sunxi: mmc support This adds support for the MMC controller on the Allwinner A20 (sun7i) processor. Signed-off-by: Henrik Nordstrom <[email protected]> Signed-off-by: Luke Leighton <[email protected]> Signed-off-by: Oliver Schinagl <[email protected]> Signed-off-by: Wills Wang <[email protected]> Signed-off-by: Ian Campbell <[email protected]> Reviewed-by: Marek Vasut <[email protected]> Reviewed-by: Stefan Roese <[email protected]> Cc: Tom Cubie <[email protected]> Cc: Aaron Maoye <[email protected]> Cc: Pantelis Antoniou <[email protected]> Reviewed-by: Tom Rini <[email protected]>
2014-05-25sunxi: add gmac Ethernet supportIan Campbell
Add support for the GMAC Ethernet controller on Allwinner A20 (sun7i) processors. Enable for the Cubietruck. Signed-off-by: Chen-Yu Tsai <[email protected]> Signed-off-by: Jens Kuske <[email protected]> Signed-off-by: Ian Campbell <[email protected]> Reviewed-by: Marek Vasut <[email protected]> Reviewed-by: Tom Rini <[email protected]>
2014-05-25sunxi: add sun7i cpu, board and start of day supportIan Campbell
This patch adds generic board, start of day and basic build system support for the Allwinner A20 (sun7i) processor. This code will not been compiled until the build is hooked up in a later patch. It has been split out to keep the patches manageable. Signed-off-by: Adam Sampson <[email protected]> Signed-off-by: Aleksei Mamlin <[email protected]> Signed-off-by: Alexandru Gagniuc <[email protected]> Signed-off-by: Chen-Yu Tsai <[email protected]> Signed-off-by: Emilio López <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Henrik Nordstrom <[email protected]> Signed-off-by: Jens Kuske <[email protected]> Signed-off-by: Luc Verhaegen <[email protected]> Signed-off-by: Luke Leighton <[email protected]> Signed-off-by: Oliver Schinagl <[email protected]> Signed-off-by: Patrick Wood <[email protected]> Signed-off-by: Stefan Roese <[email protected]> Signed-off-by: Wills Wang <[email protected]> Signed-off-by: Ian Campbell <[email protected]> Reviewed-by: Marek Vasut <[email protected]> Cc: Tom Cubie <[email protected]> Reviewed-by: Tom Rini <[email protected]>
2014-05-25ARM: highbank: convert to generic boardRob Herring
Enable CONFIG_SYS_GENERIC_BOARD on highbank. Signed-off-by: Rob Herring <[email protected]>
2014-05-25lsxl: rework boot scriptsMichael Walle
Move addresses for kernel, ramdisk and fdt blob to own variables. Add dtb blob loading to all existing boot scripts, dtb filenames were taken from vanilla kernel. Introduce new boot script bootcmd_legacy, which only loads a kernel and a ramdisk. Make this the default boot script. This should also restore the behaviour of the original bootloader. Cc: Prafulla Wadaskar <[email protected]> Cc: Tom Rini <[email protected]> Signed-off-by: Michael Walle <[email protected]>
2014-05-25lsxl: use 64bit for LBA48 to support 4 TB drivesMichael Walle
Cc: Prafulla Wadaskar <[email protected]> Signed-off-by: Michael Walle <[email protected]>
2014-05-24Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-05-23cm-t54: add environment partition runtime detectionDmitry Lifshitz
Add environment partition runtime detection callback. Signed-off-by: Dmitry Lifshitz <[email protected]> Acked-by: Igor Grinberg <[email protected]>
2014-05-23cm-t54: add EEPROM support and MAC address handlingDmitry Lifshitz
cm-t54 Eth MAC address is stored in onboard EEPROM. Add EEPROM support and setup stored Eth MAC address. If EEPROM does not contain a valid MAC, then generate it from the processor ID code (reference code is taken from OMAP5 uEvm board file). Modify Device Tree blob MAC address field with retrieved data. Signed-off-by: Dmitry Lifshitz <[email protected]> Acked-by: Igor Grinberg <[email protected]>