Age | Commit message (Expand) | Author |
2024-02-18 | drivers: Add SPDX license headers to Kconfig files | Martin Roth |
2024-01-24 | driver/parade to /driver/wwan: Rename Makefiles from .inc to .mk | Martin Roth |
2023-11-09 | Allow to build romstage sources inside the bootblock | Arthur Heymans |
2023-09-11 | drivers: Remove space between function name and '(' | Elyes Haouas |
2023-09-07 | drivers/siemens/nc_fpga/nc_fpga: Remove space before '++' | Elyes Haouas |
2023-02-01 | treewide: Remove duplicated include <device/pci.h> | Elyes Haouas |
2022-12-10 | treewide: Include <device/mmio.h> instead of <arch/mmio.h> | Elyes Haouas |
2022-12-10 | drivers/siemens/nc_fpga/nc_fpga_early.c: Use write32p() | Elyes Haouas |
2022-08-23 | drivers/siemens/nc_fpga: Fix typo in comment | Angel Pons |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2021-11-17 | drivers/siemens/nc_fpga: Add POST code over PCI | Werner Zeh |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-04-06 | src/drivers: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
2019-10-22 | AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file | Martin Roth |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-01 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-05-09 | {device,drivers,lib,mb,nb}: Use only one space after 'if' | Elyes HAOUAS |
2017-11-07 | src: Fix all Siemens copyrights | Mario Scheithauer |
2017-11-03 | siemens/nc_fpga: Set FW_DONE bit before jumping to payload | Werner Zeh |
2017-09-28 | siemens/nc_fpga: Move some parameters to another function | Mario Scheithauer |
2017-07-28 | siemens/nc_fpga: Add support for lowest FAN speed to FAN controller | Werner Zeh |
2017-07-15 | siemens/nc_fpga: Fix wrong type cast | Werner Zeh |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-07-11 | siemens/nc_fpga: Modify macro FPGA_SET_PARAM to avoid hwilib errors | Werner Zeh |
2017-07-02 | siemens/nc_fpga: Rename freeze_mode to freeze_disable | Werner Zeh |
2017-06-13 | siemens/nc_fpga: Expand FPGA functionality | Mario Scheithauer |
2016-07-06 | siemens/nc_fpga: Add driver for Siemens NC FPGA | Werner Zeh |