summaryrefslogtreecommitdiff
path: root/board/grinn
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18arm: Don't include common.h in header filesSimon Glass1-0/+1
2019-12-03common: Move some board functions out of common.hSimon Glass2-0/+2
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-0/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-2/+2
2019-03-13ARM: liteboard: move towards driver model and device-tree bootMarcin Niestroj1-36/+0
2018-11-27ARM: chiliboard: remove dead !CONFIG_DM_SERIAL codeMarcin Niestroj1-8/+0
2018-11-27ARM: chiliboard: move towards driver model and device-tree bootMarcin Niestroj1-53/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-10/+4
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-3/+3
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-2/+2
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-2/+2
2017-02-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+1
2017-01-28board/chiliboard: Add support for chiliBoardMarcin Niestroj5-0/+266
2017-01-27ARM: imx6ul: Move liteSOM source to SoC directoryMarcin Niestroj1-1/+1
2016-12-16board/liteboard: Add support for liteBoardMarcin Niestroj5-0/+342