Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
coreboot
/
HEAD
e59ef70
coreboot: Add OWNERS file
by Chris McDonald
· 4 years ago
master
edf528b
Replace coreboot contents with README.txt file
by Bernie Thompson
· 4 years, 4 months ago
796af17
IT8772F: Add switch to enable HWM(Hardware Monitor)
by Ted Kuo
· 8 years ago
chromeos-2012
5383a41
UPSTREAM: cbfstool: correct size left calculation for "empty" entries
by Aaron Durbin
· 9 years ago
84defb4
baytrail: com1 is a reserved word in windows, rename to uart.c
by Martin Roth
· 10 years ago
a4f2dd4
tegra124: Make tegra124 compilable with serial turned off.
by Gabe Black
· 10 years ago
f0a1366
beltino: get ChromeOS up and running
by Stefan Reinauer
· 10 years ago
2d0cd21
lynxpoint: Export pch_enable_lpc() for SuperIO systems
by Stefan Reinauer
· 10 years ago
5ef9344
x86: add common definitions for control registers
by Aaron Durbin
· 10 years ago
d49358f
xcompile: always use -march=i686
by Aaron Durbin
· 10 years ago
572f49e
Provide libpayload configuration for rambi board
by Bernie Thompson
· 10 years ago
ecec80e
libpayload: usb: Refactor USB enumeration to fix SuperSpeed devices
by Julius Werner
· 10 years ago
e512c8b
libpayload: xhci: Use Event Data TRBs for transfer event generation
by Julius Werner
· 10 years ago
4c6dd4c
tegra124: Call the set_avp_clock_to_clkm function in the bootblock.
by Gabe Black
· 10 years ago
161a39c
tegra124: Implement the monotonic timer by reading the 1us timer register.
by Gabe Black
· 10 years ago
d29e655
nyan: Use the new pinmux functions as part of UART setup.
by Gabe Black
· 10 years ago
5cd9f17
tegra124: Implement driver code for the pinmux, pingroup controls, and GPIOs.
by Gabe Black
· 10 years ago
9100d47
exynos: Fix the name of the chip_operations structures.
by Gabe Black
· 10 years ago
be8c7a8
ARM: Use local versions of libgcc functions instead of linking against libgcc.
by Gabe Black
· 10 years ago
65139f2
arm: Update a stale comment in bootblock .S files
by David Hendricks
· 10 years ago
8f2b3ba
PEPPY/HASWELL: move more support functions from mainboard to the intel i915 driver
by Ronald G. Minnich
· 10 years ago
e6343a7
rambi: add per-sku SPD support
by Aaron Durbin
· 10 years ago
4f463fe
baytrail: move early init to before mainboard
by Aaron Durbin
· 10 years ago
3f6facc
baytrail: Add functions to peek at GPIO input values
by Shawn Nematbakhsh
· 10 years ago
79b6101
tegra124: Add base address for the pinmux and pingroup registers.
by Gabe Black
· 10 years ago
2c554f5
tegra: Change how tegra124 and tegra include files from each other.
by Gabe Black
· 10 years ago
4718e51
baytrail: set max frequency early in romstage
by Aaron Durbin
· 10 years ago
5059648
baytrail: adjust cache policy during romstage
by Aaron Durbin
· 10 years ago
286cede
baytrail: add punit access functions
by Aaron Durbin
· 10 years ago
b02ed95
bayleybay: remove unused graphics.c
by Aaron Durbin
· 10 years ago
64a827a
baytrail: Change default GPIO configs to closer match power-on defaults
by Shawn Nematbakhsh
· 10 years ago
a330fdd
samus: Add ACPI MADT interrupt override for GPIO IRQ 14
by Duncan Laurie
· 10 years ago
factory-samus-4788.B
63a0c80
lynxpoint: Add interrupt for GPIO controller in ACPI device
by Duncan Laurie
· 10 years ago
0a13855
samnus: Change SPD to indicate LPDDR
by Duncan Laurie
· 10 years ago
f6bceac
rambi: add initial rambi mainboard support
by Aaron Durbin
· 10 years ago
53e3bed
Tegra,Tegra124: proposed layout for file hierarchy with example
by Ronald G. Minnich
· 10 years ago
e00379f
ARMv4: Add a minimal version of cpu.h.
by Gabe Black
· 10 years ago
f12424a
libpayload: xhci: Ensure to reset dequeue pointer on stopped endpoints
by Julius Werner
· 10 years ago
655a216
baytrail: initialize punit
by Aaron Durbin
· 10 years ago
758a50a
baytrail: load microcode in bootblock
by Aaron Durbin
· 10 years ago
59478ae
baytrail: disable tco timer
by Aaron Durbin
· 10 years ago
9671472
libpayload: usb: Fix several minor USB stack bugs
by Julius Werner
· 10 years ago
f160d44
libpayload: usb: Unify USB speed between XHCI stack and USB core
by Julius Werner
· 10 years ago
904eac5
baytrail: program PUNIT memory-mapped base address
by Aaron Durbin
· 10 years ago
145f5aa
baytrail: add 316 microcode
by Aaron Durbin
· 10 years ago
83d99de
baytrail: additional iosf changes
by Aaron Durbin
· 10 years ago
249a74c
samus: Add coreboot board
by Duncan Laurie
· 10 years ago
b02fa77
falco: Add support for Samsung memory
by Duncan Laurie
· 10 years ago
5d45fc4
baytrail: import and use updated mrc_wrapper.h
by Aaron Durbin
· 10 years ago
bcd81f1
ARM: Remove the hack which excluded assembly barriers for tegra124 bootblock.
by Gabe Black
· 10 years ago
c1aa76b
tegra124: Switch the bootblock over the ARMv4 impelementation.
by Gabe Black
· 10 years ago
221dc76
ARM: Add an ARMv4 architecture version.
by Gabe Black
· 10 years ago
799514e
ARM: Split out ARMv7 code and make it possible to have other arch versions.
by Gabe Black
· 10 years ago
f0a2670
Makefile: Include ccopts variables in the static.c Make rules.
by Gabe Black
· 10 years ago
8423a41
ARM: Generalize armv7 as arm.
by Gabe Black
· 10 years ago
86f5e28
tegra124: Implement and enable serial console support for tegra124.
by Gabe Black
· 10 years ago
a93900b
UART 8250: Unconditionally provide register constants and use UART8250 prefix.
by Gabe Black
· 10 years ago
d3045f3
uart: The uart.h header file uses uint32_t without including stdint.h.
by Gabe Black
· 10 years ago
ae7d4d8
tegra124: Seperate out the non-UART specific hardcoded init in the bootblock.
by Gabe Black
· 10 years ago
049f95c
Rearrange baitrail config options alphanumerically
by Vadim Bendebury
· 10 years ago
d5a4294
PEPPY, Haswell: refactor and create set_translation_table function in haswell/gma.c
by Ronald G. Minnich
· 10 years ago
c8bb8fe
armv7: Move Exynos from 'cpu' to 'soc'.
by Hung-Te Lin
· 10 years ago
2a0adce
tegra124: Re-enable waiting for the transmitter to empty in the test function.
by Gabe Black
· 10 years ago
65f1aa1
tegra124: Override the -march flag used by the bootblock.
by Gabe Black
· 10 years ago
f7255d8
ARM: Hack out assembly barriers when on tegra124.
by Gabe Black
· 10 years ago
e005918
tegra124: Add a test function which spams exclamation points on the UART.
by Gabe Black
· 10 years ago
d143628
tegra124: Add a custom bootblock implementation.
by Gabe Black
· 10 years ago
a66393f
ARM: Make it possible to use a custom bootblock implementation.
by Gabe Black
· 10 years ago
512d942
ARM: Overhaul the ARM Makefile.
by Gabe Black
· 10 years ago
d606f22
Makefile: Put the class flags after the generic flags.
by Gabe Black
· 10 years ago
3e69a47
tegra124: Add stack related config options to the Kconfig.
by Gabe Black
· 10 years ago
154876c
snow: Fix a typo in devicetree.cb that was breaking the snow build.
by Gabe Black
· 10 years ago
cf4a9b0
tegra124: Add some make rules which will wrap the bootblock in the BCT.
by Gabe Black
· 10 years ago
6bbcffe
nyan: Add bct files for nyan.
by Gabe Black
· 10 years ago
3ae4417
nyan: Add a "special-class" for aggregating BCT files into bct.cfg.
by Gabe Black
· 10 years ago
8db03c3
arm: Get rid of the INTERMEDIATE variable used on exynos.
by Gabe Black
· 10 years ago
c197ccf
baytrail: start collecting timestamps
by Aaron Durbin
· 10 years ago
f276df6
bayleybay: Add initial GPIO configuration table.
by Shawn Nematbakhsh
· 10 years ago
77ca452
baytrail: Add GPIO initial configuration infrastructure.
by Shawn Nematbakhsh
· 10 years ago
8cdaf73
Peppy graphics
by Ronald G. Minnich
· 10 years ago
17dc60f
nyan: config: Add a coreboot config file for the nyan board.
by Gabe Black
· 10 years ago
3893c94
Use changed serial port config name for Bayleybay too
by Vadim Bendebury
· 10 years ago
e9d8753
nyan: Add a stub mainboard.
by Gabe Black
· 10 years ago
462456f
tegra124: Add a stub implementation of the tegra124 SOC.
by Gabe Black
· 10 years ago
7274ba3
libpayload: Add a nyan config.
by Gabe Black
· 10 years ago
9a10e39
libpayload: Change CONFIG_X86_SERIAL_CONSOLE to CONFIG_8250_SERIAL_CONSOLE
by Gabe Black
· 10 years ago
fd4529f
libpayload: usbmsc: Remove DETACHED state from MSC device structure
by Julius Werner
· 10 years ago
71ee403
baytrail: introduce pattrs
by Aaron Durbin
· 10 years ago
a487dea
lynxpoint: work around XHCI resume issues
by Duncan Laurie
· 10 years ago
3e62fcd
lynxpoint: xhci: more suspend/resume changes
by Duncan Laurie
· 10 years ago
cf1fe05
bolt: Set GPIO29 as input in S0, output+high in S3/S5
by Duncan Laurie
· 10 years ago
d9c8f93
Provide libpayload configuration for bayleybay board
by Vadim Bendebury
· 10 years ago
7316732
exynos5420: Don't map low addresses that lead nowhere
by Julius Werner
· 10 years ago
1146c57
ARM: Eliminate the unused interrupts.c.
by Gabe Black
· 10 years ago
0ce3898
exynos: Get rid of the unused reset.c.
by Gabe Black
· 10 years ago
9187925
baytrail: add dunit access and registers
by Aaron Durbin
· 10 years ago
faef9c6
baytrail: set host memory map
by Aaron Durbin
· 10 years ago
246d4ed
baytrail: add common pci_operations
by Aaron Durbin
· 10 years ago
f89e573
baytrail: initialize graphics before MRC
by Aaron Durbin
· 10 years ago
05a43da
baytrail: cache ROM space early in bootblock
by Aaron Durbin
· 10 years ago
Next »