index
:
users/pcacjr/coreboot.git
classic-2014.10
master
seabios/rcba
Unnamed repository; edit this file 'description' to name the repository.
Paulo Alcantara
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
vboot2: add verstage
Stefan Reinauer
2015-01-27
61
-5
/
+118
*
nvidia/ck804/lpc.c: Fix power restoration control
Timothy Pearson
2015-01-27
1
-3
/
+7
*
rush: Add support for rush board
Furquan Shaikh
2015-01-26
6
-0
/
+151
*
tegra132: Add support for tegra132 soc
Furquan Shaikh
2015-01-26
11
-0
/
+713
*
arm64: Prepare ARM64 for building
Marc Jones
2015-01-26
6
-34
/
+39
*
xcompile: Rename aarch64 to arm64
Marc Jones
2015-01-26
1
-3
/
+3
*
toolchain.inc: Check toolchain is installed before running it
Marc Jones
2015-01-26
1
-0
/
+1
*
northbridge/amd: Add Kconfig options for ECC redirection
Timothy Pearson
2015-01-25
2
-2
/
+10
*
northbridge/amd: Add Kconfig options for ECC scrub rate
Timothy Pearson
2015-01-25
2
-23
/
+59
*
device/hypertransport.c: Fix typo in comment
Timothy Pearson
2015-01-24
1
-1
/
+1
*
device/oprom/realmode/x86: Fix memory corruption
Zhuo-Hao Lee
2015-01-20
1
-1
/
+1
*
samus: Update indices of ramstage and refcode blobs
Randall Spangler
2015-01-19
1
-2
/
+2
*
samus: Delay bringing SSD out of reset
Duncan Laurie
2015-01-19
2
-1
/
+5
*
samus: Disable self refresh and MRC cache on broadwell
Duncan Laurie
2015-01-19
1
-0
/
+10
*
samus: Enable keyboard backlight
Duncan Laurie
2015-01-19
2
-1
/
+23
*
samus: add acpi resource for supporting RT5677 codec
Kane Chen
2015-01-19
1
-0
/
+30
*
asrock/e350m1: Fix PCIe slot for x4 cards
Kyösti Mälkki
2015-01-17
1
-21
/
+1
*
3rdparty: Update to latest commit in blobs repository
Dave Frodin
2015-01-16
1
-0
/
+0
*
baytrail: there is a chance that USBPHY_COMPBG is set to 0
Kane Chen
2015-01-16
1
-1
/
+3
*
rambi: configure USBPHY_COMPBG by the setting in devicetree.cb
Kane Chen
2015-01-16
1
-0
/
+1
*
baytrail: use the setting in devicetree.cb to config USBPHY_COMPBG
Kane Chen
2015-01-16
2
-1
/
+3
*
rmodule: Fix 64-bit related typecast errors
Furquan Shaikh
2015-01-16
1
-5
/
+5
*
coreboot tpm: Fix printk format specifiers
Furquan Shaikh
2015-01-16
2
-2
/
+2
*
fmap: Fix pointer related casts
Furquan Shaikh
2015-01-16
1
-1
/
+1
*
3rdparty: Update to latest commit in blobs repository
Dave Frodin
2015-01-15
1
-0
/
+0
*
drivers/i2c/w83795: Fix tautology from wrong return type
Edward O'Callaghan
2015-01-15
1
-3
/
+3
*
mainboard/tyan/s2882/irq_tables.c: Remove dead code under #if 0
Edward O'Callaghan
2015-01-15
1
-54
/
+0
*
Move container_of() macro to stddef.h
Stefan Reinauer
2015-01-14
2
-11
/
+11
*
baytrail broadwell: Use timestamps internal stash
Kyösti Mälkki
2015-01-14
4
-50
/
+10
*
Revert "vboot2: add verstage"
Paul Menzel
2015-01-14
12
-57
/
+4
*
vendorcode/amd/agesa: Remove UCODE_VS_FLAG() macro unused variable
Edward O'Callaghan
2015-01-14
8
-17
/
+3
*
northbridge/via/vx800/lpc.c: Remove unused variables
Edward O'Callaghan
2015-01-14
1
-4
/
+0
*
vboot2: add verstage
Daisuke Nojiri
2015-01-13
12
-4
/
+57
*
cbmem: Add support for new 'coreboot' compatible device tree binding
Julius Werner
2015-01-13
1
-17
/
+158
*
cbfs: add cbfs_read()
Aaron Durbin
2015-01-13
2
-0
/
+20
*
cbfs: add cbfs_locate_file()
Aaron Durbin
2015-01-13
2
-29
/
+66
*
cbfstool: Remove arch check for different stages
Furquan Shaikh
2015-01-13
1
-10
/
+0
*
vendorcode/intel: remove DebugDeadLoop() from fsptypes.h
Martin Roth
2015-01-13
4
-28
/
+8
*
soc/intel/fsp_baytrail/gpio.c: Silence unused variable warning
Edward O'Callaghan
2015-01-13
1
-2
/
+5
*
mainboard/lenovo/x220/gpio.c: Remove unused struct
Edward O'Callaghan
2015-01-13
1
-35
/
+0
*
src/device: Doxygen fixes
Martin Roth
2015-01-12
2
-3
/
+12
*
southbridge/intel/lynxpoint/me_9.x.c: Avoid unused func warn
Edward O'Callaghan
2015-01-12
1
-24
/
+26
*
soc/intel/broadwell/me.c: Prevent unused function warning
Edward O'Callaghan
2015-01-12
1
-7
/
+7
*
soc/intel/broadwell/spi_loading.c: Remove dead code
Edward O'Callaghan
2015-01-12
2
-68
/
+0
*
mainboard/lenovo/?/Kconfig: select NO_UART_ON_SUPERIO
Edward O'Callaghan
2015-01-12
5
-0
/
+5
*
libpayload: Let GDB stub read/write memory with aligned MMIO words
Julius Werner
2015-01-12
1
-10
/
+27
*
libpayload: Expand setbits_le32() and fix readl() const-ness
Julius Werner
2015-01-12
5
-27
/
+33
*
libpayload: improve us timer accuracy
Vadim Bendebury
2015-01-12
1
-1
/
+1
*
libpayload: Add Rock Chip drivers
huang lin
2015-01-12
7
-4
/
+182
*
mainboard/lenovo/x201/romstage.c: Remove unused function
Edward O'Callaghan
2015-01-11
1
-5
/
+0
[next]