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
/
samsung
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix code that would trip -Wtype-limits
Julius Werner
2019-05-06
1
-1
/
+1
*
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-23
4
-4
/
+0
*
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-04-06
5
-5
/
+0
*
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-04-06
3
-3
/
+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
6
-6
/
+0
*
src: Drop unused 'include <cbfs.h>'
Elyes HAOUAS
2019-03-19
2
-4
/
+0
*
security/tpm: Fix TCPA log feature
Philipp Deppenwiese
2019-03-07
1
-1
/
+2
*
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
35
-29
/
+33
*
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-04
1
-1
/
+0
*
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2019-02-22
4
-6
/
+6
*
src: Don't use a #defines like Kconfig symbols
Elyes HAOUAS
2019-01-28
2
-4
/
+4
*
soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLE
Nico Huber
2019-01-16
1
-0
/
+1
*
console: Change BOOTBLOCK_CONSOLE default to `y`
Nico Huber
2019-01-14
1
-1
/
+0
*
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-29
3
-4
/
+4
*
(console,drivers/uart)/Kconfig: Fix dependencies
Nico Huber
2018-11-21
2
-14
/
+10
*
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
2
-2
/
+0
*
src: Remove unneeded include <lib.h>
Elyes HAOUAS
2018-11-16
1
-1
/
+0
*
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-11-16
10
-10
/
+0
*
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-23
2
-2
/
+2
*
soc/samsung/exynos5250: Convert to `board_reset()`
Nico Huber
2018-10-22
2
-2
/
+1
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
5
-6
/
+0
*
src: Use tabs for indentation
Elyes HAOUAS
2018-10-08
2
-12
/
+12
*
src: Fix typo
Elyes HAOUAS
2018-08-10
2
-2
/
+2
*
src/soc: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-07-09
6
-23
/
+23
*
soc/samsung: Get rid of device_t
Elyes HAOUAS
2018-06-04
2
-8
/
+8
*
driver/uart: Introduce a way for mainboard to override the baudrate
Julien Viard de Galbert
2018-02-21
2
-4
/
+4
*
soc: Add Kconfig for each soc vendor
Chris Ching
2017-10-23
1
-0
/
+2
*
mb/*/*: Remove rtc nvram configurable baud rate
Arthur Heymans
2017-09-23
2
-4
/
+4
*
include/device: Split i2c.h into three
Nico Huber
2017-08-18
2
-2
/
+2
*
i2c: Move to Linux like `struct i2c_msg`
Nico Huber
2017-08-14
2
-12
/
+14
*
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-13
5
-8
/
+14
*
Consolidate reset API, add generic reset_prepare mechanism
Julius Werner
2017-06-13
1
-1
/
+1
*
spi: Remove unused/unnecessary spi_init function definitions
Furquan Shaikh
2017-06-07
1
-4
/
+0
*
src: change coreboot to lowercase
Martin Roth
2017-06-07
3
-3
/
+3
*
soc/samsung/exynos5420: Move spi driver to use spi_bus_map
Furquan Shaikh
2017-05-24
1
-13
/
+20
*
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2017-05-05
1
-0
/
+1
*
vboot: Select SoC-specific configuration for all Chrome OS boards
Julius Werner
2017-03-28
2
-0
/
+14
*
samsung/exynos5420: Fix test for src < 0
Patrick Georgi
2016-12-16
1
-1
/
+2
*
spi: Define and use spi_ctrlr structure
Furquan Shaikh
2016-12-05
1
-19
/
+26
*
spi: Pass pointer to spi_slave structure in spi_setup_slave
Furquan Shaikh
2016-12-05
1
-4
/
+9
*
spi: Fix parameter types for spi functions
Furquan Shaikh
2016-12-05
1
-10
/
+10
*
soc/samsung/exynos5420/uart.c: Init new serial struct variables
Martin Roth
2016-11-24
1
-0
/
+2
*
spi: Clean up SPI flash driver interface
Furquan Shaikh
2016-11-22
1
-4
/
+3
*
src/soc: Capitalize CPU, ACPI, RAM and ROM
Elyes HAOUAS
2016-07-31
1
-2
/
+2
*
Documentation: Fix doxygen errors
Martin Roth
2016-07-12
1
-0
/
+1
*
region: Add writeat and eraseat support
Antonello Dettori
2016-06-24
2
-4
/
+8
*
soc/samsung: Don't compile in unused uart divider tables
Stefan Reinauer
2016-05-11
2
-2
/
+4
*
soc/*: fix uart's regwidth specification in cbtables
Patrick Georgi
2016-02-21
2
-2
/
+2
*
header files: Fix guard name comments to match guard names
Martin Roth
2016-01-18
2
-2
/
+2
[next]