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
/
mainboard
/
google
/
nyan_big
/
mainboard.c
Age
Commit message (
Expand
)
Author
2019-12-04
Change all clrsetbits_leXX() to clrsetbitsXX()
Julius Werner
2019-09-15
src/mainboard: Remove not used #include <elog.h>
Elyes HAOUAS
2019-05-29
commonlib: fix typo LB_TAB_* (instead of LB_TAG_*)
Patrick Georgi
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-02-22
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2018-05-08
mb/google: Get rid of device_t
Elyes HAOUAS
2016-07-28
chromeos: Clean up elog handling
Furquan Shaikh
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-21
arm(64): Globally replace writel(v, a) with write32(a, v)
Julius Werner
2015-04-10
gpio: Extend common GPIO header, simplify function names
Julius Werner
2015-04-08
tegra124: Change all SoC headers to <soc/headername.h> system
Julius Werner
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-03-26
tegra: Clean up USB code
Furquan Shaikh
2014-12-31
nyan*: Set GEN2 I2C pads to open-drain mode
Ken Chang
2014-12-30
nyan*: Log boot reason in eventlog
David Hendricks
2014-12-19
nyan*: Disable SD card reader power gpio.
Hung-Te Lin
2014-12-17
nyan*: enable CLAMP_INPUTS
Ken Chang
2014-12-17
nyan*: Add eventlog support
David Hendricks
2014-12-09
spi: Factor EC protocol details out of the SPI drivers.
Gabe Black
2014-11-14
Big, Blaze: Set I2S1 Source to CLK_M to Fix Beep
Daisuke Nojiri
2014-11-14
nyan: Move some pinmux and clock/reset configuration to ROM stage.
Gabe Black
2014-11-13
nyan*: Switching unused pin to GPIO
Neil Chen
2014-11-13
nyan: big: Set the i2c controller frequencies appropriately.
Gabe Black
2014-11-12
tegra124: Port a PWM clocking change to big.
Gabe Black
2014-09-24
big: Create a nyan_big mainboard which is a copy of nyan.
Gabe Black