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
2019-04-30
vboot: refactor OPROM code
Joel Kitching
2019-03-25
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-21
vboot: standardize on working data size
Joel Kitching
2019-03-21
nvidia/tegra{124,210}/lp0: Directly include `stdint.h`
Nico Huber
2019-03-20
soc/nvidia/tegra{124,210}: Remove unneeded 'include <halt.h>'
Elyes HAOUAS
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-16
src: Drop unused '#include <halt.h>'
Elyes HAOUAS
2019-03-07
security/tpm: Fix TCPA log feature
Philipp Deppenwiese
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-02-22
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2019-01-14
console: Change BOOTBLOCK_CONSOLE default to `y`
Nico Huber
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-21
(console,drivers/uart)/Kconfig: Fix dependencies
Nico Huber
2018-11-16
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <cbfs.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <lib.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-11-16
src: Get rid of duplicated includes
Elyes HAOUAS
2018-11-12
src: Remove unneeded include "{arch,cpu}/cpu.h"
Elyes HAOUAS
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-22
reset: Convert individual boards to `board_reset()`
Nico Huber
2018-10-11
tegra124_lp0: make sure to build with compiler.h included
Patrick Georgi
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-10-08
src: Use tabs for indentation
Elyes HAOUAS
2018-10-04
soc/nvidia/tegra124: Increase bootblock size
Patrick Rudolph
2018-09-14
complier.h: add __always_inline and use it in code base
Aaron Durbin
2018-09-10
complier.h: add __noreturn and use it in code base
Aaron Durbin
2018-08-09
src/soc: Fix typo
Elyes HAOUAS
2018-07-09
src/soc: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-06-04
src/soc: Get rid of whitespace before tab
Elyes HAOUAS
2018-05-29
src/soc: Add and update license headers
Martin Roth
2018-05-28
soc/nvidia: Get rid of device_t
Elyes HAOUAS
2018-05-22
soc/nvidia/tegra(124|210): Add distclean targets
Martin Roth
2018-02-21
driver/uart: Introduce a way for mainboard to override the baudrate
Julien Viard de Galbert
2017-09-23
mb/*/*: Remove rtc nvram configurable baud rate
Arthur Heymans
2017-09-05
nvidia/tegra*: Use xcompile for compiler prefix unless specified
Patrick Georgi
2017-08-18
include/device: Split i2c.h into three
Nico Huber
2017-08-02
soc/nvidia/tegra*: force using our headers instead of compiler's/system's
Patrick Georgi
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-06-08
device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INIT
Nico Huber
2017-06-02
Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER
Nico Huber
2017-05-24
soc/nvidia/tegra*: Move spi driver to use spi_bus_map
Furquan Shaikh
2017-05-05
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2017-05-03
lib/edid.c: Differentiate between absent and non-conformant EDID
Arthur Heymans
2017-03-28
vboot: Move remaining features out of vendorcode/google/chromeos
Julius Werner
2017-03-28
vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig option
Julius Werner
2016-12-05
spi: Define and use spi_ctrlr structure
Furquan Shaikh
2016-12-05
spi: Pass pointer to spi_slave structure in spi_setup_slave
Furquan Shaikh
2016-12-05
spi: Fix parameter types for spi functions
Furquan Shaikh
2016-08-31
src/soc: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-07-31
src/soc: Capitalize CPU, ACPI, RAM and ROM
Elyes HAOUAS
2016-07-31
nvidia/tegra124: Adjust memlayout to Chrome OS toolchain
Stefan Reinauer
2016-07-27
soc/nvidia/tegra124: remove cache_policiy option
Aaron Durbin
2016-07-07
tegra124: Build verstage when CHROMEOS is selected
Paul Kocialkowski
2016-06-28
tegra124: Actually align the framebuffer's bytes-per-line to 32
Paul Kocialkowski
2016-06-12
Kconfig: Set VBOOT_OPROM_MATTERS for relevant non-x86 devices
Julius Werner
2016-05-09
tegra124: Align the framebuffer's bytes-per-line to 32
Paul Kocialkowski
2016-04-07
edid: Make framebuffer row alignment configurable
Julius Werner
2016-03-24
edid: Add helper function to calculate bits-per-pixel dependent values
Julius Werner
2016-03-08
nyan: Fix timestamps and CBFS SPI integration
Julius Werner
2016-02-21
soc/*: fix uart's regwidth specification in cbtables
Patrick Georgi
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-11
vboot: remove remnants of VBOOT_STUB
Aaron Durbin
2015-10-02
tegra124: use the common verstage flow
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-09-07
Drop "See file CREDITS..." comment
Stefan Reinauer
2015-09-04
bootmode: add display_init_required()
Aaron Durbin
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
[next]