index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
broadcom
/
cygnus
Age
Commit message (
Expand
)
Author
2016-02-21
soc/*: fix uart's regwidth specification in cbtables
Patrick Georgi
2016-02-12
timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig
Julius Werner
2016-01-29
src/: Chmod 644 all .c, .h, .asl, .inc, .cb, .hex, & Kconfig files
Martin Roth
2016-01-18
header files: Fix guard name comments to match guard names
Martin Roth
2016-01-07
Correct some common spelling mistakes
Martin Roth
2015-11-11
arm/arm64: Generalize bootblock C entry point
Julius Werner
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-02
broadcom/cygnus: remove verstage.c
Aaron Durbin
2015-09-22
linking: link bootblock.elf with .data and .bss sections again
Aaron Durbin
2015-09-09
verstage: use common program.ld for linking
Aaron Durbin
2015-08-21
ChromeOS: Fix Kconfig dependencies
Martin Roth
2015-08-08
broadcom/cygnus: returning from verstage without having one is useless
Patrick Georgi
2015-07-12
Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()
Martin Roth
2015-07-08
memlayout: Add timestamp regions for t210 and cygnus
Stefan Reinauer
2015-06-21
Remove obsolete EARLY_CONSOLE usage
Martin Roth
2015-06-21
Remove old HAVE_UART_MEMORY_MAPPED select statements
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-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-19
Remove Kconfig variable that has no effect
Patrick Georgi
2015-05-19
Remove Kconfig variable that has no effect
Patrick Georgi
2015-05-05
vboot: remove uses of vboot2_verify_firmware()
Aaron Durbin
2015-04-29
kbuild: automatically include SOCs
Stefan Reinauer
2015-04-27
Cygnus: add TrustZone functions and set everything non-secure in bootblock
Corneliu Doban
2015-04-22
broadcom/cygnus: Enable DDR auto self-refresh
Icarus Chau
2015-04-22
broadcom/cygnus: add specific controller initialization to coreboot
Corneliu Doban
2015-04-22
broadcom/cygnus: add usb phy driver
Daisuke Nojiri
2015-04-22
broadcom/cygnus: add secimage and sign bootblock
Daisuke Nojiri
2015-04-22
broadcom/cygnus: Implement I2C driver
Anatol Pomazau
2015-04-22
broadcom/cygnus: Enable gpio on romstage
Icarus Chau
2015-04-22
soc: select generic gpio lib on (almost) all non-x86 SOCs
Stefan Reinauer
2015-04-22
broadcom/cygnus: add timestamps in pre-ram stages
Daisuke Nojiri
2015-04-22
google/purin: add DMA coherent region
Daisuke Nojiri
2015-04-22
broadcom/cygnus: Initialize dram in romstage.
Icarus Chau
2015-04-21
broadcom/cygnus: Fix missing writel->write32 transformation
Patrick Georgi
2015-04-21
cygnus: add QSPI driver
Corneliu Doban
2015-04-21
arm(64): Globally replace writel(v, a) with write32(a, v)
Julius Werner
2015-04-20
Kconfig: rename CONSOLE_SERIAL_UART to DRIVERS_UART
Patrick Georgi
2015-04-20
purin: add ns16550 driver
Daisuke Nojiri
2015-04-20
console: copy ns16550 driver from u-boot
Daisuke Nojiri
2015-04-17
cygnus: enable mmu
Daisuke Nojiri
2015-04-17
cygnus: configure memlayout
Daisuke Nojiri
2015-04-17
cygnus: add timer functions
Daisuke Nojiri
2015-04-17
broadcom/cygnus: add new SoC driver
Daisuke Nojiri