summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2022-08-10Makefile: avoid false positive -Wmaybe-uninitializedHeinrich Schuchardt
2022-08-08Prepare v2022.10-rc2Tom Rini
2022-07-25Prepare v2022.10-rc1Tom Rini
2022-07-12usb: add isp1760 family driverRui Miguel Silva
2022-07-11Merge branch 'next'Tom Rini
2022-07-11Prepare v2022.07Tom Rini
2022-07-08Makefile: respect CONFIG_CC_OPTIMIZE_FOR_DEBUG for host toolsHeinrich Schuchardt
2022-07-04Prepare v2022.07-rc6Tom Rini
2022-06-28env: Remove include/generated/env.* under "make clean"Tom Rini
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2022-06-24tools: relocate-rela: Read rela start/end directly from ELFMichal Simek
2022-06-24Makefile: Fix description for relocate-rela parametersMichal Simek
2022-06-20Prepare v2022.07-rc5Tom Rini
2022-06-06Prepare v2022.07-rc4Tom Rini
2022-05-23Prepare v2022.07-rc3Tom Rini
2022-05-23powerpc: mpc85xx: Fix CONFIG_OF_EMBED support for NOR bootingPali Rohár
2022-05-11Makefile: update warning about CONFIG_OF_EMBEDRalph Siemsen
2022-05-09Prepare v2022.07-rc2Tom Rini
2022-05-07Makefile: support CROSS_COMPILE=armv7a-*Heinrich Schuchardt
2022-05-07Makefile: Avoid non-portable GNU sed extensionMark Kettenis
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass
2022-05-02Makefile: Tidy up the TPL build rulesSimon Glass
2022-05-02Makefile: Simplify devicetree rules for SPL/TPLSimon Glass
2022-05-02test: Tidy up test building with SPLSimon Glass
2022-04-25Prepare v2022.07-rc1Tom Rini
2022-04-18Makefile: Drop a stale comment about linkingSimon Glass
2022-04-07Makefile: Sort u-boot-initial-env outputChristoph Niedermaier
2022-04-06Makefile: add endian link flag to u-boot-elf.oDu Huanpeng
2022-04-04Merge branch 'next'Tom Rini
2022-04-04Prepare v2022.04Tom Rini
2022-04-04env: do not fail on non-existing env.in fileAndrey Zhizhikin
2022-03-31env: Avoid using a leftover text-environment fileSimon Glass
2022-03-31Makefile: provide sah-key to binmanPhilippe Reynes
2022-03-31Makefile: make clean should delete include/generated/env.inHeinrich Schuchardt
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini
2022-03-28Prepare v2022.04-rc5Tom Rini
2022-03-28Makefile: add drivers/video/u_boot_logo.S to cleanHeinrich Schuchardt
2022-03-25Add option to use -OgSean Anderson
2022-03-25Split CONFIG_CC_OPTIMIZE_FOR_SIZE into two configsSean Anderson
2022-03-20Makefile: Fix doc path in warning messageJohannes Krottmayer
2022-03-14Merge tag 'v2022.04-rc4' into nextTom Rini
2022-03-14Prepare v2022.04-rc4Tom Rini
2022-03-03Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2022-03-02Makefile: Add a way to check for pylint errorsSimon Glass
2022-02-28Prepare v2022.04-rc3Tom Rini
2022-02-28tools: pblimage: fix image header verification functionHou Zhiqiang
2022-02-25scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.cPhilippe Reynes
2022-02-22binman: Add support for TEE BL32Roger Quadros
2022-02-14Prepare v2022.04-rc2Tom Rini
2022-02-11Replace echo -n's used in environment processing with touchqthedev