aboutsummaryrefslogtreecommitdiff
path: root/Makefile.main
AgeCommit message (Expand)AuthorFilesLines
2023-09-12pldm/ibm/libpldm: Import oem IBM libpldm libraryChristophe Lombard1-1/+2
2023-09-12pldm/libpldm: Import libpldm library handling PLDM protocolChristophe Lombard1-1/+2
2023-09-12libmctp: Import libmctp library handling MCTP protocolChristophe Lombard1-1/+12
2023-08-09Makefile: Link final elf with --no-warn-rwx-segmentsJoel Stanley1-0/+2
2023-07-11Support cross compiling on RISC-VAndreas Schwab1-1/+1
2022-01-03Add CONFIG_P8 with PHB3 behind itStewart Smith1-1/+14
2021-08-04Makefile: Avoid errors with GCC 11Joel Stanley1-0/+2
2021-08-04Don't warn about stack size on host binariesAnton Blanchard1-4/+1
2021-05-13Make .lid and .lid.xz make targets patternsStewart Smith1-2/+2
2020-06-17makefile: Supress Werror on clangOliver O'Halloran1-0/+5
2020-06-17Makefile: Add -Werror to try-cflag so it works on clangOliver O'Halloran1-2/+2
2020-06-11move the __this_cpu register to r16, reserve r13-r15Nicholas Piggin1-2/+9
2020-06-03Honor DEAD_CODE_ELIMINATION flagMauro S. M. Rodrigues1-0/+1
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2020-01-29stable/build: Do not convert warnings to errorVasant Hegde1-2/+11
2019-12-16add little endian supportNicholas Piggin1-5/+33
2019-11-14makefiles: Make attribute suggestions non-errorsOliver O'Halloran1-1/+5
2019-10-03build: use -mcpu=power8Nicholas Piggin1-2/+2
2019-07-26Makefiles: Remove --Wno-stringop-truncationOliver O'Halloran1-1/+0
2019-07-26SPDX-ify all skiboot codeStewart Smith1-1/+3
2019-07-19Silence sparse warning for version.cStewart Smith1-0/+1
2019-06-19Disable -Waddress-of-packed-member for GCC9Stewart Smith1-1/+2
2019-05-15build: Makefile clean gcov filesNicholas Piggin1-0/+2
2019-04-17Makefile: Build with symbolsJoel Stanley1-1/+1
2019-04-17build: link with --orphan-handling=warnNicholas Piggin1-0/+2
2019-04-17build: -fno-asynchronous-unwind-tablesNicholas Piggin1-1/+1
2019-03-29Bump allowed stack frame size for unit tests/host programsStewart Smith1-1/+6
2019-03-05Makefile: Check -Wno-stringop-truncation is supportedJoel Stanley1-1/+1
2019-02-21Makefile: Paper over gard and pflash coverage issuesAndrew Jeffery1-0/+8
2018-09-13clang: -Wno-error=ignored-attributesStewart Smith1-1/+2
2018-07-26Makefile: remove try-cflags on no-altivec and no-vsxJoel Stanley1-4/+3
2018-07-26Makefile: Remove -mno-direct-move cflagJoel Stanley1-1/+0
2018-05-29Add -Wno-stringop-truncation for GCC8Stewart Smith1-0/+1
2018-05-09Makefile: be precise about clang targetJoel Stanley1-10/+1
2018-05-04Makefile: Use LD to link the final binaryJoel Stanley1-3/+4
2018-05-04Makefile: Disable warnings to make clang happyJoel Stanley1-0/+11
2018-05-04Makefile: Add additional flags when using clangJoel Stanley1-0/+23
2018-05-04Makefile: Put some ppc options behind try-cflag testsJoel Stanley1-3/+3
2018-04-11Makefile: Make it easier to find the docsJoel Stanley1-1/+4
2018-02-28build: use thin archives rather than incremental linkingNicholas Piggin1-5/+9
2018-02-13stb: Put correct label (for skiboot) into containerStewart Smith1-2/+2
2017-12-20Add support for new gcc 7 parametrized stack protectorBenjamin Herrenschmidt1-8/+18
2017-12-18libstb/(create|print)-container: Sync with sb-signing-utilsStewart Smith1-2/+2
2017-12-18make check: Make valgrind optionalMichael Ellerman1-1/+7
2017-08-22build: CFLAGS compile with -mcpu=power7Nicholas Piggin1-1/+2
2017-08-22build: CFLAGS compile with -fpie and -fno-picNicholas Piggin1-1/+1
2017-08-22build: LDFLAGS pass -pie flag explicitly to ldNicholas Piggin1-0/+1
2017-08-01Makefile.check: Fix `make check`Cyril Bur1-4/+3
2017-07-19gcov: properly handle gard and pflash code coverageStewart Smith1-1/+12
2017-07-19Makefile: gard/pflash targets for CI build with HOSTCFLAGS/HOSTGCOVFLAGSStewart Smith1-2/+2