summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* 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
* payloads/edk2: Move printing the build options to a separate recipeSean Rhodes2022-08-131-2/+6
* payloads/tianocore: Rename TianoCore to edk2Sean Rhodes2022-08-137-112/+111
* libpayload: usb: Fix spacing issuesYidi Lin2022-08-1224-623/+623
* libpayload: usbmsc: Prevent usbdisk_remove() from being called twiceYidi Lin2022-08-121-1/+3
* payloads/tianocore: Remove the option for CorebootPayloadPkgSean Rhodes2022-08-073-39/+2
* payloads/tianocore/Makefile: Fix restoring default boot logoMatt DeVillier2022-08-021-1/+1
* libpayload: Enable PCIe driver for sc7280Veerabhadrarao Badiganti2022-08-011-0/+2
* libpayload/pci: Add pci_map_bus function for Qualcomm platformPrasad Malisetty2022-08-013-0/+132
* payloads/tianocore: Update MrChromebox’ default branch to 202207Sean Rhodes2022-07-301-1/+1
* payloads/tianocore: Use SMMSTORE when branch is MrChromeBoxMatt DeVillier2022-07-302-0/+2
* payloads/tianocore: Allow passing custom build params to all versionsSean Rhodes2022-07-302-8/+4
* payloads/tianocore: Bind the PCDs for screen size to KconfigSean Rhodes2022-07-273-0/+11
* payloads/tianocore: Correct the multiplication of the SD/MMC timeoutSean Rhodes2022-07-271-1/+1
* payloads/tianocore: Add missing CONFIG for SERIAL_SUPPORTSean Rhodes2022-07-271-1/+1
* payloads/tianocore: use BMP (vs SVG) logo file as defaultMatt DeVillier2022-07-271-1/+1
* payloads/tianocore: Fix bootsplash/logo handlingMatt DeVillier2022-07-271-1/+2
* payloads/ext/tianocore/Makefile: Fix word in commentAngel Pons2022-07-271-1/+1
* payloads/tianocore: Add a proper target for the Boot SplashSean Rhodes2022-07-252-24/+41
* payloads/tianocore: Increase default timeout for SD MMC init to 10msSean Rhodes2022-07-192-4/+4
* Remove executable flag from source codes and text filesPetr Cvek2022-07-141-0/+0
* payloads/tianocore: Limit legacy build options to CorebootPayloadPkgSean Rhodes2022-07-131-0/+2
* payloads/tianocore: Allow edk2 to use the full framebufferSean Rhodes2022-07-131-0/+8
* payloads/tianocore: Hook up PCI Express Base Address and LengthSean Rhodes2022-07-132-0/+9