Age | Commit message (Expand) | Author |
2020-04-05 | soc/qualcomm: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-18 | soc: Remove copyright notices | Patrick Georgi |
2020-03-10 | src: Remove unneeded 'include <arch/cache.h>' | Elyes HAOUAS |
2020-02-07 | sc7180: clock: Fix QUP DFSR configuration for perf levels | Taniya Das |
2020-01-02 | soc/qualcomm/qcs405: Remove unused QCS405_BLSP_SPI | Elyes HAOUAS |
2019-12-26 | src: Remove unused include <string.h> | Elyes HAOUAS |
2019-12-19 | soc/qualcomm/sdm845: Remove unused 'include <timestamp.h>' | Elyes HAOUAS |
2019-12-19 | src/soc/qualcomm: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-19 | src: Remove unneeded 'include <delay.h>' | Elyes HAOUAS |
2019-12-19 | src: Remove unused 'include <halt.h>' | Elyes HAOUAS |
2019-12-16 | sc7180: clock: Add support for QUP DFSR configuration | Taniya Das |
2019-12-11 | fmap: Make FMAP_CACHE mandatory if it is configured in | Julius Werner |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-05 | soc/qualcomm/sc7180: Adapt to recent API changes | Patrick Georgi |
2019-12-05 | sc7180: Add USB support | T Michael Turney |
2019-12-05 | sc7180: Add AOP firmware support | Ravi Kumar Bokka |
2019-12-05 | sc7180: Add SPI-NOR support | Akash Asthana |
2019-12-05 | sc7180: Add clock driver | Taniya Das |
2019-12-04 | Change all clrsetbits_leXX() to clrsetbitsXX() | Julius Werner |
2019-11-18 | ipq40xx: Run python script without explicit 'python' call | Julius Werner |
2019-11-14 | soc/qualcomm: Link cbmem.c only in romstage | Arthur Heymans |
2019-11-14 | lib/fmap: Add optional pre-RAM cache | Julius Werner |
2019-11-03 | arch/arm64: Pass cbmem_top to ramstage via calling argument | Arthur Heymans |
2019-11-01 | lib/cbmem_top: Add a common cbmem_top implementation | Arthur Heymans |
2019-11-01 | sc7180: support bitbang UART w/gpio | T Michael Turney |
2019-11-01 | sc7180: Add gpio driver | Taniya Das |
2019-10-27 | src/soc: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-21 | src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>' | Elyes HAOUAS |
2019-10-21 | sc7180: Provide initial SoC support | T Michael Turney |
2019-10-20 | src: Remove unused 'include <string.h>' | Elyes HAOUAS |
2019-10-09 | soc/qualcomm: Remove default ops to generate bootblock.bin | Arthur Heymans |
2019-09-20 | soc/qualcomm/ipq40xx: Remove unnecessary allocation | Jacob Garber |
2019-09-19 | cpu,mb,soc: Init missing lb_serial struct fields | Jacob Garber |
2019-08-30 | ipq40xx: Increase CBFS and RAMSTAGE size | Kan Yan |
2019-08-20 | arch/non-x86: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-07-29 | soc/qualcomm/qcs405: Handle invalid QUP and BLSP | Jacob Garber |
2019-07-25 | soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-07-25 | soc/qualcomm/ipq806x: Remove unnecessary allocation | Jacob Garber |
2019-07-15 | src: Use '#include <timestamp.h>' when needed | Elyes HAOUAS |
2019-07-13 | soc/qualcomm: Remove unneeded '#include <lib.h>' | Elyes HAOUAS |
2019-07-11 | sdm845: Add AOP firmware support | T Michael Turney |
2019-07-09 | arch/non-x86: Flip HAVE_MONOTONIC_TIMER default | Kyösti Mälkki |
2019-07-03 | vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platforms | Julius Werner |
2019-07-02 | sdm845: Update macro definition in CB clock driver | Akash Asthana |
2019-07-02 | QC common: fix compiler complaint, missing <string.h> | T Michael Turney |
2019-06-28 | qualcomm: qclib: Ensure interface table entry name is terminated | Julius Werner |
2019-06-12 | qcom: Add i2c driver | Prudhvi Yarlagadda |
2019-06-10 | sdm845: qspi: Add Dual SPI support | Julius Werner |
2019-06-06 | qcs405: Enable VBOOT_MIGRATE_WORKING_DATA | Nitheesh Sekar |
2019-06-05 | coreboot: Add i2c clock API for qcs405 | Taniya Das |
2019-06-04 | qcs405: Add SPI driver support | Prudhvi Yarlagadda |
2019-06-04 | qcs405: Add UART support | Prudhvi Yarlagadda |
2019-05-29 | src/soc: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-17 | soc/qualcomm/sdm845: Fix broken Kconfig | Patrick Rudolph |
2019-05-16 | soc/qualcomm/common: replace IS_ENABLED(CONFIG_*) with CONFIG() | Patrick Georgi |
2019-05-06 | Fix code that would trip -Wtype-limits | Julius Werner |
2019-05-03 | sdm845: Add QCLib to RomStage to perform IP init | T Michael Turney |
2019-05-03 | sdm845: Combine BB with QC-Sec for ROM boot | T Michael Turney |
2019-05-02 | sdm845: Add USB support on cheza platform | Chandana Kishori Chiluveru |
2019-05-02 | qualcomm: Add QCLib interface support to common/ | T Michael Turney |
2019-05-02 | sdm845: Select VBOOT_MIGRATE_WORKING_DATA, now required | T Michael Turney |
2019-04-30 | vboot: refactor OPROM code | Joel Kitching |
2019-04-23 | soc/qualcomm/qcs405: add console.h include | Patrick Georgi |
2019-04-23 | qcs405: Add support of GPIO IRQ APIs | Taniya Das |
2019-04-23 | qcs405: clock: Update SPI API | Taniya Das |
2019-04-23 | src: include <assert.h> when appropriate | Elyes HAOUAS |
2019-04-23 | src: Use include <console/console.h> when appropriate | Elyes HAOUAS |
2019-04-09 | src: Fix remaining #include <timer.h> | Nico Huber |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-04-06 | src: Use #include <timer.h> when appropriate | Elyes HAOUAS |
2019-03-28 | qcs405: Add support for USB host mode | Vijayavardhan Vennapusa |
2019-03-26 | qcs405: clock: Adding the clock support for qcs405 | Pranav Agrawal |
2019-03-26 | qcs405: Add GPIO API | Nitheesh Sekar |
2019-03-21 | vboot: standardize on working data size | Joel Kitching |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-18 | qcs405: Add DRAM resources | Nitheesh Sekar |
2019-03-18 | qcs405: Add Timer support | Nitheesh Sekar |
2019-03-18 | soc/qualcomm/qcs405: Add MMU support | Nitheesh Sekar |
2019-03-18 | soc/qualcomm/qcs405: Support for new SoC | Nitheesh Sekar |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-07 | src: Drop unused include <timestamp.h> | Elyes HAOUAS |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-02-22 | symbols.h: Add macro to define memlayout region symbols | Julius Werner |
2019-01-14 | console: Change BOOTBLOCK_CONSOLE default to `y` | Nico Huber |
2018-12-05 | sdm845: Add SPI-NOR flash driver | Mukesh Savaliya |
2018-11-30 | sdm845: Add clock support | David Dai |
2018-11-21 | (console,drivers/uart)/Kconfig: Fix dependencies | Nico Huber |
2018-11-16 | soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATION | Elyes HAOUAS |
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-30 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-08 | src: Use tabs for indentation | Elyes HAOUAS |
2018-08-10 | drivers/i2c: Add i2c TPM support for different stages | Philipp Deppenwiese |
2018-08-09 | src/soc: Fix typo | Elyes HAOUAS |
2018-08-07 | sdm845: Implement bitbang UART for bootblock | Julius Werner |
2018-08-01 | sdm845: Add GPIO API | David Dai |
2018-07-09 | src/soc: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-06-22 | sdm845: increase SRAM for bootblock | T Michael Turney |