summaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2021-05-18payload/tianocore: Drop TIANOCORE_TARGET_IA32Lijian Zhao
2021-05-13payloads/Tianocore: Update default build target, simplify build optionsMatt DeVillier
2021-05-03libpayload: i8042: Enable keyboard translation by default on exitDuncan Laurie
2021-04-23payloads/depthcharge: Use static_fw_config.h file for depthcharge buildBora Guvendik
2021-04-18libpayload/keyboard: Reset to scancode set #2 on exitNico Huber
2021-04-18libpayload/keyboard: Add a detention stateNico Huber
2021-04-18libpayload/keyboard: Implement hot (un)pluggingNico Huber
2021-04-16tint: introduce the new tint build system with checksum verificationMike Banon
2021-04-15libpayload: Support herobrineT Michael Turney
2021-04-15payloads/external/dc: Update depthcharge branch from master to mainMeera Ravindranath
2021-04-10payloads/tianocore: Fix compilation for UEFIPAYLOAD optionMatt DeVillier
2021-04-09payloads/LinuxBoot: make linux kernel build reproducibleAlexander Couzens
2021-04-07libpayload/storage: Add NVMe driverThomas Heijligen
2021-03-14payloads/LinuxBoot/u-root: add boot template to u-rootAlexander Couzens
2021-02-20libpayload: Use volatile pointers in {read,write}{8,16,32,64}Patrick Georgi
2021-02-17treewide: Remove trailing whitespaceMartin Roth
2021-02-15tint: update the patch version numbers according to a new tint versionMike Banon
2021-02-07tint: update the archive from 0.04+nmu1 to 0.05Mike Banon
2021-02-07payloads: Force sub-make runs for in-tree payloadsNico Huber
2021-02-07payloads: Pass $(CCACHE) on to in-tree payloadsNico Huber
2021-02-07nvramcui: Use libpayload's new `Makefile.payload`Nico Huber
2021-02-07coreinfo: Use libpayload's new `Makefile.payload`Nico Huber
2021-02-07libpayload: Add a Makefile for in-tree payloadsNico Huber
2021-02-07nvramcui: Unexport COREBOOT_EXPORTSNico Huber
2021-02-07coreinfo: Unexport COREBOOT_EXPORTSNico Huber
2021-02-06payloads/external/FILO: Pass Libpayloads path on the clean targetArthur Heymans
2021-02-05payloads/libpayload/arch/arm64/mmu.c: Fix typo in commentElyes HAOUAS
2021-02-02treewide [Kconfig]: Remove useless commentElyes HAOUAS
2021-01-30libpayload/arm*: Add 64bit memory access primitivesPatrick Georgi
2021-01-15build system: Always add coreboot.pre dependency to intermediatesPatrick Georgi
2021-01-14build system: Structure and serialize INTERMEDIATEPatrick Georgi
2021-01-13nvramcui: Make local render_form() function staticNico Huber
2021-01-11libpayload/lpgcc: Drop redundant linker pathNico Huber
2021-01-11libpayload/lpgcc: Set proper include paths for in-tree buildsNico Huber
2021-01-11libpayload/lpgcc: Add more variables to support in-tree buildsNico Huber
2021-01-08payloads/external: Update cbfs-ints with CONFIG_UPDATE_IMAGEArthur Heymans
2021-01-08*/Makefile.inc: Add some INTERMEDIATE targets to .PHONYArthur Heymans
2021-01-01libpayload/lpgcc: Check for `libpayload.config` for in-tree buildsNico Huber
2021-01-01libpayload/lpgcc: Turn references to build dir into a variableNico Huber
2021-01-01libpayload: Keep a copy of .config in the build dirNico Huber
2021-01-01libpayload: Move .xcompile into $(obj)Nico Huber
2020-12-30payloads/tianocore: Clean up build stringMatt DeVillier
2020-12-28payloads/tianocore: Add Kconfig to set boot timeoutMatt DeVillier
2020-12-24libpayload/i8042: Add API to peek on keyboard input queueNico Huber
2020-12-24libpayload/keyboard: Add debug output to all state transitionsNico Huber
2020-12-24libpayload/keyboard: Hide console output by defaultNico Huber
2020-12-24libpayload/keyboard: Implement self-testNico Huber
2020-12-24libpayload/keyboard: Add timestamp to track time spent in a stateNico Huber
2020-12-24libpayload/keyboard: Turn init sequence into a state machineNico Huber
2020-12-24libpayload/keyboard: Avoid races around input drainingNico Huber