aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.lib
AgeCommit message (Expand)AuthorFilesLines
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-11dm: 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-22binman: Add better Makefile debuggingSimon Glass1-4/+14
2017-10-16kbuild: fix dependency of DT buildMasahiro Yamada1-4/+4
2017-09-18scripts/Makefile.lib: generalize building built in EFI appHeinrich Schuchardt1-13/+15
2017-09-18efi_loader: rename __efi_hello_world_*Heinrich Schuchardt1-4/+4
2017-09-18scripts/Makefile.lib: remove overridden target $(obj)/helloworld.so:Heinrich Schuchardt1-2/+0
2017-09-15dtbo: make dtbos specialPantelis Antoniou1-0/+17
2017-07-30Makefile: Don't shadow actual error when compile ASLAndy Shevchenko1-1/+1
2017-06-05scripts/Makefile.lib: Only apply u-boot.dtsi files in the target directoryTom Rini1-7/+5
2017-05-18scripts/Makefile.lib: Always have ...-u-boot.dtsi be able to overrideTom Rini1-2/+2
2017-01-14Avoid non-portable sed constructMark Kettenis1-1/+1
2017-01-14Makefile: Make EFI build quietAndrew F. Davis1-5/+11
2017-01-02Makefile: preserve output for images that can contain HAB BlocksSven Ebenfeld1-1/+2
2016-12-20sunxi: Use binman for sunxi boardsSimon Glass1-2/+2
2016-12-20binman: Automatically include a U-Boot .dtsi fileSimon Glass1-1/+19
2016-12-20binman: Allow configuration options to be used in .dts filesSimon Glass1-0/+5
2016-11-14efi: Add support for a hello world test programSimon Glass1-0/+33
2016-08-20scripts: Makefile.lib: Sanitize DTB namesMaxime Ripard1-4/+4
2016-05-30acpi: Pass -D__ASSEMBLY__ when compiling ASL filesBin Meng1-1/+1
2016-05-23acpi: Quieten IASL output when 'make -s' is usedBin Meng1-1/+1
2016-05-23acpi: Output all errors/warnings/remarks when compiling ASLBin Meng1-1/+1
2016-05-23acpi: Specify U-Boot include path for ASL filesBin Meng1-1/+1
2016-05-23acpi: Explicitly spell out dsdt.c in the make ruleBin Meng1-1/+1
2016-05-23acpi: Change build log for ASL filesBin Meng1-1/+1
2016-01-30Makefile: Add rules to build in .ttf filesSimon Glass1-0/+21
2016-01-19scripts/Makefile* Add SPDX-License-Identifier tagTom Rini1-0/+3
2015-08-26x86: Generate a valid ACPI tableSaket Sinha1-0/+11
2015-08-05Support removing default assembler flagsSimon Glass1-1/+2
2015-07-27kbuild: sync with Linux 4.1Masahiro Yamada1-13/+12
2015-04-07fix makefiles to respect DTC settingPavel Machek1-1/+1
2014-11-25Align embedded device tree correctlySimon Glass1-0/+2
2014-11-07kbuild: improve multi-objs dependency and cleanupsMasahiro Yamada1-0/+9
2014-06-20Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini1-0/+1