Age | Commit message (Expand) | Author |
2015-09-09 | verstage: use common program.ld for linking | Aaron Durbin |
2015-08-21 | ChromeOS: Fix Kconfig dependencies | Martin Roth |
2015-07-09 | ipq8064: enable timestamp collection | Vadim Bendebury |
2015-06-30 | qualcomm/ipq806x: Fix uart in verstage | Patrick Georgi |
2015-06-30 | qualcomm/ipq806x: centralize vboot configuration | Patrick Georgi |
2015-06-23 | Kconfig: Move CBFS_SIZE into Mainboard menu | Martin Roth |
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-06-02 | ipq806x: clear the RPM initialization Acknowledge bit | Sourabh Banerjee |
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 |
2015-05-05 | 3rdparty: Move to blobs | Patrick Georgi |
2015-04-30 | vboot: split class in library and stage | Patrick Georgi |
2015-04-29 | kbuild: automatically include SOCs | Stefan Reinauer |
2015-04-22 | soc: select generic gpio lib on (almost) all non-x86 SOCs | Stefan Reinauer |
2015-04-22 | qualcomm/ipq806x: report versions of RPM and DDR init components | Vadim Bendebury |
2015-04-22 | qualcomm/ipq806x: add board id value for SP5 | Vadim Bendebury |
2015-04-21 | armv7: preserve bootblock invocation parameter | Vadim Bendebury |
2015-04-21 | ipq808x: add uber sbl parameter definitions | Vadim Bendebury |
2015-04-21 | arm(64): Manually clean up the mess left by write32() transition | Julius Werner |
2015-04-21 | arm(64): Globally replace writel(v, a) with write32(a, v) | Julius Werner |
2015-04-21 | arm(64): Change write32() argument order to match x86 | Julius Werner |
2015-04-21 | arm(64): Replace write32() and friends with writel() | Julius Werner |
2015-04-21 | ipq806x: i2c: stop transfer as soon as an error is reported | Sourabh Banerjee |
2015-04-21 | ipq806x: i2c: write function fixed to avoid spurious success | Sourabh Banerjee |
2015-04-18 | ipq806x: initialize UART even when console is not enabled | Vadim Bendebury |
2015-04-18 | ipq806x: uart: replace hardware accessors | Vadim Bendebury |
2015-04-17 | qualcomm/ipq806x: add spi_crop_chunk() | Patrick Georgi |
2015-04-17 | ipq806x: extend GSBI driver to support i2c on any GSBI block | Sourabh Banerjee |
2015-04-17 | ipq806x: add LPASS clock control driver | Vadim Bendebury |
2015-04-17 | ipq806x: Add support for mmu in bootblock. | Deepa Dinamani |
2015-04-17 | chromeos: Move memlayout.h/symbols.h into common directory | Julius Werner |
2015-04-17 | storm: define location for storing CBFS header value | Vadim Bendebury |
2015-04-15 | ipq806x: load and start RPM | Vadim Bendebury |
2015-04-15 | storm: Add watchdog reset api. | Deepa Dinamani |
2015-04-15 | ipq806x: Load TZBSP blob from coreboot ramstage | Vikas Das |
2015-04-15 | storm: use different CBFS caches before and after DRAM is available | Vadim Bendebury |
2015-04-15 | storm: configure/enable vboot2 support | Vadim Bendebury |
2015-04-15 | ipq8064: add DRAM initialization code | Vadim Bendebury |
2015-04-15 | ipq806x: add i2c driver | Vadim Bendebury |
2015-04-15 | google/storm: prepare enabling vboot2 | Vadim Bendebury |
2015-04-15 | ipq806x: modify imem layout | Deepa Dinamani |
2015-04-15 | soc/ipq806x: Disable LPAE mode. | Deepa Dinamani |
2015-04-15 | ipq806x: set architecture to ARMV7 | Vadim Bendebury |
2015-04-14 | CBFS: Automate ROM image layout and remove hardcoded offsets | Julius Werner |
2015-04-14 | storm: add ipq8064 blobs to the CBFS | Vadim Bendebury |
2015-04-14 | ipq8064: use the new utility to build bootblock | Vadim Bendebury |
2015-04-13 | storm: Fix timer init order problem | Julius Werner |
2015-04-13 | ipq806x: copy i2c, qup, and gsbi drivers from depthcharge | Daisuke Nojiri |
2015-04-10 | ipq806x: Remove extra INCLUDES | Patrick Georgi |
2015-04-10 | google/storm: Minor board ID changes | Dan Ehrenberg |
2015-04-10 | storm: Initialize clock, pinmux for NAND if present on board | Dan Ehrenberg |
2015-04-10 | gpio: Extend common GPIO header, simplify function names | Julius Werner |
2015-04-08 | ipq806x: Change all SoC headers to <soc/headername.h> system | Julius Werner |
2015-04-07 | storm: fix CBFS definitions | Vadim Bendebury |
2015-04-07 | kconfig: drop intermittend forwarder files | Stefan Reinauer |
2015-04-06 | New mechanism to define SRAM/memory map with automatic bounds checking | Julius Werner |
2015-04-02 | ipq806x: provide soc specific CBMEM_CONSOLE_PRERAM_BASE | Vadim Bendebury |
2015-03-28 | storm: need larger CBFS cache | Vadim Bendebury |
2015-03-23 | ipq806x: implement GPIO API | Vadim Bendebury |
2015-03-23 | Generalize revision number calculation function | Vadim Bendebury |
2015-03-17 | ipq806x: Break apart large transfers in spi_xfer() | David Hendricks |
2015-03-17 | soc/ipq806x: Replace GPT with fine grained DGT timer. | Deepa Dinamani |
2015-03-12 | storm: allow to override CBFS_SIZE configuration setting | Vadim Bendebury |
2015-02-06 | include/types.h: Provide BIT() macro | Alexandru Gagniuc |
2015-01-27 | vboot2: add verstage | Stefan Reinauer |
2015-01-09 | storm: Reserve memory from 0x4000_0000-0x414f_ffff | David Hendricks |
2015-01-06 | doxygen fixes: change @var to @param var | Martin Roth |
2015-01-04 | ipq806x: Fix casting in cbmem_top() so >=2GB can be used | David Hendricks |
2015-01-04 | ipq806x: move GPIO definitions to the proper include file | Vadim Bendebury |
2015-01-04 | ipq806x: move translation table out of the way | Vadim Bendebury |
2015-01-04 | ipq806x: Add USB support | Julius Werner |
2015-01-03 | ipq806x: clean up UART driver tx_byte function | Vadim Bendebury |
2015-01-03 | storm: Put the page table at a correct address | Vadim Bendebury |
2015-01-03 | storm: modify memory layout | Vadim Bendebury |
2015-01-03 | soc/ipq806x : Add CONFIG_TTB_BUFFER for the soc. | Deepa Dinamani |
2015-01-03 | ipq8064: add SOC initialization skeleton | Vadim Bendebury |
2015-01-03 | storm/ipq8064: add dynamic CBMEM support | Vadim Bendebury |
2015-01-03 | ipq8064: Configure storm bootblock to run | Vadim Bendebury |
2015-01-03 | storm: ipq8064: enable CBFS SPI wrapper | Vadim Bendebury |
2015-01-03 | ipq8084: provide monotonic us timer | Vadim Bendebury |
2014-12-31 | ipq8064: modify SPI controller driver to work in coreboot | Vadim Bendebury |
2014-12-31 | ipq8064/storm: UART enable and various fixes | Vadim Bendebury |
2014-12-30 | ipq8064: copy u-boot spi driver as is | Vadim Bendebury |
2014-12-30 | ipq8064: prepare uart driver for use in coreboot | Vadim Bendebury |
2014-12-30 | ipq8064: prepare include files before adding UART driver | Vadim Bendebury |
2014-12-30 | ipq8064: SOC UART driver belongs in the SOC directory | Vadim Bendebury |
2014-12-30 | ipq8064: make timer services available | Marc Jones |
2014-12-30 | ipq/arm: Redesign hooks for bootblock | Vadim Bendebury |
2014-12-06 | soc/qualcomm/ipq806x/Kconfig: Fix indent style | Edward O'Callaghan |
2014-12-05 | ipq8064: Make clock code build in coreboot | Vadim Bendebury |
2014-12-05 | ipq8064: prepare UART driver for use in coreboot | Vadim Bendebury |
2014-11-13 | ipq8064: Make timer code compile | Vadim Bendebury |
2014-11-13 | ipq8064: Configure proper bootblock stack and load address | Vadim Bendebury |
2014-11-13 | Use sbl blobs from a private location | Vadim Bendebury |
2014-11-13 | ipq806x: Add support for GPIO operations | Furquan Shaikh |
2014-11-12 | ipq806x: Typecast address to void * in read/write operations | Furquan Shaikh |
2014-11-12 | ipq806x: Add an include/ folder to ipq806x | Furquan Shaikh |
2014-11-12 | Copy u-boot sources as is and modify the tree to still build | Vadim Bendebury |