summaryrefslogtreecommitdiff
path: root/scripts/Makefile.lib
AgeCommit message (Expand)Author
2022-02-25scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.cPhilippe Reynes
2022-01-25introduce CONFIG_DEVICE_TREE_INCLUDESRasmus Villemoes
2022-01-25acpi: Allow include files within the board directorySimon Glass
2021-12-26video: Support showing the U-Boot logoSimon Glass
2021-12-23fdt: Make it easier to debug u-boot.dtsi filesSimon Glass
2021-10-21efi_loader: Fix link of EFI apps with ld.lldAlistair Delva
2021-07-14kconfig / kbuild: Re-sync with Linux 4.20Tom Rini
2021-05-24build: support building with Link Time OptimizationsMarek BehĂșn
2021-02-24build/DTC: fix sed usage in DTC commandRoger Pau Monne
2020-08-04Makefile.lib: Build all DTS with -@ if OF_LIBFDT_OVERLAY is enabledMichal Simek
2020-05-07kbuild: efi: Avoid rebuilding efi targetsJan Kiszka
2020-04-24kbuild: cherry-pick kbuild changes from LinuxMasahiro Yamada
2020-04-16acpi: Add an __ACPI__ preprocessor symbolSimon Glass
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini
2020-03-16kconfig / kbuild: re-sync with Linux 4.18Tom Rini
2020-03-16scripts/Makefile.lib: Re-add -Wno-simple_bus_reg to DTC_FLAGSTom Rini
2020-03-16scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGSTom Rini
2020-03-16kbuild: Re-sync DTC flag logic with v4.17Tom Rini
2020-01-27dts: add property removal option CONFIG_OF_REMOVE_PROPSAnatolij Gustschin
2020-01-07Makefile.lib: include /__symbols__ in dtb if SPL_LOAD_FIT_APPLY_OVERLAY is en...Jean-Jacques Hiblot
2019-12-15fdt: Show the preprocessed .dts file on errorSimon Glass
2019-08-09x86: Avoid writing temporary asl files into the source treeSimon Glass
2019-07-30efi_loader: always rebuild efi_crt0.oHeinrich Schuchardt
2019-04-11dm: remove pre reloc properties in SPL and TPL device treePatrick Delaunay
2019-03-14efi_loader: fix build error for freestanding.oHeinrich Schuchardt
2019-02-28kbuild: fix DTB .cmd source variableStephen Warren
2019-02-19dtbo: Fix dtbo generation rulesMichal Simek
2019-02-13efi_loader: do not use symbolic linksHeinrich Schuchardt
2019-02-13efi_loader: use freestanding library for efi appsHeinrich Schuchardt
2019-01-15kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada
2018-12-02efi_loader: Generate Microsoft PE format compliant imagesBin Meng
2018-09-30kbuild: fix # escaping in appending U-Boot own DTMasahiro Yamada
2018-06-14Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-06-14efi_loader: avoid make race conditionHeinrich Schuchardt
2018-06-13x86: acpi: Adopt new version of iASL compilerAndy Shevchenko
2018-05-31kconfig: re-sync with Linux 4.17-rc4Eugeniu Rosca
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-15Makefile: always preserve output for images that can contain HAB BlocksRasmus Villemoes
2018-02-14spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBEDSimon Goldschmidt
2017-11-22binman: Add better Makefile debuggingSimon Glass
2017-10-16kbuild: fix dependency of DT buildMasahiro Yamada
2017-09-18scripts/Makefile.lib: generalize building built in EFI appHeinrich Schuchardt
2017-09-18efi_loader: rename __efi_hello_world_*Heinrich Schuchardt
2017-09-18scripts/Makefile.lib: remove overridden target $(obj)/helloworld.so:Heinrich Schuchardt
2017-09-15dtbo: make dtbos specialPantelis Antoniou
2017-07-30Makefile: Don't shadow actual error when compile ASLAndy Shevchenko
2017-06-05scripts/Makefile.lib: Only apply u-boot.dtsi files in the target directoryTom Rini
2017-05-18scripts/Makefile.lib: Always have ...-u-boot.dtsi be able to overrideTom Rini
2017-01-14Avoid non-portable sed constructMark Kettenis
2017-01-14Makefile: Make EFI build quietAndrew F. Davis