summaryrefslogtreecommitdiff
path: root/scripts/Makefile.lib
AgeCommit message (Expand)AuthorFilesLines
2023-06-01scripts/Makefile.lib: change spelling of $(srctree)/arch/$(ARCH)/dts in dtc_c...Rasmus Villemoes1-1/+1
2023-05-15kbuild: Allow DTB overlays to built from .dtso named source filesRasmus Villemoes1-0/+3
2023-05-15kbuild: add dtc as dependency on .dtb filesRasmus Villemoes1-2/+2
2023-02-14dm: Add support for handling old u-boot,dm- tagsSimon Glass1-6/+17
2022-12-13Makefile: link with --no-warn-rwx-segmentsTom Rini1-2/+4
2022-07-13efi_loader: suppress executable stack warningHeinrich Schuchardt1-2/+2
2022-06-07scripts: Introduce {quiet_,}cmd_bin2cPierre-Clément Tosi1-0/+5
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass1-0/+5
2022-04-12Makefile.lib: Re-use $(UBOOTINCLUDE) in dtc_cpp_flagsAndy Shevchenko1-3/+1
2022-02-25scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.cPhilippe Reynes1-4/+4
2022-01-25introduce CONFIG_DEVICE_TREE_INCLUDESRasmus Villemoes1-0/+3
2022-01-25acpi: Allow include files within the board directorySimon Glass1-1/+2
2021-12-27video: Support showing the U-Boot logoSimon Glass1-0/+21
2021-12-23fdt: Make it easier to debug u-boot.dtsi filesSimon Glass1-1/+3
2021-10-21efi_loader: Fix link of EFI apps with ld.lldAlistair Delva1-1/+1
2021-07-14kconfig / kbuild: Re-sync with Linux 4.20Tom Rini1-1/+1
2021-05-24build: support building with Link Time OptimizationsMarek BehĂșn1-0/+3
2021-02-25build/DTC: fix sed usage in DTC commandRoger Pau Monne1-2/+1
2020-08-05Makefile.lib: Build all DTS with -@ if OF_LIBFDT_OVERLAY is enabledMichal Simek1-1/+1
2020-05-07kbuild: efi: Avoid rebuilding efi targetsJan Kiszka1-0/+2
2020-04-24kbuild: cherry-pick kbuild changes from LinuxMasahiro Yamada1-9/+33
2020-04-16acpi: Add an __ACPI__ preprocessor symbolSimon Glass1-2/+2
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini1-3/+2
2020-03-17kconfig / kbuild: re-sync with Linux 4.18Tom Rini1-3/+7
2020-03-16scripts/Makefile.lib: Re-add -Wno-simple_bus_reg to DTC_FLAGSTom Rini1-0/+1
2020-03-16scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGSTom Rini1-0/+4
2020-03-16kbuild: Re-sync DTC flag logic with v4.17Tom Rini1-0/+16
2020-01-28dts: add property removal option CONFIG_OF_REMOVE_PROPSAnatolij Gustschin1-0/+8
2020-01-07Makefile.lib: include /__symbols__ in dtb if SPL_LOAD_FIT_APPLY_OVERLAY is en...Jean-Jacques Hiblot1-0/+4
2019-12-15fdt: Show the preprocessed .dts file on errorSimon Glass1-1/+3
2019-08-09x86: Avoid writing temporary asl files into the source treeSimon Glass1-3/+14
2019-07-30efi_loader: always rebuild efi_crt0.oHeinrich Schuchardt1-1/+1
2019-04-12dm: remove pre reloc properties in SPL and TPL device treePatrick Delaunay1-0/+1
2019-03-14efi_loader: fix build error for freestanding.oHeinrich Schuchardt1-1/+1
2019-02-28kbuild: fix DTB .cmd source variableStephen Warren1-1/+2
2019-02-19dtbo: Fix dtbo generation rulesMichal Simek1-1/+1
2019-02-13efi_loader: do not use symbolic linksHeinrich Schuchardt1-1/+1
2019-02-13efi_loader: use freestanding library for efi appsHeinrich Schuchardt1-1/+1
2019-01-15kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada1-3/+0
2018-12-02efi_loader: Generate Microsoft PE format compliant imagesBin Meng1-1/+1
2018-09-30kbuild: fix # escaping in appending U-Boot own DTMasahiro Yamada1-1/+1
2018-06-14Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-2/+8
2018-06-14efi_loader: avoid make race conditionHeinrich Schuchardt1-2/+8
2018-06-13x86: acpi: Adopt new version of iASL compilerAndy Shevchenko1-0/+1
2018-05-31kconfig: re-sync with Linux 4.17-rc4Eugeniu Rosca1-29/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-04-15Makefile: always preserve output for images that can contain HAB BlocksRasmus Villemoes1-1/+1
2018-02-14spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBEDSimon Goldschmidt1-0/+18
2017-11-23binman: Add better Makefile debuggingSimon Glass1-4/+14
2017-10-16kbuild: fix dependency of DT buildMasahiro Yamada1-4/+4