- d5b9ce9 soc/broadcom/cygnus: Get rid of device_t by Elyes HAOUAS · 5 years ago
- 05498a2 src/soc: Get rid of whitespace before tab by Elyes HAOUAS · 5 years ago
- 2526fd4 src: Remove space after `defined` by Elyes HAOUAS · 5 years ago
- 9a1bb36 soc{broadcom,imgtec,mediatek,qualcomm}: stop using spi_xfer_two_vectors by Aaron Durbin · 5 years ago
- 235daa4 driver/uart: Introduce a way for mainboard to override the baudrate by Julien Viard de Galbert · 6 years ago
- 5268b76 src/soc: Fix various typos by Jonathan Neuschäfer · 6 years ago
- aa8e5d3 soc: Add Kconfig for each soc vendor by Chris Ching · 6 years ago
- b29078e mb/*/*: Remove rtc nvram configurable baud rate by Arthur Heymans · 6 years ago
- 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 6 years ago
- 029dfff i2c: Move to Linux like `struct i2c_msg` by Nico Huber · 6 years ago
- 99aa6ce src/soc: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 6 years ago
- 56c88eb soc/broadcom/cygnus: Move spi driver to use spi_bus_map by Furquan Shaikh · 6 years ago
- 30221b4 drivers/spi/spi_flash: Pass in flash structure to fill in probe by Furquan Shaikh · 6 years ago
- 43314ff uart: Fix bug in {uart8250, uart8250_mem, ns16550}_rx_byte functions by Werner Zeh · 6 years ago
- de705fa drivers/spi: Re-factor spi_crop_chunk by Furquan Shaikh · 6 years ago
- 58c3938 vboot: Move remaining features out of vendorcode/google/chromeos by Julius Werner · 7 years ago
- 1210b41 vboot: Select SoC-specific configuration for all Chrome OS boards by Julius Werner · 6 years ago
- c2973d1 spi: Get rid of SPI_ATOMIC_SEQUENCING by Furquan Shaikh · 7 years ago
- 94f8699 spi: Define and use spi_ctrlr structure by Furquan Shaikh · 7 years ago
- 36b81af spi: Pass pointer to spi_slave structure in spi_setup_slave by Furquan Shaikh · 7 years ago
- 0dba025 spi: Fix parameter types for spi functions by Furquan Shaikh · 7 years ago
- b9e8ad8 soc/broadcom/cygnus: Update DDR Kconfig by Martin Roth · 7 years ago
- 195c268 soc/broadcom/cygnus/ddr_init.c: Correct typo in POWER ON and POWER OK. by Elyes HAOUAS · 7 years ago
- 4a83f1c src/soc: Add required space before opening parenthesis '(' by Elyes HAOUAS · 7 years ago
- 03b040b src/soc: Remove unnecessary whitespace before "\n" and "\t" by Elyes HAOUAS · 7 years ago
- 0cd338e Remove non-ascii & unprintable characters by Martin Roth · 7 years ago
- 038e724 src/soc: Capitalize CPU, ACPI, RAM and ROM by Elyes HAOUAS · 7 years ago
- a7cac0c soc/*: fix uart's regwidth specification in cbtables by Patrick Georgi · 8 years ago
- 8c09377 timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig by Julius Werner · 8 years ago
- 3e3d969 src/: Chmod 644 all .c, .h, .asl, .inc, .cb, .hex, & Kconfig files by Martin Roth · 8 years ago
- fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 8 years ago
- 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 8 years ago
- 86fc11d arm/arm64: Generalize bootblock C entry point by Julius Werner · 8 years ago
- a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 8 years ago
- 4d77596 broadcom/cygnus: remove verstage.c by Aaron Durbin · 8 years ago
- d972f78 linking: link bootblock.elf with .data and .bss sections again by Aaron Durbin · 8 years ago
- e5bad5c verstage: use common program.ld for linking by Aaron Durbin · 8 years ago
- 967cd9a ChromeOS: Fix Kconfig dependencies by Martin Roth · 8 years ago
- 0c02eef broadcom/cygnus: returning from verstage without having one is useless by Patrick Georgi · 8 years ago
- c4e49f6 Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() by Martin Roth · 8 years ago
- 8e39975 memlayout: Add timestamp regions for t210 and cygnus by Stefan Reinauer · 8 years ago
- a412d39 Remove obsolete EARLY_CONSOLE usage by Martin Roth · 8 years ago
- eb22da0e Remove old HAVE_UART_MEMORY_MAPPED select statements by Martin Roth · 8 years ago
- 5264862 Remove empty lines at end of file by Elyes HAOUAS · 8 years ago
- 899d13d cbfs: new API and better program loading by Aaron Durbin · 8 years ago
- b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
- e2b0aff Remove Kconfig variable that has no effect by Patrick Georgi · 8 years ago
- a6225fa Remove Kconfig variable that has no effect by Patrick Georgi · 8 years ago
- 0946a1b vboot: remove uses of vboot2_verify_firmware() by Aaron Durbin · 8 years ago
- aae53ab kbuild: automatically include SOCs by Stefan Reinauer · 8 years ago
- 189bec5 Cygnus: add TrustZone functions and set everything non-secure in bootblock by Corneliu Doban · 8 years ago
- be47636 broadcom/cygnus: Enable DDR auto self-refresh by Icarus Chau · 8 years ago
- bcdbdc6 broadcom/cygnus: add specific controller initialization to coreboot by Corneliu Doban · 8 years ago
- 4e2e8ee broadcom/cygnus: add usb phy driver by Daisuke Nojiri · 9 years ago
- e1741c5 broadcom/cygnus: add secimage and sign bootblock by Daisuke Nojiri · 9 years ago
- d9af30b broadcom/cygnus: Implement I2C driver by Anatol Pomazau · 9 years ago
- 9855895 broadcom/cygnus: Enable gpio on romstage by Icarus Chau · 9 years ago
- 97db1fb soc: select generic gpio lib on (almost) all non-x86 SOCs by Stefan Reinauer · 9 years ago
- 73dd7b6 broadcom/cygnus: add timestamps in pre-ram stages by Daisuke Nojiri · 9 years ago
- 99d3956 google/purin: add DMA coherent region by Daisuke Nojiri · 9 years ago
- d5f551a broadcom/cygnus: Initialize dram in romstage. by Icarus Chau · 9 years ago
- 1abb600 broadcom/cygnus: Fix missing writel->write32 transformation by Patrick Georgi · 8 years ago
- b048432 cygnus: add QSPI driver by Corneliu Doban · 9 years ago
- 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 9 years ago
- 01368ed Kconfig: rename CONSOLE_SERIAL_UART to DRIVERS_UART by Patrick Georgi · 8 years ago
- c047b10 purin: add ns16550 driver by Daisuke Nojiri · 9 years ago
- 3a2ac88 console: copy ns16550 driver from u-boot by Daisuke Nojiri · 9 years ago
- e5d5942 cygnus: enable mmu by Daisuke Nojiri · 9 years ago
- 128de62 cygnus: configure memlayout by Daisuke Nojiri · 9 years ago
- fcfd989 cygnus: add timer functions by Daisuke Nojiri · 9 years ago
- a6712f3 broadcom/cygnus: add new SoC driver by Daisuke Nojiri · 9 years ago