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
/
samsung
/
exynos5420
Age
Commit message (
Expand
)
Author
2023-10-11
memlayout.ld: Increase RAMSTAGE size to more than 1MB everywhere
Patrick Georgi
2023-08-15
soc/samsung/exynos5420/clock: Remove space before semicolon
Elyes Haouas
2022-11-30
/: Remove extra space after comma
Elyes Haouas
2022-11-22
src/soc/samsung: Remove unnecessary space after casts
Elyes Haouas
2022-11-18
cbmem_top_chipset: Change the return value to uintptr_t
Elyes Haouas
2022-11-04
lib/coreboot_table: Simplify API to set up lb_serial
Arthur Heymans
2022-10-31
soc: Add SPDX license headers to Makefiles
Martin Roth
2022-10-26
coreboot_tables: Drop uart PCI addr
Arthur Heymans
2022-07-12
soc/samsung/exynos5420: Use int instead of char for count variable
Paul Menzel
2022-07-11
soc/samsung/exynos5420: Add space between comment markers and comment
Paul Menzel
2022-06-26
soc/samsung/exynos: Do resource transition
Kyösti Mälkki
2022-06-22
device/resource: Add _kb postfix for resource allocators
Kyösti Mälkki
2022-03-15
i2c: Add configurable I2C transfer timeout
Jes Klinke
2022-02-01
soc/samsung/exynos5420: Remove unuseful 'return' in void function
Elyes HAOUAS
2022-01-28
src/{drivers,soc}: Fix some code indents
Elyes HAOUAS
2022-01-26
src: Add missing 'void' in function definition
Elyes HAOUAS
2021-10-05
src/soc to src/superio: Fix spelling errors
Martin Roth
2021-04-21
commonlib/region: Turn addrspace_32bit into a more official API
Julius Werner
2021-03-08
cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core
Julius Werner
2021-02-01
soc/samsung/exynos{5250,5420}/include/soc/cpu.h: Add missing include
Elyes HAOUAS
2020-12-02
cbfs: Enable CBFS mcache on most chipsets
Julius Werner
2020-10-19
src/soc/samsung: Move common headers to "common/include/soc"
Elyes HAOUAS
2020-09-21
soc/samsung: Drop unneeded empty lines
Elyes HAOUAS
2020-09-12
include/console/uart: make index parameter unsigned
Felix Held
2020-07-29
src/soc/samsung/exynos{5250,s5420}: Add missing <{stddef,stdint}.h>
Elyes HAOUAS
2020-07-09
soc/samsung/exynos5420: Drop dead code
Angel Pons
2020-06-13
treewide: Add Kconfig variable MEMLAYOUT_LD_FILE
Furquan Shaikh
2020-05-14
samsung/exynos5420: add resources during read_resources()
Furquan Shaikh
2020-05-13
src: Remove unused '#include <stddef.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: move copyrights and authors to AUTHORS
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-04-10
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-06
soc/samsung: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2020-02-24
soc/{samsung,sifive}: Fix typos
Elyes HAOUAS
2019-12-19
src/soc/samsung: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-04
Change all clrsetbits_leXX() to clrsetbitsXX()
Julius Werner
2019-11-14
lib/fmap: Add optional pre-RAM cache
Julius Werner
2019-11-03
arch/arm: 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-10-27
src/soc: change "unsigned" to "unsigned int"
Martin Roth
2019-08-26
arch/non-x86: Use ENV_ROMSTAGE_OR_BEFORE
Kyösti Mälkki
2019-08-20
arch/non-x86: Remove use of __PRE_RAM__
Kyösti Mälkki
2019-08-02
soc/samsung/exynos5420: Refactor fimd vidtcon access
Jacob Garber
2019-07-09
arch/non-x86: Flip HAVE_MONOTONIC_TIMER default
Kyösti Mälkki
2019-05-06
Fix code that would trip -Wtype-limits
Julius Werner
2019-04-23
src: include <assert.h> when appropriate
Elyes HAOUAS
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-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-19
src: Drop unused 'include <cbfs.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-28
src: Don't use a #defines like Kconfig symbols
Elyes HAOUAS
2019-01-16
soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLE
Nico Huber
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-21
(console,drivers/uart)/Kconfig: Fix dependencies
Nico Huber
2018-11-16
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <lib.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-10-23
src: Remove unneeded whitespace
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
src: Fix typo
Elyes HAOUAS
2018-07-09
src/soc: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-06-04
soc/samsung: Get rid of device_t
Elyes HAOUAS
2018-02-21
driver/uart: Introduce a way for mainboard to override the baudrate
Julien Viard de Galbert
2017-09-23
mb/*/*: Remove rtc nvram configurable baud rate
Arthur Heymans
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-06-07
src: change coreboot to lowercase
Martin Roth
2017-05-24
soc/samsung/exynos5420: 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
vboot: Select SoC-specific configuration for all Chrome OS boards
Julius Werner
2016-12-16
samsung/exynos5420: Fix test for src < 0
Patrick Georgi
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-24
soc/samsung/exynos5420/uart.c: Init new serial struct variables
Martin Roth
2016-11-22
spi: Clean up SPI flash driver interface
Furquan Shaikh
2016-07-31
src/soc: Capitalize CPU, ACPI, RAM and ROM
Elyes HAOUAS
2016-06-24
region: Add writeat and eraseat support
Antonello Dettori
2016-05-11
soc/samsung: Don't compile in unused uart divider tables
Stefan Reinauer
2016-02-21
soc/*: fix uart's regwidth specification in cbtables
Patrick Georgi
2016-01-18
header files: Fix guard name comments to match guard names
Martin Roth
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-07
Drop "See file CREDITS..." comment
Stefan Reinauer
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-05-26
coreboot: introduce boot_device
Aaron Durbin
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
[next]