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
/
exynos5420
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-16
/
+16
*
soc/samsung: Get rid of device_t
Elyes HAOUAS
2018-06-04
1
-4
/
+4
*
driver/uart: Introduce a way for mainboard to override the baudrate
Julien Viard de Galbert
2018-02-21
1
-2
/
+2
*
mb/*/*: Remove rtc nvram configurable baud rate
Arthur Heymans
2017-09-23
1
-2
/
+2
*
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
-8
/
+9
*
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-13
3
-6
/
+10
*
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
2
-2
/
+2
*
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
1
-0
/
+7
*
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
*
region: Add writeat and eraseat support
Antonello Dettori
2016-06-24
1
-2
/
+4
*
soc/samsung: Don't compile in unused uart divider tables
Stefan Reinauer
2016-05-11
1
-1
/
+2
*
soc/*: fix uart's regwidth specification in cbtables
Patrick Georgi
2016-02-21
1
-1
/
+1
*
header files: Fix guard name comments to match guard names
Martin Roth
2016-01-18
1
-1
/
+1
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
46
-184
/
+0
*
linking: link bootblock.elf with .data and .bss sections again
Aaron Durbin
2015-09-22
1
-3
/
+0
*
Drop "See file CREDITS..." comment
Stefan Reinauer
2015-09-07
1
-3
/
+0
*
Remove empty lines at end of file
Elyes HAOUAS
2015-06-08
1
-1
/
+0
*
cbfs: new API and better program loading
Aaron Durbin
2015-06-02
1
-64
/
+0
*
coreboot: introduce boot_device
Aaron Durbin
2015-05-26
3
-98
/
+107
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
46
-49
/
+46
*
Remove Kconfig variable that has no effect
Patrick Georgi
2015-05-19
1
-1
/
+0
*
3rdparty: move to 3rdparty/blobs
Patrick Georgi
2015-05-05
1
-1
/
+1
*
3rdparty: Move to blobs
Patrick Georgi
2015-05-05
1
-1
/
+1
*
kbuild: automatically include SOCs
Stefan Reinauer
2015-04-29
1
-0
/
+4
*
arm(64): Manually clean up the mess left by write32() transition
Julius Werner
2015-04-21
2
-17
/
+54
*
arm(64): Globally replace writel(v, a) with write32(a, v)
Julius Werner
2015-04-21
16
-424
/
+384
*
arm(64): Replace write32() and friends with writel()
Julius Werner
2015-04-21
3
-9
/
+9
*
uart: pass register width in the coreboot table
Vadim Bendebury
2015-04-17
1
-0
/
+1
*
exynos: return correct value when init_default_cbfs_media fails
Daisuke Nojiri
2015-04-17
1
-1
/
+1
*
timer: Reestablish init_timer(), consolidate timer initialization calls
Julius Werner
2015-04-14
3
-10
/
+3
*
CBFS: Automate ROM image layout and remove hardcoded offsets
Julius Werner
2015-04-14
1
-25
/
+0
*
rk3288/exynos5250/exynos5420: Consolidate timer files
Julius Werner
2015-04-13
3
-44
/
+19
*
gpio: Extend common GPIO header, simplify function names
Julius Werner
2015-04-10
1
-0
/
+2
*
timer: Add generic udelay() implementation
Aaron Durbin
2015-04-08
3
-59
/
+1
*
exynos5420: Change all SoC headers to <soc/headername.h> system
Julius Werner
2015-04-07
49
-132
/
+122
*
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-06
5
-101
/
+65
*
Add predefined __ROMSTAGE__ and __RAMSTAGE__ macros
Julius Werner
2015-04-06
2
-8
/
+1
*
build system: rename __BOOT_BLOCK__ and __VER_STAGE__
Patrick Georgi
2015-04-04
1
-2
/
+2
*
exynos: convert to stopwatch API
Aaron Durbin
2015-03-21
2
-12
/
+6
[next]