summaryrefslogtreecommitdiff
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* payloads/external/edk2: Verbose builds with coreboot build-systemBenjamin Doron2023-05-133-9/+1
* payloads/edk2: Remove ABOVE_4G_MEMORY optionSean Rhodes2023-05-023-16/+0
* payloads/edk2: Add Kconfig to enable UEFI Secure Boot supportMatt DeVillier2023-05-023-0/+13
* payloads/edk2: Update default branch for MrChromebox repo to 2023-04Matt DeVillier2023-05-021-1/+1
* payloads/external/Makefile.inc: Make linuxboot a phony targetArthur Heymans2023-04-131-1/+1
* tree: Replace `egrep` with `grep -E`Felix Singer2023-04-061-1/+1
* payloads/external/edk2: Add option to clone edk2-platforms repoMichał Żygowski2023-04-063-1/+61
* libpayload: strings.h: Use builtin __ffs instead of included oneThomas Heijligen2023-03-071-3/+1
* libpayload: bin/lpgcc allow to call without filesThomas Heijligen2023-03-071-1/+1
* libpayload: Use __func__ instead of old __FUNCTION__Elyes Haouas2023-02-173-4/+4
* payloads/Yabits: Remove deprecated Yabits PayloadElias Souza2023-02-175-126/+0
* commonlib/bsd, libpayload: Do not include helpers.h in stddef.hThomas Heijligen2023-02-162-6/+5
* libpayload/string: add strndup() functionThomas Heijligen2023-02-162-0/+20
* libpayload: Add VBOOT_SHA_ARMV8_CE configYidi Lin2023-02-162-0/+9
* payloads/external/LinuxBoot: Update u-root releases in Kconfigeliassouza2023-01-301-0/+16
* payloads/U-boot: Fix U-Boot cloning erroreliassouza2023-01-271-1/+1
* payloads/*/Kconfig.name: update documentation linkEvgeny Zinoviev2023-01-177-8/+8
* payloads: Update GRUB2 stable version from 2.04 to 2.06Paul Menzel2023-01-042-3/+3
* payloads/libpayload/arch/x86/rom_media.c: Change log level messageElyes Haouas2022-12-221-1/+1
* payloads/seabios: Update stable from 1.16.0 to 1.16.1Elyes Haouas2022-12-212-2/+2
* libpayload: Fix compiler warningsThomas Heijligen2022-11-212-2/+2
* payloads: Make PAYLOAD_NONE a bool outside of the choiceMartin Roth2022-11-041-10/+11
* payloads/grub: Work around entry point issueArthur Heymans2022-11-021-1/+1
* payloads/LinuxBoot: Fix Linuxboot kernel fetching for v6.xArthur Heymans2022-10-261-0/+2
* coreboot_tables: Drop uart PCI addrArthur Heymans2022-10-261-8/+0
* payloads/edk2: Add the declaration for OBJCOPYSean Rhodes2022-10-251-0/+2
* payloads/edk2: Disable the CPU Timer Lib unless supportedSean Rhodes2022-10-223-0/+24
* payloads/edk2: Add the recipes to assemble UniversalPayloadSean Rhodes2022-10-222-1/+44
* payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-10-131-1/+1
* payloads/edk2: Add a recipe to build the ShimLayerSean Rhodes2022-10-121-0/+15
* payloads/edk2: Add a recipe to build UniversalPayload.elfSean Rhodes2022-10-111-0/+12
* payloads/edk2: Guard the build targetSean Rhodes2022-10-101-0/+2
* payloads/edk2: Guard the silent switchSean Rhodes2022-10-101-1/+4
* payloads/edk2: Add note that upstream edk2 does not workSean Rhodes2022-10-081-0/+2
* payloads/edk2: Add an option for verbose buildsSean Rhodes2022-10-083-0/+10
* payloads/edk2: Separate the build target and repositorySean Rhodes2022-10-082-20/+26
* payloads/external/skiboot/Makefile: fix output on `make clean`Sergii Dmytruk2022-09-281-1/+2
* tests: Add support for tests build failures detectionJakub Czapiga2022-09-211-5/+47
* cbfs/vboot: Adapt to new vb2_digest APIJulius Werner2022-09-023-2/+15
* x86/cache.c: Implement dcache_*Hsin-Te Yuan2022-09-015-10/+169
* payloads/edk2: Remove architecture from build stringSean Rhodes2022-09-011-4/+5
* payloads/edk2: Rename the update recipeSean Rhodes2022-09-011-4/+4
* payloads/edk2: Clone edk2 and its submodules in parallelSean Rhodes2022-09-011-1/+1
* payloads/edk2: Adjust the WORKSPACE targetSean Rhodes2022-09-011-3/+1
* payloads/edk2: Convert UefiPayloadPkg to a file targetSean Rhodes2022-09-012-9/+18
* payloads/edk2: Separate the tasks required to build edk2Sean Rhodes2022-08-241-3/+7
* payloads/edk2: Separate the Release String variableSean Rhodes2022-08-241-4/+6
* libpayload: Add const for dma_coherent argumentYu-Ping Wu2022-08-242-2/+2
* payloads/edk2: Move building to directory called workspaceSean Rhodes2022-08-243-24/+24
* payloads/edk2: Move the restoration of the logoSean Rhodes2022-08-141-1/+1