summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia
Commit message (Expand)AuthorAgeFilesLines
* coreboot: introduce boot_deviceAaron Durbin2015-05-268-151/+156
* Remove address from GPLv2 headersPatrick Georgi2015-05-21105-109/+105
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-1/+0
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-192-2/+2
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-8/+8
* nvidia/tegra132: we write tables in ramstagePatrick Georgi2015-05-111-1/+1
* 3rdparty: move to 3rdparty/blobsPatrick Georgi2015-05-051-1/+1
* 3rdparty: Move to blobsPatrick Georgi2015-05-051-1/+1
* nvidia/tegra132: Fix vboot2 memory layoutAaron Durbin2015-05-051-5/+3
* vboot: remove uses of vboot2_verify_firmware()Aaron Durbin2015-05-052-13/+4
* kbuild: automatically include SOCsStefan Reinauer2015-04-293-2/+8
* nvidia/tegra132: Add spi_crop_chunk()Patrick Georgi2015-04-221-0/+5
* t132: Add gic.c to secmonFurquan Shaikh2015-04-221-0/+1
* nvidia/tegra*: check bus number for i2c driver APIsYen Lin2015-04-224-2/+22
* soc: select generic gpio lib on (almost) all non-x86 SOCsStefan Reinauer2015-04-222-1/+2
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-219-52/+142
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-2130-850/+862
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-2125-338/+244
* Kconfig: rename CONSOLE_SERIAL_UART to DRIVERS_UARTPatrick Georgi2015-04-201-1/+1
* vboot: make vboot2_verify_firmware returnDaisuke Nojiri2015-04-182-6/+30
* chromeos: Move memlayout.h/symbols.h into common directoryJulius Werner2015-04-172-2/+2
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-172-0/+2
* tegra132: lock down VPRAaron Durbin2015-04-141-0/+14
* rush: Enable dp displayJimmy Zhang2015-04-147-3/+3692
* ryu: display: Add function to pass mode info to payloadJimmy Zhang2015-04-143-20/+30
* ryu: display: Set display shift clock dividerJimmy Zhang2015-04-144-18/+32
* rush: Configure display related clock, pad, and powerJimmy Zhang2015-04-142-9/+14
* rush: Add dp related parametersJimmy Zhang2015-04-141-1/+25
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-142-24/+0
* arm: Add bootblock_mainboard_early_init() for pre-console initializationJulius Werner2015-04-132-33/+0
* rush: Add and select DO_SOR_INIT config optionJimmy Zhang2015-04-134-0/+43
* ryu: Add and select DO_DSI_INIT config optionJimmy Zhang2015-04-132-5/+12
* ryu: display: Move display api to mainboardJimmy Zhang2015-04-132-1/+3
* ryu: display: Split dc functions from dsi display codeJimmy Zhang2015-04-136-118/+118
* t132: Add I2S1 support to funitTom Warren2015-04-134-0/+4
* t132: add RAM repair to cluster 1Yen Lin2015-04-132-3/+17
* tegra132: psci: add cpu_on/off supportJoseph Lo2015-04-104-2/+197
* tegra132: Make non-vboot2 memlayout more usefulFurquan Shaikh2015-04-101-4/+5
* tegra132: Change memlayout to have PRERAM and POSTRAM CBFS CacheFurquan Shaikh2015-04-101-1/+2
* tegra132: Bump up ramstage to 256KFurquan Shaikh2015-04-101-1/+1
* tegra132: prepare cpu startup in psciAaron Durbin2015-04-104-6/+31
* tegra132: Increase size of bootblock due to overflowTom Warren2015-04-101-0/+2
* tegra132: always bring up PLLDAaron Durbin2015-04-101-0/+18
* tegra132: rename clock_display() to clock_configure_plld()Aaron Durbin2015-04-104-12/+14
* tegra132: Set dc to resize the difference between framebuffer and panelJimmy Zhang2015-04-102-9/+16
* tegra132: Add framebuffer parametersJimmy Zhang2015-04-101-1/+11
* tegra132: Pass panel spec to lib_sysinfoJimmy Zhang2015-04-103-8/+38
* tegra132: Expand ramstage size to 208k (from 192k)Jimmy Zhang2015-04-101-1/+1
* tegra132: Add dsi driverJimmy Zhang2015-04-1018-182/+2986
* tegra132: Add panel mode specJimmy Zhang2015-04-101-1/+34