Go to file
Andreas Dannenberg a77db2f34c boot/ti-k3-r5-loader: allow for full build source customization
The TI K3 R5 loader package essentially is a wrapper to build a special
version of U-boot SPL used as part of a multi-stage boot flow on TI K3
devices, and as such needs full flexibility as to specifying the U-Boot
sources used for the build. To accomodate this, add the same options as
already available in the regular U-Boot package. For most use cases, the
same source settings (repo URL, versions, etc.) should be used for both
ti-k3-r5-loader and uboot packages.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-08-22 11:53:54 +02:00
arch
board Release 2023.08-rc2 2023-08-21 21:36:17 +02:00
boot boot/ti-k3-r5-loader: allow for full build source customization 2023-08-22 11:53:54 +02:00
configs Release 2023.08-rc2 2023-08-21 21:36:17 +02:00
docs Release 2023.08-rc2 2023-08-21 21:36:17 +02:00
fs
linux
package package/libstrophe: bump to version 0.12.3 2023-08-22 00:15:49 +02:00
support Release 2023.08-rc2 2023-08-21 21:36:17 +02:00
system
toolchain Release 2023.08-rc2 2023-08-21 21:36:17 +02:00
utils Release 2023.08-rc2 2023-08-21 21:36:17 +02:00
.checkpackageignore Release 2023.08-rc2 2023-08-21 21:36:17 +02:00
.clang-format
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES
Config.in
Config.in.legacy Release 2023.08-rc2 2023-08-21 21:36:17 +02:00
COPYING
DEVELOPERS Release 2023.08-rc2 2023-08-21 21:36:17 +02:00
Makefile Release 2023.08-rc2 2023-08-21 21:36:17 +02: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 OFTC IRC.

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