summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-mx6.config
Commit message (Collapse)AuthorAgeFilesLines
...
* platform-v7a: barebox: consistently disable netconsoleRoland Hieber2018-05-181-1/+1
| | | | | | | It is not needed and on some boards it errors when it does not find a network interface. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* platform-v7a: barebox: version bump 2018.03.0 -> 2018.05.0Roland Hieber2018-05-161-3/+10
| | | | | | | Bump all barebox variants, followed by oldconfig. Consistently enable CONSOLE_ALLOW_COLOR, otherwise use default values. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* barebox: version bump 2018.01.0 -> 2018.03.0Robert Schwebel2018-03-071-1/+7
| | | | | | Update the barebox version to the latest and greatest. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: barebox-mx6: enable i.MX I2C driverRoland Hieber2018-02-191-1/+28
| | | | | | I2C is a useful thing to have in a generic barebox image. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* platform-v7a: barebox-mx6: enable i.MX SPI driverRoland Hieber2018-02-191-1/+1
| | | | | | | SPI is a useful thing to have, especially if you want to read your barebox-env from SPI-NOR, like some boards do. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* platform-v7a: barebox: version bump 2017.11.0 -> 2018.01.0Roland Hieber2018-01-291-1/+3
| | | | | | | | | | | Migrate the patches and make oldconfig without adding any new features. Note that barebox-rpi2 is still broken, but we'll bump it anyway for completeness. Tested-by: Robert Schwebel <r.schwebel@pengutronix.de> (for qemu-vexpress) Tested-by: Roland Hieber <r.hieber@pengutronix.de> (for qemu-vexpress) Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* platform-v7a: barebox-mx6: build images for Nitrogen6 boardsRoland Hieber2018-01-221-1/+1
| | | | | | | | The Nitrogen6 family is already supported in the kernel, and has a blspec entry, but the barebox-mx6 package does not yet build an image for them. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* barebox: version bump 2017.10.0 -> 2017.11.0DistroKit-2017.11.0Robert Schwebel2017-11-131-1/+4
| | | | | | The vexpress series has been merged upstream and can be dropped. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* barebox: version bump 2017.08.0 -> 2017.10.0Robert Schwebel2017-10-111-1/+4
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Reviewed-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
* platform-v7a: barebox: version bump v2017.07.0 -> v2017.08.0Robert Schwebel2017-08-221-1/+1
| | | | | | Barebox upstream has version bumped, and so do we. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v72: mx6: create own mx6 barebox defaultenvChris Fiege2017-07-041-1/+1
| | | | | | | Using this change the barebox-mx6 package has its own defaultenv directory. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>
* platform-v7a: barebox: version bump 2017.06.0 -> 2017.07.0Robert Schwebel2017-07-041-0/+808
Update barebox 2017.07.0, which contains an important fix for nv and globalvars. In the previous patch stack, state was defect, as upstream has changed the oftree. This is fixed in the new patch series. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>