aboutsummaryrefslogtreecommitdiffstats
path: root/board/grinn
Commit message (Expand)AuthorAgeFilesLines
* am33xx: Use regular spl_board_init instead of am33xx_spl_board_initPaul Kocialkowski2024-08-061-1/+1
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-202-2/+1
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-192-1/+2
* board: grinn: Remove <common.h> and add needed includesTom Rini2024-05-072-2/+1
* global: Remove duplicate common.h inclusionsTom Rini2023-12-211-1/+0
* tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon2023-11-101-1/+1
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-1/+1
* Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini2021-08-311-4/+2
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-022-0/+2
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* arm: Don't include common.h in header filesSimon Glass2020-05-181-0/+1
* common: Move some board functions out of common.hSimon Glass2019-12-022-0/+2
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_set_ulong() to env.hSimon Glass2019-08-111-0/+1
* Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2019-06-231-2/+2
* ARM: liteboard: move towards driver model and device-tree bootMarcin Niestroj2019-03-131-36/+0
* ARM: chiliboard: remove dead !CONFIG_DM_SERIAL codeMarcin Niestroj2018-11-261-8/+0
* ARM: chiliboard: move towards driver model and device-tree bootMarcin Niestroj2018-11-261-53/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-074-10/+4
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-162-3/+3
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-2/+2
* env: Rename common functions related to setenv()Simon Glass2017-08-161-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-2/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-02-011-1/+1
|\
| * ARM: imx6ul: Move liteSOM source to SoC directoryMarcin Niestroj2017-01-271-1/+1
* | board/chiliboard: Add support for chiliBoardMarcin Niestroj2017-01-285-0/+266
|/
* board/liteboard: Add support for liteBoardMarcin Niestroj2016-12-165-0/+342