summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-phyflex-am335x
Commit message (Collapse)AuthorAgeFilesLines
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-082-2/+2
| | | | | | | | | | | | | | This file originates in Linux. Linux has it under include/linux/ directory since commit dccd2304cc90. Let's move it to the same place as well in barebox. This commit was generated by the following commands: find -name '*.[chS]' | xargs sed -i -e 's:<sizes.h>:<linux/sizes.h>:' git mv include/sizes.h include/linux/ Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: AM335x: Fix typo in Phytec boardsTeresa Gámez2014-12-111-3/+3
| | | | | | | Has to be bootsource not boosource. Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: phytec: am335x: Update enviroment commentTeresa Gámez2014-12-091-1/+1
| | | | | | | | We do not have a root partition in spi flash any more. Adapt comment. Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/persistent-vars'Sascha Hauer2014-12-083-5/+5
|\ | | | | | | | | Conflicts: arch/arm/boards/efika-mx-smartbook/defaultenv-efikasb/config
| * defaultenv-2: Make use of nonvolatile variablesSascha Hauer2014-11-063-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves the variable assignments previously done in /env/config-board to non volatile variables in /env/nv/. This makes the settings adjustable by the user without editing a file. Most of the changes are simple conversions which for many boards makes /env/config-board unnecessary. Some boards had some logic to assign global.boot.default based on the current bootsource. This has been moved to /env/init/bootsource. An additional check is added to not overwrite a nv.boot.default should it exist. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | am335x:phyflex: Remove phy fixup from board fileChristian Hemp2014-11-191-10/+0
|/ | | | | | | | The ethernet timings are set by the devicetree. They are no longer required in the board file. Signed-off-by: Christian Hemp <c.hemp@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* phyFLEX: Select RMII2_CRS_DV on GPMC_A9 pinWadim Egorov2014-11-031-0/+2
| | | | | Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* boards: defaultenv: Fix nand bootargs for AM335x boards.Teresa Gámez2014-11-031-1/+1
| | | | | | | | Update nand bootargs for phyFLEX-AM335x and phyCORE-AM335x to support modern kernels. Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* boards: Add phytec-phyflex-am335xStefan Müller-Klieser2014-10-087-0/+324
Add support for PHYTEC's phyFLEX-AM335x. Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> [clean ups] Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>