summaryrefslogtreecommitdiff
path: root/board/amlogic
Commit message (Collapse)AuthorAgeFilesLines
* odroid-c2: Populate serial# environment variable from efuseMartin Böh2017-07-061-0/+8
|
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
| | | | | | | | This header includes things that are needed to make driver build. Adjust existing users to include that always, even if other dm/ includes are present Signed-off-by: Simon Glass <sjg@chromium.org>
* odroid-c2: README: MMC is supportedxypron.glpk@gmx.de2017-05-011-0/+1
| | | | | | | | | | | Mention eMMC and microSD as supported devices. They have been enabled with patch d0c5c8d529f16fa88ab52a3b5dd2d4fc03664f19 odroid-c2: enable new Meson GX MMC driver in board defconfig which was accepted for u-boot-mmc.git. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* meson: odroid-c2: enable Ethernet support through the device treeBeniamino Galvani2016-09-061-13/+0
| | | | | | | | Remove the device definition from board file, update the driver with the new compatible property and update config with necessary options. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* board: amlogic: Rename folder for Amlogic boardsCarlo Caione2016-06-245-0/+152
s/hardkernel/amlogic/ to have a single place for all the amlogic-based boards. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Carlo Caione <carlo@endlessm.com> Acked-by: Beniamino Galvani <b.galvani@gmail.com>