Changes since last version (17e6288): 02d857e linux-firmware: DMC firmware for skylake v1.27 00a92a3 nfp: update firmware for Agilio CX SmartNICs c752e24 nfp: change firmware directory layout b39260f nfp: add firmware for tc-flower 89c6211 linux-firmware: intel: Add Cannonlake audio firmware 71a4800 amdgpu: update vega10 vce firmware 30946b9 amdgpu: add firmware for Raven 73d13b5 linux-firmware: Add firmware file for Intel Bluetooth 9560 041aff8 linux-firmware: Add firmware file for Intel Bluetooth 9260 c113d33 linux-firmware: Update firmware file for Intel Bluetooth 8265 a42f895 linux-firmware: Update firmware patch for Intel Bluetooth 8260 5d98692 Merge branch 'cnl' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/firmware e4252cf Revert commits a42f895, c113d33, 041aff8, 73d13b5 db9964e linux-firmware: Add firmware file for Intel Bluetooth 9560 97339b3 linux-firmware: Add firmware file for Intel Bluetooth 9260 9a843a1 linux-firmware: Update firmware file for Intel Bluetooth 8265 fdee922 linux-firmware: Update firmware patch for Intel Bluetooth 8260 bc2164d Merge commit 'b39260f04b9b0a9da8a337098f73cbca7c4e9b2d' of https://github.com/Netronome/linux-firmware 7f93c9d brcm: add CYW4373 firmwares and Cypress license file 2451bb2 linux-firmware: liquidio: add v1.7.0 vswitch firmware 2567e09 nvidia: add GP108 signed firmware 4a77cab linux-firmware: DMC firmware for cannonlake v1.07 2eefafb rtlwifi: rtl8723de: Add firmware for new driver/device 8650396 wl127x/wl128x: update firmwares 65b1c68 wl18xx: update firmware file 8.9.0.0.76 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |
||
---|---|---|
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
utils | ||
.defconfig | ||
.flake8 | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitlab-ci.yml.in | ||
CHANGES | ||
Config.in | ||
Config.in.legacy | ||
COPYING | ||
DEVELOPERS | ||
Makefile | ||
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