index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
qualcomm
/
ipq806x
Age
Commit message (
Expand
)
Author
2020-09-12
include/console/uart: make index parameter unsigned
Felix Held
2020-06-13
treewide: Add Kconfig variable MEMLAYOUT_LD_FILE
Furquan Shaikh
2020-05-18
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-11
treewide: Replace BSD-3-Clause and ISC headers with SPDX headers
Patrick Georgi
2020-05-11
treewide: split off license text, remove extra copyright notices
Patrick Georgi
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-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-04-05
soc/qualcomm: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2019-12-19
src/soc/qualcomm: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-04
Change all clrsetbits_leXX() to clrsetbitsXX()
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-01
lib/cbmem_top: Add a common cbmem_top implementation
Arthur Heymans
2019-10-27
src/soc: change "unsigned" to "unsigned int"
Martin Roth
2019-08-20
arch/non-x86: Remove use of __PRE_RAM__
Kyösti Mälkki
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-09
arch/non-x86: Flip HAVE_MONOTONIC_TIMER default
Kyösti Mälkki
2019-05-29
src/soc: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-06
Fix code that would trip -Wtype-limits
Julius Werner
2019-05-03
sdm845: Combine BB with QC-Sec for ROM boot
T Michael Turney
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-06
src: Use include <delay.h> when appropriate
Elyes HAOUAS
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-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-01-14
console: Change BOOTBLOCK_CONSOLE default to `y`
Nico Huber
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-01
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-07-09
src/soc: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-06-04
src/soc: Get rid of whitespace before tab
Elyes HAOUAS
2018-05-29
src/soc: Add and update license headers
Martin Roth
2018-05-28
soc/qualcomm: Get rid of device_t
Elyes HAOUAS
2018-02-20
src/soc: Fix various typos
Jonathan Neuschäfer
2017-08-18
include/device: Split i2c.h into three
Nico Huber
2017-08-14
i2c: Move to Linux like `struct i2c_msg`
Nico Huber
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-06-07
spi: Remove unused/unnecessary spi_init function definitions
Furquan Shaikh
2017-05-24
soc/qualcomm/ipq*: Move spi driver to use spi_bus_map
Furquan Shaikh
2017-05-05
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2017-03-28
Remove libverstage as separate library and source file class
Julius Werner
2017-03-28
vboot: Move remaining features out of vendorcode/google/chromeos
Julius Werner
2017-03-28
vboot: Select SoC-specific configuration for all Chrome OS boards
Julius Werner
2016-12-23
spi: Get rid of SPI_ATOMIC_SEQUENCING
Furquan Shaikh
2016-12-05
spi: Define and use spi_ctrlr structure
Furquan Shaikh
2016-12-05
spi: Pass pointer to spi_slave structure in spi_setup_slave
Furquan Shaikh
2016-12-05
spi: Fix parameter types for spi functions
Furquan Shaikh
2016-11-22
spi: Clean up SPI flash driver interface
Furquan Shaikh
2016-08-31
src/soc: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-07-28
qualcomm/storm: Add required files to enable elog in ramstage
Furquan Shaikh
2016-07-28
vboot: Separate vboot from chromeos
Furquan Shaikh
2016-07-12
Documentation: Fix doxygen errors
Martin Roth
2016-03-29
ipq806x/storm: Return NULL for cbmem_top if DRAM is not initialized
Furquan Shaikh
2016-02-12
timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig
Julius Werner
2016-01-18
header files: Fix guard name comments to match guard names
Martin Roth
2015-12-03
cbfs_spi: enable CBFS access in early romstage
Mary Ruthven
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-09-22
linking: link bootblock.elf with .data and .bss sections again
Aaron Durbin
2015-09-09
verstage: use common program.ld for linking
Aaron Durbin
2015-08-21
ChromeOS: Fix Kconfig dependencies
Martin Roth
2015-07-09
ipq8064: enable timestamp collection
Vadim Bendebury
2015-06-30
qualcomm/ipq806x: Fix uart in verstage
Patrick Georgi
2015-06-30
qualcomm/ipq806x: centralize vboot configuration
Patrick Georgi
2015-06-23
Kconfig: Move CBFS_SIZE into Mainboard menu
Martin Roth
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-06-02
cbfs: new API and better program loading
Aaron Durbin
2015-06-02
ipq806x: clear the RPM initialization Acknowledge bit
Sourabh Banerjee
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-19
Remove Kconfig variable that has no effect
Patrick Georgi
2015-05-05
3rdparty: move to 3rdparty/blobs
Patrick Georgi
2015-05-05
3rdparty: Move to blobs
Patrick Georgi
2015-04-30
vboot: split class in library and stage
Patrick Georgi
2015-04-29
kbuild: automatically include SOCs
Stefan Reinauer
2015-04-22
soc: select generic gpio lib on (almost) all non-x86 SOCs
Stefan Reinauer
2015-04-22
qualcomm/ipq806x: report versions of RPM and DDR init components
Vadim Bendebury
2015-04-22
qualcomm/ipq806x: add board id value for SP5
Vadim Bendebury
2015-04-21
armv7: preserve bootblock invocation parameter
Vadim Bendebury
2015-04-21
ipq808x: add uber sbl parameter definitions
Vadim Bendebury
2015-04-21
arm(64): Manually clean up the mess left by write32() transition
Julius Werner
2015-04-21
arm(64): Globally replace writel(v, a) with write32(a, v)
Julius Werner
2015-04-21
arm(64): Change write32() argument order to match x86
Julius Werner
2015-04-21
arm(64): Replace write32() and friends with writel()
Julius Werner
2015-04-21
ipq806x: i2c: stop transfer as soon as an error is reported
Sourabh Banerjee
2015-04-21
ipq806x: i2c: write function fixed to avoid spurious success
Sourabh Banerjee
2015-04-18
ipq806x: initialize UART even when console is not enabled
Vadim Bendebury
2015-04-18
ipq806x: uart: replace hardware accessors
Vadim Bendebury
2015-04-17
qualcomm/ipq806x: add spi_crop_chunk()
Patrick Georgi
2015-04-17
ipq806x: extend GSBI driver to support i2c on any GSBI block
Sourabh Banerjee
2015-04-17
ipq806x: add LPASS clock control driver
Vadim Bendebury
2015-04-17
ipq806x: Add support for mmu in bootblock.
Deepa Dinamani
[next]