summaryrefslogtreecommitdiffstats
path: root/src/soc/broadcom
Commit message (Expand)AuthorAgeFilesLines
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-281-3/+3
* vboot: Select SoC-specific configuration for all Chrome OS boardsJulius Werner2017-03-281-0/+1
* spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh2016-12-231-0/+1
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-40/+47
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-9/+9
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-4/+4
* soc/broadcom/cygnus: Update DDR KconfigMartin Roth2016-11-173-22/+33
* soc/broadcom/cygnus/ddr_init.c: Correct typo in POWER ON and POWER OK.Elyes HAOUAS2016-08-311-2/+2
* src/soc: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-313-327/+327
* src/soc: Remove unnecessary whitespace before "\n" and "\t"Elyes HAOUAS2016-08-281-2/+2
* Remove non-ascii & unprintable charactersMartin Roth2016-08-011-2/+2
* src/soc: Capitalize CPU, ACPI, RAM and ROMElyes HAOUAS2016-07-311-2/+2
* soc/*: fix uart's regwidth specification in cbtablesPatrick Georgi2016-02-211-1/+1
* timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner2016-02-121-1/+0
* src/: Chmod 644 all .c, .h, .asl, .inc, .cb, .hex, & Kconfig filesMartin Roth2016-01-2911-0/+0
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-183-3/+3
* Correct some common spelling mistakesMartin Roth2016-01-071-1/+1
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-111-4/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3121-84/+0
* broadcom/cygnus: remove verstage.cAaron Durbin2015-10-021-32/+0
* linking: link bootblock.elf with .data and .bss sections againAaron Durbin2015-09-221-5/+1
* verstage: use common program.ld for linkingAaron Durbin2015-09-091-1/+0
* ChromeOS: Fix Kconfig dependenciesMartin Roth2015-08-211-2/+4
* broadcom/cygnus: returning from verstage without having one is uselessPatrick Georgi2015-08-081-0/+1
* Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth2015-07-122-20/+20
* memlayout: Add timestamp regions for t210 and cygnusStefan Reinauer2015-07-081-0/+1
* Remove obsolete EARLY_CONSOLE usageMartin Roth2015-06-211-1/+0
* Remove old HAVE_UART_MEMORY_MAPPED select statementsMartin Roth2015-06-211-1/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-087-8/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2122-22/+22
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-1/+0
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-1/+0
* vboot: remove uses of vboot2_verify_firmware()Aaron Durbin2015-05-051-10/+2
* kbuild: automatically include SOCsStefan Reinauer2015-04-292-20/+4
* Cygnus: add TrustZone functions and set everything non-secure in bootblockCorneliu Doban2015-04-274-99/+643
* broadcom/cygnus: Enable DDR auto self-refreshIcarus Chau2015-04-224-0/+95
* broadcom/cygnus: add specific controller initialization to corebootCorneliu Doban2015-04-224-0/+760
* broadcom/cygnus: add usb phy driverDaisuke Nojiri2015-04-224-0/+195
* broadcom/cygnus: add secimage and sign bootblockDaisuke Nojiri2015-04-221-1/+40
* broadcom/cygnus: Implement I2C driverAnatol Pomazau2015-04-221-2/+238
* broadcom/cygnus: Enable gpio on romstageIcarus Chau2015-04-227-0/+843
* soc: select generic gpio lib on (almost) all non-x86 SOCsStefan Reinauer2015-04-221-0/+1
* broadcom/cygnus: add timestamps in pre-ram stagesDaisuke Nojiri2015-04-222-25/+6
* google/purin: add DMA coherent regionDaisuke Nojiri2015-04-226-3/+67
* broadcom/cygnus: Initialize dram in romstage.Icarus Chau2015-04-2219-11/+22763
* broadcom/cygnus: Fix missing writel->write32 transformationPatrick Georgi2015-04-211-17/+17
* cygnus: add QSPI driverCorneliu Doban2015-04-212-7/+289
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-7/+7
* Kconfig: rename CONSOLE_SERIAL_UART to DRIVERS_UARTPatrick Georgi2015-04-201-1/+1