Go to file
Romain Naour e0d02a4679 toolchain-external: update Arm ARM toolchain 8.2-2018.11
>From [1]:
* All GCC 8.2 features. For details on GCC 8 release series.
* Linaro specific pre-processor macros to ensure that this is a
  continuation from the Linaro releases.
* Spectre v1 mitigation backport from upstream FSF trunk include the
  revisions. This is an initial backport of those mitigations in
  the GNU toolchain and should be regarded as support for prototyping
  and early access only. Moreover, while the backports include support
  for the other architectures, they are included for completeness and
  all issues regarding these patches must be taken up upstream in the
  https://gcc.gnu.org/bugzilla by reproducing the same with upstream
  FSF trunk.
  Arm is interested in feedback regarding these workarounds for
  Spectre v1.
  A description of the mitigation has been published on LWN.net.

See "Release Note":
[1] https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads#

Tested with qemu_arm_vexpress_defconfig.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-01-04 12:44:51 +01:00
arch arch/arm: add an armv8.3a core 2018-12-30 16:10:04 +01:00
board configs/clearfog: update U-Boot and kernel 2019-01-03 22:46:29 +01:00
boot
configs configs/bananapro: bump Linux and U-Boot version 2019-01-03 22:52:53 +01:00
docs docs/manual: fix typo get-developer (-> get-developers) 2019-01-03 22:44:43 +01:00
fs
linux package/linux-headers: drop obsolete 3.2.x / 4.{1, 16, 18}.x versions 2019-01-03 22:45:24 +01:00
package python-lxml: bump to version 4.2.6 2019-01-04 08:35:26 +01:00
support support/download: fix scp downloads 2019-01-03 22:05:43 +01:00
system skeleton: use BR2_SYSTEM_DEFAULT_PATH as default PATH 2018-12-31 14:32:44 +01:00
toolchain toolchain-external: update Arm ARM toolchain 8.2-2018.11 2019-01-04 12:44:51 +01:00
utils utils/test-pkg: force checking dependencies 2019-01-03 11:41:26 +01:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml .gitlab-ci.yml: regenerate for proper defconfig ordering 2018-12-16 16:14:56 +01:00
.gitlab-ci.yml.in
CHANGES Update for 2018.02.9 2018-12-20 14:21:49 +01:00
Config.in
Config.in.legacy package/linux-headers: drop obsolete 3.2.x / 4.{1, 16, 18}.x versions 2019-01-03 22:45:24 +01:00
COPYING
DEVELOPERS package/libeastl: new package 2018-12-31 14:14:22 +01:00
Makefile utils/test-pkg: force checking dependencies 2019-01-03 11:41:26 +01:00
Makefile.legacy
README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on Freenode IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches