summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/barebox.config
Commit message (Collapse)AuthorAgeFilesLines
* rpi: barebox: version bump 2018.03.0 -> 2020.08.1Roland Hieber2020-09-151-17/+148
| | | | | | | | | | | | | | | | | | | | | | Update to the latest barebox version, which also has the side effect that it can boot the newer Linux kernel (first bad Distrokit commit was 61b5ec910db2fe82a39f, 2019-05-06: "platform-rpi/v7a: kernel version bump 5.0 -> 5.1"). Enable regulator support to get around a build issue in the RPi board code [1], and allow color by default on the console. Also enable PINCTRL_BCM283X, since it was renamed from GPIO_BCM283X. For all other settings, use their default value. Add a patch to fix a build failure with the bcm2835 sdhci driver. [1]: "rpi-common.c:462:8: error: implicit declaration of function 'regulator_get_name'; did you mean 'regulator_enable'? [-Werror=implicit-function-declaration]", fixed upstream via <https://www.mail-archive.com/barebox@lists.infradead.org/msg36326.html> Tested-by: Roland Hieber <rhi@pengutronix.de> on rpi1-b, rpi-zero-w Signed-off-by: Roland Hieber <rhi@pengutronix.de>
* platform-rpi: barebox: enable dmesg commandRobert Schwebel2020-03-271-1/+2
| | | | | | | To be able to see all messages on the console, enable the dmesg command in barebox (correspondig to our other platforms). Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-rpi: barebox: version bump 2017.11.0 -> 2018.03.0Roland Hieber2018-03-151-1/+6
| | | | | | | | The old barebox does not build with OSELAS.Toolchain-2018.02. Also barebox is configured to compress its image with LZO, so host-lzop is needed. Signed-off-by: Roland Hieber <rohieb@rohieb.name>
* platform-rpi: barebox: version bump 2017.10.0 -> 2017.11.0Roland Hieber2017-12-061-1/+1
|
* platform-rpi: barebox: version bump 2017.07.0 -> 2017.10.0Roland Hieber2017-10-261-1/+2
|
* platform-rpi: barebox: version bump 2015.12.0 -> 2017.07.0Roland Hieber2017-07-131-26/+87
| | | | Signed-off-by: Roland Hieber <rohieb@rohieb.name>
* config: initial import rpiAlexander Aring2016-06-061-0/+501
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>