aboutsummaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2022-11-21libpayload: Fix compiler warningsThomas Heijligen
2022-11-04payloads: Make PAYLOAD_NONE a bool outside of the choiceMartin Roth
2022-11-02payloads/grub: Work around entry point issueArthur Heymans
2022-10-26payloads/LinuxBoot: Fix Linuxboot kernel fetching for v6.xArthur Heymans
2022-10-26coreboot_tables: Drop uart PCI addrArthur Heymans
2022-10-25payloads/edk2: Add the declaration for OBJCOPYSean Rhodes
2022-10-22payloads/edk2: Disable the CPU Timer Lib unless supportedSean Rhodes
2022-10-22payloads/edk2: Add the recipes to assemble UniversalPayloadSean Rhodes
2022-10-13payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas
2022-10-12payloads/edk2: Add a recipe to build the ShimLayerSean Rhodes
2022-10-11payloads/edk2: Add a recipe to build UniversalPayload.elfSean Rhodes
2022-10-10payloads/edk2: Guard the build targetSean Rhodes
2022-10-10payloads/edk2: Guard the silent switchSean Rhodes
2022-10-08payloads/edk2: Add note that upstream edk2 does not workSean Rhodes
2022-10-08payloads/edk2: Add an option for verbose buildsSean Rhodes
2022-10-08payloads/edk2: Separate the build target and repositorySean Rhodes
2022-09-28payloads/external/skiboot/Makefile: fix output on `make clean`Sergii Dmytruk
2022-09-21tests: Add support for tests build failures detectionJakub Czapiga
2022-09-02cbfs/vboot: Adapt to new vb2_digest APIJulius Werner
2022-09-01x86/cache.c: Implement dcache_*Hsin-Te Yuan
2022-09-01payloads/edk2: Remove architecture from build stringSean Rhodes
2022-09-01payloads/edk2: Rename the update recipeSean Rhodes
2022-09-01payloads/edk2: Clone edk2 and its submodules in parallelSean Rhodes
2022-09-01payloads/edk2: Adjust the WORKSPACE targetSean Rhodes
2022-09-01payloads/edk2: Convert UefiPayloadPkg to a file targetSean Rhodes
2022-08-24payloads/edk2: Separate the tasks required to build edk2Sean Rhodes
2022-08-24payloads/edk2: Separate the Release String variableSean Rhodes
2022-08-24libpayload: Add const for dma_coherent argumentYu-Ping Wu
2022-08-24payloads/edk2: Move building to directory called workspaceSean Rhodes
2022-08-14payloads/edk2: Move the restoration of the logoSean Rhodes
2022-08-13payloads/edk2: Move printing the build options to a separate recipeSean Rhodes
2022-08-13payloads/tianocore: Rename TianoCore to edk2Sean Rhodes
2022-08-12libpayload: usb: Fix spacing issuesYidi Lin
2022-08-12libpayload: usbmsc: Prevent usbdisk_remove() from being called twiceYidi Lin
2022-08-07payloads/tianocore: Remove the option for CorebootPayloadPkgSean Rhodes
2022-08-02payloads/tianocore/Makefile: Fix restoring default boot logoMatt DeVillier
2022-08-01libpayload: Enable PCIe driver for sc7280Veerabhadrarao Badiganti
2022-08-01libpayload/pci: Add pci_map_bus function for Qualcomm platformPrasad Malisetty
2022-07-30payloads/tianocore: Update MrChromebox’ default branch to 202207Sean Rhodes
2022-07-30payloads/tianocore: Use SMMSTORE when branch is MrChromeBoxMatt DeVillier
2022-07-30payloads/tianocore: Allow passing custom build params to all versionsSean Rhodes
2022-07-27payloads/tianocore: Bind the PCDs for screen size to KconfigSean Rhodes
2022-07-27payloads/tianocore: Correct the multiplication of the SD/MMC timeoutSean Rhodes
2022-07-27payloads/tianocore: Add missing CONFIG for SERIAL_SUPPORTSean Rhodes
2022-07-27payloads/tianocore: use BMP (vs SVG) logo file as defaultMatt DeVillier
2022-07-27payloads/tianocore: Fix bootsplash/logo handlingMatt DeVillier
2022-07-27payloads/ext/tianocore/Makefile: Fix word in commentAngel Pons
2022-07-25payloads/tianocore: Add a proper target for the Boot SplashSean Rhodes
2022-07-19payloads/tianocore: Increase default timeout for SD MMC init to 10msSean Rhodes
2022-07-14Remove executable flag from source codes and text filesPetr Cvek
2022-07-13payloads/tianocore: Limit legacy build options to CorebootPayloadPkgSean Rhodes
2022-07-13payloads/tianocore: Allow edk2 to use the full framebufferSean Rhodes
2022-07-13payloads/tianocore: Hook up PCI Express Base Address and LengthSean Rhodes
2022-07-06payloads/external/tianocore: Hook up debug builds to serial supportSean Rhodes
2022-07-04treewide: Unify Google brandingJon Murphy
2022-06-23payloads/tianocore: Show build optionsSean Rhodes
2022-06-22payloads/tianocore/Makefile.inc: Alphabetise Kconfig optionsSean Rhodes
2022-06-21payloads/external/tianocore: Allow Kconfig options for all UefiPayloadPkg ver...Sean Rhodes
2022-06-20libpayload/Makefile.inc: Initialize vboot submoduleNicholas Chin
2022-06-17payloads/LinuxBoot: Use wildcardsArthur Heymans
2022-06-16libpayload/libcbfs: Fix file hash checkYu-Ping Wu
2022-06-15libpayload/Makefile.payload: Fix CFLAGSNico Huber
2022-06-15libpayload/Makefile.payload: Include libpayload's .configNico Huber
2022-06-15libpayload/Makefile.payload: Revise config strategyNico Huber
2022-06-14external/LinuxBoot: Fix cleanup mechanismPatrik Tesarik
2022-06-14external/LinuxBoot: Kconfig defaults to systembootPatrik Tesarik
2022-06-13payloads/external/LinuxBoot: Adopt u-root changePatrik Tesarik
2022-06-13external/LinuxBoot: Deprecate GOPATH in u-rootPatrik Tesarik
2022-06-09payloads/tianocore: Allow custom build parametersMichał Żygowski
2022-06-09libpayload: Add commonlib/bsd/elog and its dependencyHsuan Ting Chen
2022-06-07payloads/external: Reword help of SEAGRUB_ALLOW_SEABIOS_BOOTMENUBill XIE
2022-06-07commonlib: Clean up compiler.hJulius Werner
2022-05-28payloads/external: Add support for coreDOOM payloadNicholas Chin
2022-05-28payloads/tianocore: Fix unclean working directory detectionNicholas Chin
2022-05-24payloads/external: Add more option related to SeaBIOS and GRUB2Bill XIE
2022-05-20libpayload/pci: Add pci_map_bus function for MediaTek platformJianjun Wang
2022-05-20libpayload/pci: Add support for bus mappingJianjun Wang
2022-05-19coreboot_tables: Add PCIe info to coreboot tableJianjun Wang
2022-05-16libpayload: Fix guards in include/{arm,arm64,x86}/arch/barrier.hDavid Hendricks
2022-05-16payloads/coreinfo/coreboot_module.c: Remove 'break' after 'return'Elyes Haouas
2022-05-16payloads/nvramcui/nvramcui.c: Reformat codeElyes Haouas
2022-05-11libpayload/nvme: Fix controller disablement in (de)init sequenceNico Huber
2022-05-11libpayload/nvme: Test for NVMe-command-set bit individuallyNico Huber
2022-05-11libpayload/nvme: Fix error paths of nvme_init()Nico Huber
2022-04-19payloads/depthcharge: enable LP_CHROMEOS in depthchargeSelma Bensaid
2022-04-14coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_tJianjun Wang
2022-04-13payloads/LinuxBoot: Fix u-root branchArthur Heymans
2022-04-11payloads/tianocore: Don't declare tools directory twiceSean Rhodes
2022-03-30commonlib/bsd/helpers: Remove redundancy with libpayload definesJakub Czapiga
2022-03-30libpayload: Parse the ACPI RSDP table entryArthur Heymans
2022-03-25libpayload/vboot: Fix include paths fixup macroJakub Czapiga
2022-03-22payloads/iPXE: Update stable version from 2019.3 to to 2022.1Michał Żygowski
2022-03-21payloads/tianocore: Add missing CONFIG_Sean Rhodes
2022-03-16libpayload: Parse DDR Information using coreboot tablesRavi Kumar Bokka
2022-03-14payloads/seabios: Update stable version to 1.16.0Felix Singer
2022-03-09payloads/tianocore: Add prompt for Boot TimeoutSean Rhodes
2022-03-09commonlib/bsd: Remove cb_err_tJulius Werner
2022-03-04libpayload: cbmem_console: Drop loglevel markers from snapshotJulius Werner
2022-03-03libpayload/bin/lpgcc: Make lpgcc provide TPM configuration for vbootJakub Czapiga
2022-02-25payloads/tianocore: Convert BMP at build timeSean Rhodes