summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/exynos5420
Commit message (Expand)AuthorAgeFilesLines
* src: Fix typoElyes HAOUAS2018-08-102-2/+2
* src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-094-16/+16
* soc/samsung: Get rid of device_tElyes HAOUAS2018-06-041-4/+4
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-2/+2
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-231-2/+2
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+1
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-8/+9
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-133-6/+10
* spi: Remove unused/unnecessary spi_init function definitionsFurquan Shaikh2017-06-071-4/+0
* src: change coreboot to lowercaseMartin Roth2017-06-072-2/+2
* soc/samsung/exynos5420: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-13/+20
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-0/+1
* vboot: Select SoC-specific configuration for all Chrome OS boardsJulius Werner2017-03-281-0/+7
* samsung/exynos5420: Fix test for src < 0Patrick Georgi2016-12-161-1/+2
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-19/+26
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-4/+9
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-10/+10
* soc/samsung/exynos5420/uart.c: Init new serial struct variablesMartin Roth2016-11-241-0/+2
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-4/+3
* src/soc: Capitalize CPU, ACPI, RAM and ROMElyes HAOUAS2016-07-311-2/+2
* region: Add writeat and eraseat supportAntonello Dettori2016-06-241-2/+4
* soc/samsung: Don't compile in unused uart divider tablesStefan Reinauer2016-05-111-1/+2
* soc/*: fix uart's regwidth specification in cbtablesPatrick Georgi2016-02-211-1/+1
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-181-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3146-184/+0
* linking: link bootblock.elf with .data and .bss sections againAaron Durbin2015-09-221-3/+0
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-071-3/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-64/+0
* coreboot: introduce boot_deviceAaron Durbin2015-05-263-98/+107
* Remove address from GPLv2 headersPatrick Georgi2015-05-2146-49/+46
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-1/+0
* 3rdparty: move to 3rdparty/blobsPatrick Georgi2015-05-051-1/+1
* 3rdparty: Move to blobsPatrick Georgi2015-05-051-1/+1
* kbuild: automatically include SOCsStefan Reinauer2015-04-291-0/+4
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-212-17/+54
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-2116-424/+384
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-213-9/+9
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-171-0/+1
* exynos: return correct value when init_default_cbfs_media failsDaisuke Nojiri2015-04-171-1/+1
* timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner2015-04-143-10/+3
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-141-25/+0
* rk3288/exynos5250/exynos5420: Consolidate timer filesJulius Werner2015-04-133-44/+19
* gpio: Extend common GPIO header, simplify function namesJulius Werner2015-04-101-0/+2
* timer: Add generic udelay() implementationAaron Durbin2015-04-083-59/+1
* exynos5420: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-0749-132/+122
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-065-101/+65
* Add predefined __ROMSTAGE__ and __RAMSTAGE__ macrosJulius Werner2015-04-062-8/+1
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-041-2/+2
* exynos: convert to stopwatch APIAaron Durbin2015-03-212-12/+6