summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* payload/tianocore: Drop TIANOCORE_TARGET_IA32Lijian Zhao2021-05-182-30/+1
* payloads/Tianocore: Update default build target, simplify build optionsMatt DeVillier2021-05-133-40/+23
* libpayload: i8042: Enable keyboard translation by default on exitDuncan Laurie2021-05-032-1/+6
* payloads/depthcharge: Use static_fw_config.h file for depthcharge buildBora Guvendik2021-04-231-0/+2
* libpayload/keyboard: Reset to scancode set #2 on exitNico Huber2021-04-181-0/+5
* libpayload/keyboard: Add a detention stateNico Huber2021-04-181-6/+7
* libpayload/keyboard: Implement hot (un)pluggingNico Huber2021-04-182-2/+66
* tint: introduce the new tint build system with checksum verificationMike Banon2021-04-164-21/+252
* libpayload: Support herobrineT Michael Turney2021-04-151-0/+4
* payloads/external/dc: Update depthcharge branch from master to mainMeera Ravindranath2021-04-151-4/+4
* payloads/tianocore: Fix compilation for UEFIPAYLOAD optionMatt DeVillier2021-04-101-2/+6
* payloads/LinuxBoot: make linux kernel build reproducibleAlexander Couzens2021-04-091-1/+5
* libpayload/storage: Add NVMe driverThomas Heijligen2021-04-077-0/+433
* payloads/LinuxBoot/u-root: add boot template to u-rootAlexander Couzens2021-03-141-2/+2
* libpayload: Use volatile pointers in {read,write}{8,16,32,64}Patrick Georgi2021-02-202-16/+16
* treewide: Remove trailing whitespaceMartin Roth2021-02-171-1/+1
* tint: update the patch version numbers according to a new tint versionMike Banon2021-02-151-46/+44
* tint: update the archive from 0.04+nmu1 to 0.05Mike Banon2021-02-071-3/+3
* payloads: Force sub-make runs for in-tree payloadsNico Huber2021-02-071-3/+6
* payloads: Pass $(CCACHE) on to in-tree payloadsNico Huber2021-02-071-0/+2
* nvramcui: Use libpayload's new `Makefile.payload`Nico Huber2021-02-073-33/+10
* coreinfo: Use libpayload's new `Makefile.payload`Nico Huber2021-02-072-90/+35
* libpayload: Add a Makefile for in-tree payloadsNico Huber2021-02-071-0/+157
* nvramcui: Unexport COREBOOT_EXPORTSNico Huber2021-02-071-0/+2
* coreinfo: Unexport COREBOOT_EXPORTSNico Huber2021-02-071-0/+2
* payloads/external/FILO: Pass Libpayloads path on the clean targetArthur Heymans2021-02-061-1/+1
* payloads/libpayload/arch/arm64/mmu.c: Fix typo in commentElyes HAOUAS2021-02-051-1/+1
* treewide [Kconfig]: Remove useless commentElyes HAOUAS2021-02-024-4/+4
* libpayload/arm*: Add 64bit memory access primitivesPatrick Georgi2021-01-302-0/+26
* build system: Always add coreboot.pre dependency to intermediatesPatrick Georgi2021-01-151-3/+3
* build system: Structure and serialize INTERMEDIATEPatrick Georgi2021-01-141-9/+3
* nvramcui: Make local render_form() function staticNico Huber2021-01-131-1/+1
* libpayload/lpgcc: Drop redundant linker pathNico Huber2021-01-111-1/+1
* libpayload/lpgcc: Set proper include paths for in-tree buildsNico Huber2021-01-111-6/+11
* libpayload/lpgcc: Add more variables to support in-tree buildsNico Huber2021-01-111-6/+12
* payloads/external: Update cbfs-ints with CONFIG_UPDATE_IMAGEArthur Heymans2021-01-081-2/+3
* */Makefile.inc: Add some INTERMEDIATE targets to .PHONYArthur Heymans2021-01-081-0/+3
* libpayload/lpgcc: Check for `libpayload.config` for in-tree buildsNico Huber2021-01-011-1/+1
* libpayload/lpgcc: Turn references to build dir into a variableNico Huber2021-01-012-5/+9
* libpayload: Keep a copy of .config in the build dirNico Huber2021-01-011-1/+4
* libpayload: Move .xcompile into $(obj)Nico Huber2021-01-013-8/+17
* payloads/tianocore: Clean up build stringMatt DeVillier2020-12-301-2/+4
* payloads/tianocore: Add Kconfig to set boot timeoutMatt DeVillier2020-12-283-2/+13
* libpayload/i8042: Add API to peek on keyboard input queueNico Huber2020-12-242-0/+22
* libpayload/keyboard: Add debug output to all state transitionsNico Huber2020-12-241-2/+31
* libpayload/keyboard: Hide console output by defaultNico Huber2020-12-241-9/+15
* libpayload/keyboard: Implement self-testNico Huber2020-12-241-2/+47
* libpayload/keyboard: Add timestamp to track time spent in a stateNico Huber2020-12-241-2/+5
* libpayload/keyboard: Turn init sequence into a state machineNico Huber2020-12-241-38/+138
* libpayload/keyboard: Avoid races around input drainingNico Huber2020-12-241-4/+5