| Commit message (Expand) | Author | Age | Files | Lines |
* | vboot: Move remaining features out of vendorcode/google/chromeos | Julius Werner | 2017-03-28 | 1 | -3/+3 |
* | vboot: Select SoC-specific configuration for all Chrome OS boards | Julius Werner | 2017-03-28 | 1 | -0/+1 |
* | spi: Get rid of SPI_ATOMIC_SEQUENCING | Furquan Shaikh | 2016-12-23 | 1 | -0/+1 |
* | spi: Define and use spi_ctrlr structure | Furquan Shaikh | 2016-12-05 | 1 | -40/+47 |
* | spi: Pass pointer to spi_slave structure in spi_setup_slave | Furquan Shaikh | 2016-12-05 | 1 | -9/+9 |
* | spi: Fix parameter types for spi functions | Furquan Shaikh | 2016-12-05 | 1 | -4/+4 |
* | soc/broadcom/cygnus: Update DDR Kconfig | Martin Roth | 2016-11-17 | 3 | -22/+33 |
* | soc/broadcom/cygnus/ddr_init.c: Correct typo in POWER ON and POWER OK. | Elyes HAOUAS | 2016-08-31 | 1 | -2/+2 |
* | src/soc: Add required space before opening parenthesis '(' | Elyes HAOUAS | 2016-08-31 | 3 | -327/+327 |
* | src/soc: Remove unnecessary whitespace before "\n" and "\t" | Elyes HAOUAS | 2016-08-28 | 1 | -2/+2 |
* | Remove non-ascii & unprintable characters | Martin Roth | 2016-08-01 | 1 | -2/+2 |
* | src/soc: Capitalize CPU, ACPI, RAM and ROM | Elyes HAOUAS | 2016-07-31 | 1 | -2/+2 |
* | soc/*: fix uart's regwidth specification in cbtables | Patrick Georgi | 2016-02-21 | 1 | -1/+1 |
* | timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig | Julius Werner | 2016-02-12 | 1 | -1/+0 |
* | src/: Chmod 644 all .c, .h, .asl, .inc, .cb, .hex, & Kconfig files | Martin Roth | 2016-01-29 | 11 | -0/+0 |
* | header files: Fix guard name comments to match guard names | Martin Roth | 2016-01-18 | 3 | -3/+3 |
* | Correct some common spelling mistakes | Martin Roth | 2016-01-07 | 1 | -1/+1 |
* | arm/arm64: Generalize bootblock C entry point | Julius Werner | 2015-11-11 | 1 | -4/+0 |
* | tree: drop last paragraph of GPL copyright header | Patrick Georgi | 2015-10-31 | 21 | -84/+0 |
* | broadcom/cygnus: remove verstage.c | Aaron Durbin | 2015-10-02 | 1 | -32/+0 |
* | linking: link bootblock.elf with .data and .bss sections again | Aaron Durbin | 2015-09-22 | 1 | -5/+1 |
* | verstage: use common program.ld for linking | Aaron Durbin | 2015-09-09 | 1 | -1/+0 |
* | ChromeOS: Fix Kconfig dependencies | Martin Roth | 2015-08-21 | 1 | -2/+4 |
* | broadcom/cygnus: returning from verstage without having one is useless | Patrick Georgi | 2015-08-08 | 1 | -0/+1 |
* | Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() | Martin Roth | 2015-07-12 | 2 | -20/+20 |
* | memlayout: Add timestamp regions for t210 and cygnus | Stefan Reinauer | 2015-07-08 | 1 | -0/+1 |
* | Remove obsolete EARLY_CONSOLE usage | Martin Roth | 2015-06-21 | 1 | -1/+0 |
* | Remove old HAVE_UART_MEMORY_MAPPED select statements | Martin Roth | 2015-06-21 | 1 | -1/+0 |
* | Remove empty lines at end of file | Elyes HAOUAS | 2015-06-08 | 7 | -8/+0 |
* | cbfs: new API and better program loading | Aaron Durbin | 2015-06-02 | 1 | -1/+0 |
* | Remove address from GPLv2 headers | Patrick Georgi | 2015-05-21 | 22 | -22/+22 |
* | Remove Kconfig variable that has no effect | Patrick Georgi | 2015-05-19 | 1 | -1/+0 |
* | Remove Kconfig variable that has no effect | Patrick Georgi | 2015-05-19 | 1 | -1/+0 |
* | vboot: remove uses of vboot2_verify_firmware() | Aaron Durbin | 2015-05-05 | 1 | -10/+2 |
* | kbuild: automatically include SOCs | Stefan Reinauer | 2015-04-29 | 2 | -20/+4 |
* | Cygnus: add TrustZone functions and set everything non-secure in bootblock | Corneliu Doban | 2015-04-27 | 4 | -99/+643 |
* | broadcom/cygnus: Enable DDR auto self-refresh | Icarus Chau | 2015-04-22 | 4 | -0/+95 |
* | broadcom/cygnus: add specific controller initialization to coreboot | Corneliu Doban | 2015-04-22 | 4 | -0/+760 |
* | broadcom/cygnus: add usb phy driver | Daisuke Nojiri | 2015-04-22 | 4 | -0/+195 |
* | broadcom/cygnus: add secimage and sign bootblock | Daisuke Nojiri | 2015-04-22 | 1 | -1/+40 |
* | broadcom/cygnus: Implement I2C driver | Anatol Pomazau | 2015-04-22 | 1 | -2/+238 |
* | broadcom/cygnus: Enable gpio on romstage | Icarus Chau | 2015-04-22 | 7 | -0/+843 |
* | soc: select generic gpio lib on (almost) all non-x86 SOCs | Stefan Reinauer | 2015-04-22 | 1 | -0/+1 |
* | broadcom/cygnus: add timestamps in pre-ram stages | Daisuke Nojiri | 2015-04-22 | 2 | -25/+6 |
* | google/purin: add DMA coherent region | Daisuke Nojiri | 2015-04-22 | 6 | -3/+67 |
* | broadcom/cygnus: Initialize dram in romstage. | Icarus Chau | 2015-04-22 | 19 | -11/+22763 |
* | broadcom/cygnus: Fix missing writel->write32 transformation | Patrick Georgi | 2015-04-21 | 1 | -17/+17 |
* | cygnus: add QSPI driver | Corneliu Doban | 2015-04-21 | 2 | -7/+289 |
* | arm(64): Globally replace writel(v, a) with write32(a, v) | Julius Werner | 2015-04-21 | 1 | -7/+7 |
* | Kconfig: rename CONSOLE_SERIAL_UART to DRIVERS_UART | Patrick Georgi | 2015-04-20 | 1 | -1/+1 |