summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* platform-v7a: deactivate ipkg indexRobert Schwebel2017-07-121-2/+2
| | | | | | reason-ptxdist suggests: "The IPKG index is not needed in most cases." Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* kernel: enable thermal driver for i.MX6Robert Schwebel2017-07-121-1/+34
| | | | | | This change was suggested by reason-ptxdist. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: don't use sftp for nowRobert Schwebel2017-07-121-0/+6
| | | | | | reason-ptxdist suggests to enable sftp, but we disable it for now. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* kernel: avoid bufferbloadRobert Schwebel2017-07-121-1/+51
| | | | | | | | | | reason-ptxdist suggests: "fq_codel helps fight the network bufferbloat problem. It is believed to be a good default with no tuning required for most workloads. Downstream distributions may override this choice. On 10Gbit servers that do not do forwarding, "fq" may perform better. Systems without a good clocksource should use "pfifo_fast". (from systemd NEWS)" Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* kernel: enable hang check detectorRobert Schwebel2017-07-121-2/+7
| | | | | | | | reason-ptxdist suggests: "The kernel lockup detector should be active, as it's low overhead and potentially provides useful debug output when the system is failing due to a lockup." Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* kernel: enable hardware crypto driver on MX6Robert Schwebel2017-07-121-6/+40
| | | | | | | As suggested by reason-ptxdist: "The CAAM driver should be enabled on MX6 to provide entropy to the kernel." Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* systemd: enable coredump supportRobert Schwebel2017-07-121-2/+5
| | | | | | | | | | | | reason suggests: "Systemd should be able to write core files. By default nothing will happen because /var/lib/systemd/coredump is not writeable. A writable filesystem can be mounted here to enable this at runtime. systemd handles the dependencies correctly, so it can catch crashes from before the writable filesystem is available." So we enable coredump support for systemd. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: use lz4 instead of xzRobert Schwebel2017-07-041-3/+4
| | | | | | | xz uses a lot more cpu cycles than lz4, which is important on small machines. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* ptxconfig: use real less instead of busybox lessRobert Schwebel2017-07-041-15/+9
| | | | | | Busybox less does not provide fancy coloring, i.e. for systemctl output. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: kernel: avoid ext2 warning on startupRobert Schwebel2017-07-042-6/+4
| | | | | | | | | Deactivate support for ext2 + ext3, as our rootfs is ext4. Add a hint to the kernel command line, in order to avoid this warning: EXT4-fs (mmcblk0p1): couldn't mount as ext2 due to feature incompatibilities Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: kernel: version bump 4.11 -> 4.12Robert Schwebel2017-07-042-18/+44
| | | | | | Update the kernel version. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v2a: remove barebox-defaultenvChris Fiege2017-07-046-29/+0
| | | | | | | | This commit removes the old barebox defaultenv that was shared between multiple barebox-packages. Now every barebox package has its own defaultenv. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>
* platform-v7a: vexpress: create own barebox defaultenvChris Fiege2017-07-047-1/+30
| | | | | | | Using this change the barebox-vexpress package has its own defaultenv directory. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>
* platform-v7a: rpi2: create own rpi2 barebox defaultenvChris Fiege2017-07-047-1/+30
| | | | | | | Using this change the barebox-rpi2 package has its own defaultenv directory. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>
* platform-v72: mx6: create own mx6 barebox defaultenvChris Fiege2017-07-047-1/+30
| | | | | | | Using this change the barebox-mx6 package has its own defaultenv directory. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>
* platform-v7a: am335x: create own barebox defaultenvChris Fiege2017-07-047-1/+30
| | | | | | | Using this change the barebox-am335x package has its own defaultenv directory. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>
* platform-v7a: add vim-modeline to image .config-filesChris Fiege2017-07-048-0/+10
| | | | | | This should help keeping the code-formatting consistent in this files. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>
* platform-v7a: barebox: version bump 2017.06.0 -> 2017.07.0Robert Schwebel2017-07-0424-94/+183
| | | | | | | | | | 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>
* doc: udoo neo: extend documentationChris Fiege2017-07-042-0/+19
| | | | | | | | | The documentation does now contain the names of the images and information about where to find the serial console ports of the boards. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de> [improve commit message, split from last patch] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: udoo neo: add support in patformconfigRobert Schwebel2017-07-041-0/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: udoo neo: add board supportSascha Hauer2017-07-046-0/+115
| | | | | | | Add missing select to BAREBOX_MX6 We need root.ext2, select it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* platform-v7a: udoo neo: activate support in bareboxSascha Hauer2017-07-041-0/+1
| | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [split from other patch] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: rpi2: add support in platformconfigChris Fiege2017-07-041-4/+6
| | | | | | The RPi2 does also need support for lzo compression. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>
* platform-v7a: rpi2: add board supportSascha Hauer2017-07-044-2/+81
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* platform-v7a: rpi2: add bareboxSascha Hauer2017-07-043-4/+586
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* doc: rpi3: extend documentationChris Fiege2017-07-042-1/+12
| | | | | | | | | The documentation does now contain the names of the images and information about where to find the serial console ports of the boards. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de> [improve commit message, split from last patch] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: rpi2: extend documentationChris Fiege2017-07-042-1/+12
| | | | | | | | | The documentation does now contain the names of the images and information about where to find the serial console ports of the boards. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de> [improve commit message, split from last patch] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: rpi2: deactivate configurationChris Fiege2017-07-041-5/+4
| | | | | | RPI2 is currently broken und is thus not generated. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>
* platform-v7a: defaultenv: add 9p boot scriptRouven Czerwinski2017-07-041-0/+10
| | | | | | | | | Barebox for the qemu vexpress platform shall be able to access files from the host via 9p. Add support to the barebox default environment. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> [improved commit message] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: vexpress: adapt run script, generic dtb nameRouven Czerwinski2017-07-042-8/+9
| | | | | | | | | | | | | | | The run script is adapted to the new image names for the vexpress hardware. The devicetree is used by qemu to pass it to barebox. To make the devicetree independend of the actual barebox-version, it is copied to the image directory. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> [split from riotboard, improve patch description] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [generic dtb name] Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>
* platform-v7a: vexpress: add support in platformconfigRouven Czerwinski2017-07-031-1/+5
| | | | | | | | Activate the newly added vexpress hardware in platformconfig. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> [split from other patches, squashed patches that touched this file] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: vexpress: add board supportRouven Czerwinski2017-07-0310-0/+191
| | | | | | | | | | | | | | | | | Add support for Versatile Express, with the configs+rules for image creation and bootspec entries. Note that vexpress in qemu can currently only boot from nor, so we put the bootloader, environment and boot state there and the rest of the system into mmc. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> [add vexpress.conf] Signed-off-by: Chris Fiege <c.fiege@pengutronix.de> [improve commit description] [split from vexpress patches] [fix and cleanupimage generation] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: vexpress: add bareboxRouven Czerwinski2017-07-023-0/+679
| | | | | | | | | | Add support for barebox for the Versatile Express architecture. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> [improve commit message] [split from riotboard patches] [oldconfig barebox config to 2017.06.0] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: riotboard: extend documentationChris Fiege2017-06-302-0/+16
| | | | | | | | | The documentation does now contain the names of the images and information about where to find the serial console ports of the boards. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de> [improve commit message, split from last patch] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: riotboard: add support in platformconfigRouven Czerwinski2017-06-301-1/+3
| | | | | | Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> [split from other patches] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: riotboard: add board supportRouven Czerwinski2017-06-306-0/+115
| | | | | | | | | Add support for RIoTboard, with the configs+rules for image creation and bootspec entries. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> [improve commit description, split from vexpress patches] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: extend documentation for supported hardwareChris Fiege2017-06-305-5/+26
| | | | | | | | | | | | | | | The documentation does now contain the names of the images and information about where to find the serial console ports of the boards. As some hardware platforms do currently not work again after the recent rework, we remove them from the ToC for now and re-add them later when they have been tested and fixed. Adding Build doc to .gitignore. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de> [improve commit message] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: mx6 platforms: add support in platformconfigChris Fiege2017-06-301-1/+2
| | | | | | | | Add support and devicetrees for the i.MX6 platforms to platformconfig. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de> [improve commit message] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: beaglebone: re-add in platformconfigChris Fiege2017-06-301-29/+11
| | | | | | | | | | The patches for for beaglebone support have been reworked at this point of the patch series, so we can now add the corresponding platformconfig options again. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de> [improve commit message] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: sabrelite: add board supportSascha Hauer2017-06-306-0/+114
| | | | | | | | | Add support for SabreLite, with the configs+rules for image creation and bootspec entries. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [improve commit description] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: Gute Fee: add board supportSascha Hauer2017-06-304-1/+77
| | | | | | | | | Re-add support for Gute Fee, with the configs+rules for image creation and bootspec entries. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [improve commit description] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: beaglebone: add board supportSascha Hauer2017-06-305-2/+80
| | | | | | | | | Re-add support for beaglebone-white and beaglebone-black, with the configs+rules for image creation and bootspec entries. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [improve commit description] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: barebox: add mx6 bareboxSascha Hauer2017-06-303-0/+909
| | | | | | | | Add support for barebox for the i.MX6 architecture. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [improve commit message, remove reference to Udoo Neo] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: barebox: re-add am335x bareboxSascha Hauer2017-06-303-0/+831
| | | | | | | | This re-adds barebox for all supported am335x hardware. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [improve commit message] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: barebox: re-add am335x barebox-mloSascha Hauer2017-06-303-0/+493
| | | | | | | | This re-adds barebox-mlo for all supported am335x hardware. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [improve commit message] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: add i.MX6 support to kernelconfigSascha Hauer2017-06-301-9/+108
| | | | | | | | | As i.MX6 is an ARM v7a as well, add support for it to the v7a kernel configuration. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [improve commit message] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: add barebox-2017.06.0 patchesSascha Hauer2017-06-3018-2199/+735
| | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [remove barebox-2016.05.0 patches while being there] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: remove old barebox and imagesSascha Hauer2017-06-3010-2429/+0
| | | | | | | | | We will split up the image generation into one image per target hardware in subsequent patches. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [improved commit message] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* datapartition: /usr mergeRobert Schwebel2017-06-304-2/+2
| | | | | | | Since 69841205bc7e114c40ccd3303fae2c97d0c42184 in ptxdist, the systemd /usr merge is active. Adapt local rules as well. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: add sphinx/rst based documentationRobert Schwebel2017-06-2614-150/+164
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>