index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
soc
/
qualcomm
/
ipq806x
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-18
1
-3
/
+0
*
treewide: Replace BSD-3-Clause and ISC headers with SPDX headers
Patrick Georgi
2020-05-11
16
-415
/
+16
*
treewide: split off license text, remove extra copyright notices
Patrick Georgi
2020-05-11
3
-7
/
+3
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
19
-19
/
+0
*
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-09
1
-9
/
+1
*
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
1
-11
/
+1
*
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-05-06
5
-10
/
+5
*
soc/qualcomm: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
13
-169
/
+26
*
soc: Remove copyright notices
Patrick Georgi
2020-03-18
31
-43
/
+0
*
src/soc/qualcomm: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-19
4
-4
/
+0
*
Change all clrsetbits_leXX() to clrsetbitsXX()
Julius Werner
2019-12-04
4
-36
/
+36
*
soc/qualcomm: Link cbmem.c only in romstage
Arthur Heymans
2019-11-14
2
-2
/
+1
*
lib/fmap: Add optional pre-RAM cache
Julius Werner
2019-11-14
1
-1
/
+2
*
lib/cbmem_top: Add a common cbmem_top implementation
Arthur Heymans
2019-11-01
1
-1
/
+1
*
src/soc: change "unsigned" to "unsigned int"
Martin Roth
2019-10-27
11
-61
/
+61
*
arch/non-x86: Remove use of __PRE_RAM__
Kyösti Mälkki
2019-08-20
2
-7
/
+0
*
soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-07-25
1
-1
/
+1
*
soc/qualcomm/ipq806x: Remove unnecessary allocation
Jacob Garber
2019-07-25
1
-20
/
+12
*
arch/non-x86: Flip HAVE_MONOTONIC_TIMER default
Kyösti Mälkki
2019-07-09
1
-0
/
+1
*
src/soc: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-29
1
-0
/
+1
*
Fix code that would trip -Wtype-limits
Julius Werner
2019-05-06
2
-4
/
+3
*
sdm845: Combine BB with QC-Sec for ROM boot
T Michael Turney
2019-05-03
2
-3
/
+3
*
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-23
1
-1
/
+0
*
src: Use include <console/console.h> when appropriate
Elyes HAOUAS
2019-04-23
1
-1
/
+0
*
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-04-06
1
-1
/
+0
*
vboot: standardize on working data size
Joel Kitching
2019-03-21
1
-1
/
+1
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
1
-1
/
+0
*
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
10
-9
/
+10
*
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-04
1
-1
/
+0
*
console: Change BOOTBLOCK_CONSOLE default to `y`
Nico Huber
2019-01-14
1
-1
/
+0
*
(console,drivers/uart)/Kconfig: Fix dependencies
Nico Huber
2018-11-21
2
-7
/
+3
*
soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATION
Elyes HAOUAS
2018-11-16
1
-5
/
+0
*
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-11-01
1
-0
/
+2
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
2
-2
/
+0
*
src: Use tabs for indentation
Elyes HAOUAS
2018-10-08
1
-8
/
+8
*
drivers/i2c: Add i2c TPM support for different stages
Philipp Deppenwiese
2018-08-10
1
-0
/
+3
*
src/soc: Fix typo
Elyes HAOUAS
2018-08-09
1
-1
/
+1
*
src/soc: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-07-09
1
-1
/
+1
*
src/soc: Get rid of whitespace before tab
Elyes HAOUAS
2018-06-04
2
-25
/
+25
*
src/soc: Add and update license headers
Martin Roth
2018-05-29
5
-3
/
+64
*
soc/qualcomm: Get rid of device_t
Elyes HAOUAS
2018-05-28
1
-3
/
+3
*
src/soc: Fix various typos
Jonathan Neuschäfer
2018-02-20
1
-1
/
+1
*
include/device: Split i2c.h into three
Nico Huber
2017-08-18
1
-1
/
+1
*
i2c: Move to Linux like `struct i2c_msg`
Nico Huber
2017-08-14
1
-5
/
+6
*
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-13
2
-6
/
+8
*
spi: Remove unused/unnecessary spi_init function definitions
Furquan Shaikh
2017-06-07
1
-6
/
+0
*
soc/qualcomm/ipq*: Move spi driver to use spi_bus_map
Furquan Shaikh
2017-05-24
1
-11
/
+23
*
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2017-05-05
1
-5
/
+1
*
Remove libverstage as separate library and source file class
Julius Werner
2017-03-28
1
-4
/
+4
*
vboot: Move remaining features out of vendorcode/google/chromeos
Julius Werner
2017-03-28
1
-3
/
+3
[next]