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
/
nvidia
/
tegra124
Age
Commit message (
Expand
)
Author
2015-08-28
edid: Use edid_mode struct to reduce redundancy
David Hendricks
2015-07-24
tegra lp0: fix checkpatch errors
Stefan Reinauer
2015-07-13
tegra124/tegra210: Include stages.h in bootblock.c
Stefan Reinauer
2015-07-02
tegra124: verified boot fixups
Stefan Reinauer
2015-06-23
tegra: Move pinmux enum constants from tegra/pinmux.h to soc-specific pinmux.h
Furquan Shaikh
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-26
coreboot: introduce boot_device
Aaron Durbin
2015-05-21
Remove address from GPLv2 headers
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-22
nvidia/tegra*: check bus number for i2c driver APIs
Yen Lin
2015-04-22
soc: select generic gpio lib on (almost) all non-x86 SOCs
Stefan Reinauer
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): Replace write32() and friends with writel()
Julius Werner
2015-04-18
vboot: make vboot2_verify_firmware return
Daisuke Nojiri
2015-04-17
chromeos: Move memlayout.h/symbols.h into common directory
Julius Werner
2015-04-17
uart: pass register width in the coreboot table
Vadim Bendebury
2015-04-14
CBFS: Automate ROM image layout and remove hardcoded offsets
Julius Werner
2015-04-10
vboot: move vboot files to designated directory
Daisuke Nojiri
2015-04-10
gpio: Extend common GPIO header, simplify function names
Julius Werner
2015-04-08
timer: Add generic udelay() implementation
Aaron Durbin
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-04-04
tegra124: use known-good drive for fast-train only
Neil Chen
2015-04-04
tegra124: add support for full DP link training
Neil Chen
2015-04-03
tegra124: implement platform_prog_run()
Aaron Durbin
2015-04-02
Nyans: replace cpu_reset with hard_reset
Daisuke Nojiri
2015-03-31
cbfs: remove cbfs_core.h includes
Aaron Durbin
2015-03-26
tegra: Clean up USB code
Furquan Shaikh
2015-03-24
vboot2: separate verstage from bootblock
Daisuke Nojiri
2015-03-24
nyans: reduce code duplication in bootblock and romstages
Daisuke Nojiri
2015-03-23
vboot2: read secdata and nvdata
Daisuke Nojiri
2015-03-21
tegra124: switch to stopwatch API
Aaron Durbin
2015-03-17
coreboot classes: Add dynamic classes to coreboot
Furquan Shaikh
2015-03-13
nyan: Remove broken setup_display() from romstage
Julius Werner
2015-03-02
coreboot arm: Define function for setting cntfrq register
Furquan Shaikh
2015-02-25
tegra124: Clean up ARM UART driver build
Marc Jones
2015-02-17
T124: perform ram_repair when CPU rail is powered on in warmboot
Yen Lin
2015-02-17
T124: perform ram_repair when CPU rail is powered on in coldboot
Yen Lin
2015-02-17
tegra124: Correct cpu power on sequence and CPUPWRGOOD_TIME
Jimmy Zhang
2015-01-27
CBMEM: Always use DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-27
vboot2: implement select_firmware for pre-romstage verification
Daisuke Nojiri
2015-01-27
vboot2: add verstage
Stefan Reinauer
2015-01-14
Revert "vboot2: add verstage"
Paul Menzel
2015-01-13
vboot2: add verstage
Daisuke Nojiri
2015-01-09
tegra124: fix and fine tune the warm boot code
Joseph Lo
2015-01-04
tegra124: configure DP with correct pixel clock
Vince Hsu
2014-12-30
i2c: Add software_i2c driver for I2C debugging and emulation
Julius Werner
2014-12-30
tegra124: Active dc/sor register change immediately
Vince Hsu
2014-12-30
tegra124: display clock should be initialized before any access
Vince Hsu
2014-12-26
tegra124: Add a utility function to read the cause of the most recent reset.
Gabe Black
2014-12-19
nyan*: Add fast link training functions
Jimmy Zhang
2014-12-17
tegra124: modify panel init sequence
Ken Chang
2014-12-17
nyan*: enable CLAMP_INPUTS
Ken Chang
2014-12-17
ARM: Use LPAE for Virtual Address Translation
Daisuke Nojiri
2014-12-17
tegra124: change PLLD VCO calculation algorithm
Ken Chang
2014-12-16
tegra124: Allow "best" PLLD parameters for unmatched pixel clock.
Hung-Te Lin
2014-12-16
tegra124: Always enable DC when attaching SOR.
Hung-Te Lin
2014-12-16
nyan*: debug: Add sor registers dump function
Jimmy Zhang
2014-12-16
tegra124: clock: Enforce PLL constraints for VCO and CF
Julius Werner
2014-12-16
nyan*: Set SOR_NV_PDISP_SOR_DP_SPARE0 register
Jimmy Zhang
2014-12-16
nyan*: merge a couple of sor setting difference from kernel driver
Jimmy Zhang
2014-12-16
nyan*: Apply sor fix from kernel dc driver
Jimmy Zhang
2014-12-16
tegra124: Initialize display panel by EDID.
Hung-Te Lin
2014-12-15
tegra124: set MOT bit for I2C-over-AUX
Ken Chang
2014-12-15
tegra124: Setup clock PLLD by approximating display panel pixel clock.
Hung-Te Lin
2014-12-15
tegra124: Release DMA channel at end of transaction
David Hendricks
2014-12-15
tegra124: Use correct mask for APB bus width
David Hendricks
2014-12-15
nyan: Enable the cbmem console on nyan and allocate space for it in SRAM.
Gabe Black
2014-12-15
tegra124: More improvements to the clock initialization macros.
Gabe Black
2014-12-15
tegra: spi: Read the command1 register to ensure the write to it completes.
Gabe Black
2014-12-15
tegra124: A couple clock fixes.
Gabe Black
2014-12-15
tegra124: Add tegra_dc_i2c_aux_read to allow reading EDID.
Hung-Te Lin
2014-12-15
tegra124: Skip display init when vboot says we don't need it.
Gabe Black
2014-12-09
spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.
Gabe Black
2014-12-09
spi: Factor EC protocol details out of the SPI drivers.
Gabe Black
2014-12-02
Replace hlt with halt()
Patrick Georgi
2014-11-18
tegra124: remove spurious error message
Patrick Georgi
2014-11-18
tegra124: actually parse is_lvds
Patrick Georgi
2014-11-14
tegra124: allow tegra124 devices to run vboot rmodule
Aaron Durbin
2014-11-14
tegra124: i2c: Reset the controller when there's an error.
Gabe Black
2014-11-14
tegra124: fix the dangerous VPR write order
Joseph Lo
2014-11-14
tegra124: Add some functions for resetting peripherals.
Gabe Black
2014-11-14
t124: Clean up display init functions
Jimmy Zhang
2014-11-13
arm: Put assembly functions into separate sections
Julius Werner
2014-11-13
tegra124: Add a macro specifically for configuring the I2C controller clocks.
Gabe Black
2014-11-13
tegra124: Fix some bugs in the clock configuration macros.
Gabe Black
2014-11-13
t124: Skip PLLP init to 408MHz
Jimmy Zhang
2014-11-13
t124: nyan: Enable lock bit on pll
Jimmy Zhang
2014-11-13
tegra124: fix OSC initialization on LP0 resume
Andrew Bresticker
2014-11-13
tegra124: fix PLLU parameters
Andrew Bresticker
2014-11-13
tegra124: Make the PLLX frequency selectable by model.
Gabe Black
2014-11-12
tegra124: enable JTAG in Security Mode
Jimmy Zhang
2014-11-12
tegra124: Program PWM1 to drive panel backlight
Andrew Chew
2014-11-12
tegra124: Fix PWM pinmux functions
Andrew Chew
2014-11-12
tegra124: Add PWM base address
Andrew Chew
2014-11-12
tegra124: nyan: Keep in memory structures below 4GB.
Gabe Black
2014-11-09
arm: Thumb ALL the things!
Julius Werner
[next]