aboutsummaryrefslogtreecommitdiff
path: root/board/phytec
AgeCommit message (Expand)AuthorFilesLines
2020-04-16doc: update reference to README.imximagePatrick Delaunay1-1/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass2-0/+2
2020-01-07imx: sync with kernel device tree for Phycore SoMParthiban Nallathambi1-4/+8
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2-4/+4
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move some board functions out of common.hSimon Glass4-0/+4
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-08imx: initialize fec only when enabledParthiban Nallathambi1-0/+2
2019-10-08imx: remove board specific boot order from splParthiban Nallathambi1-25/+0
2019-10-08imx: pcl063: add nand boot supportParthiban Nallathambi1-0/+3
2019-10-08imx: bk4: Print proper HW revision of VF610's BK4 boardLukasz Majewski1-1/+14
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass3-3/+0
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-1/+1
2019-08-11env: Move env_set() to env.hSimon Glass4-0/+4
2019-07-29rockchip: rk3288: Move rk3288_detect_reset_reason to soc fileKever Yang1-1/+1
2019-07-29rockchip: rk3288-phycore: move phycore_init() to its own board fileKever Yang1-0/+47
2019-07-13ARM: am335x: Add phyCORE AM335x R2 supportNiel Fourie6-0/+434
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu4-6/+6
2019-06-11imx: Extend PCL063 support for phyCORE-i.MX6ULL SOMParthiban Nallathambi4-5/+94
2019-06-11ARM: dts: i.MX6ULL: U-Boot specific dts for u-boot, dm-splParthiban Nallathambi1-0/+1
2019-04-13pcm052: bk4: Add board_phy_config() for BK4 to setup ksz8081 phyLukasz Majewski1-0/+16
2019-04-13pcm052: mac: Provide board specific imx_get_mac_from_fuse() functionLukasz Majewski1-0/+41
2019-04-13pcm052: board: Add code to setup LED default statesLukasz Majewski1-0/+4
2019-04-13pcm052: bk4: sdcard: Add support for SD card booting/recoveryLukasz Majewski1-0/+32
2019-04-13pcm052: board: Remove in-board setup code (it is now replaced by DM setup)Lukasz Majewski1-267/+0
2019-04-13pcm052: board: cosmetic: Add copyright notice to pcm052.cLukasz Majewski1-0/+3
2019-04-13pcm052: board: vybrid: Update the board name for BK4 deviceLukasz Majewski1-1/+4
2019-04-13pcm052: board: Remove "m4go" command as it is superseded by "bootaux"Lukasz Majewski1-38/+0
2019-04-13pcm052: board: Do not enable I2C2 code in the board fileLukasz Majewski1-1/+1
2019-01-28imx: Add PHYTEC phyBOARD-i.MX6UL-SeginMartyn Welch6-0/+419
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini12-28/+12
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan2-0/+2
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2-2/+2
2017-11-06MAINTAINERS: Add missing boards and config entriesTom Rini1-0/+2
2017-09-05rockchip: phycore: Read configuration EEPROM & set ethaddr in late initWadim Egorov2-0/+83
2017-08-29pfla02: Fix RAM detection and support 1 bank SOMStefano Babic2-33/+60
2017-08-28imx: imx6: Move gpr_init() function to soc.cBreno Lima2-23/+0
2017-08-16Merge git://www.denx.de/git/u-boot-imxTom Rini5-0/+749
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-1/+1
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-08-02mx6: Add support for Phytec pfla02 (NAND)Stefano Babic5-0/+749
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic2-5/+5
2017-07-11rockchip: Add basic support for phyCORE-RK3288 SoM based carrier boardWadim Egorov4-0/+37
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher6-299/+0
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass1-2/+2
2017-05-12pcm058: Fix unused variable warningsTom Rini1-6/+3
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-2/+2
2017-04-05board_f: Drop return value from initdram()Simon Glass1-2/+6
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1