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
/
lib
Age
Commit message (
Expand
)
Author
2014-08-13
arm: libpayload: Add cache coherent DMA memory definition and management
Julius Werner
2014-08-11
coreboot classes: Add dynamic classes to coreboot
Furquan Shaikh
2014-08-10
cbfs: Check return value of map() for error
Julius Werner
2014-08-10
cbfs: Fix overwalk on file scan
Steven Sherk
2014-08-10
coreboot_tables: reduce redundant data structures
Julius Werner
2014-08-10
src/lib/edid.c: missing break statement
Patrick Georgi
2014-08-07
Possible thread stack implementation.
Ronald G. Minnich
2014-07-08
lib: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-03
ACPI: Recover type of wakeup in acpi_is_wakeup()
Kyösti Mälkki
2014-06-27
lib/Makefile.inc: Stop gcc.c getting into SMM clang builds
Edward O'Callaghan
2014-06-20
src/lib/clog2.c: Fix style and clarity, remove some cruft
Edward O'Callaghan
2014-06-06
build: Drop libgcc runtime wrapper in Clang builds
Edward O'Callaghan
2014-05-13
baytrail: snapshot power state in romstage
Aaron Durbin
2014-05-10
ramstage_cache: allow ramstage usage add valid helper
Aaron Durbin
2014-05-10
baytrail: add more iosf access functions
Aaron Durbin
2014-05-10
reg_script: add reg_script_run_on_dev()
Aaron Durbin
2014-05-08
ChromeOS boards: Always build code for bootmode straps
Kyösti Mälkki
2014-05-07
reg_script: add iosf lpss port access
Aaron Durbin
2014-05-07
reg_script: add iosf paths for score, ccu, and ssc
Aaron Durbin
2014-05-06
Introduce stage-specific architecture for coreboot
Furquan Shaikh
2014-05-06
regscript: Add support for MSR type
Duncan Laurie
2014-05-05
lib/hexdump: Use `size_t` for length parameter of `hexdump32()`
Paul Menzel
2014-05-05
lib/hexdump.c: Indent with tabs instead of spaces and remove empty lines
Paul Menzel
2014-05-01
ChromeOS: Use common fill_lb_gpio()
Kyösti Mälkki
2014-05-01
ChromeOS: Remove oprom_is_loaded
Kyösti Mälkki
2014-05-01
Declare recovery and developer modes outside ChromeOS
Kyösti Mälkki
2014-04-26
Rename coreboot_ram stage to ramstage
Furquan Shaikh
2014-04-19
rmodule: add subsections to linker script
Aaron Durbin
2014-04-18
console: Drop driver list in ramstage
Kyösti Mälkki
2014-04-09
uart: Redefine Kconfig options
Kyösti Mälkki
2014-04-09
console uart: Fill coreboot table entries
Kyösti Mälkki
2014-04-01
Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATE
Kyösti Mälkki
2014-03-20
rmodules: use rmodtool to create rmodules
Aaron Durbin
2014-03-11
chromeos: provide option to dynamically allocate ram oops buffer
Aaron Durbin
2014-03-11
rmodule: allow rmodule header structure to be used by userland
Aaron Durbin
2014-03-08
lib/dynamic_cbmem.c: Include `cbmem_console.h`
Paul Menzel
2014-03-07
x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING option
Aaron Durbin
2014-03-04
Add a generic register script handler
Duncan Laurie
2014-03-04
usbdebug: Move Kconfig under drivers/usb
Kyösti Mälkki
2014-03-04
uart8250: Move under drivers/uart
Kyösti Mälkki
2014-03-04
uart8250mem: Unify calls with generic UART
Kyösti Mälkki
2014-03-04
uart8250io: Unify calls with generic UART
Kyösti Mälkki
2014-03-04
console: Fix includes
Kyösti Mälkki
2014-03-04
uart8250: Fix and unify baudrate divisor calculation
Kyösti Mälkki
2014-03-04
uart: Do not guard entire include file by config options
Kyösti Mälkki
2014-03-03
lib/selfboot: s_srcaddr is uninitialized.
Edward O'Callaghan
2014-03-03
coreboot: remove unused get_lb_mem() function
Aaron Durbin
2014-03-03
selfboot: use bootmem infrastructure
Aaron Durbin
2014-03-03
coreboot: introduce notion of bootmem for memory map at boot
Aaron Durbin
2014-03-03
coreboot: introduce arch_payload_run()
Aaron Durbin
2014-03-03
selfboot: store bounce buffer in struct payload
Aaron Durbin
2014-03-03
coreboot: use struct payload for selfload()
Aaron Durbin
2014-03-03
coreboot: move common code to payload_run() from selfboot()
Aaron Durbin
2014-03-03
coreboot: unify infrastructure for loading payloads
Aaron Durbin
2014-02-25
Kill ALT_CBFS_LOAD_PAYLOAD
Vladimir Serbinenko
2014-02-25
Remove CACHE_ROM.
Vladimir Serbinenko
2014-02-21
lib/edid: Don't set vbe_valid in decode_edid.
Vladimir Serbinenko
2014-02-19
printk: support and use %hh prefix
Patrick Georgi
2014-02-16
x86: provide infrastructure to backup default SMM region
Aaron Durbin
2014-02-15
coreboot: infrastructure for different ramstage loaders
Aaron Durbin
2014-02-11
SMP: Add arch-agnostic boot_cpu()
Kyösti Mälkki
2014-02-11
Move hexdump32() to lib/hexdump.
Kyösti Mälkki
2014-02-09
mtrr: only add prefetchable resources as WRCOMB for VGA devices
Aaron Durbin
2014-02-06
uart8250: Drop xmodem support
Kyösti Mälkki
2014-02-06
ne2k: Move under drivers/net
Kyösti Mälkki
2014-02-06
spkmodem: Move under drivers/pc80
Kyösti Mälkki
2014-02-06
usbdebug: Move under drivers/usb
Kyösti Mälkki
2014-02-06
lib/memrange: Skip 0-sized resources.
Vladimir Serbinenko
2014-02-06
memranges: add memranges_update_tag() functionality
Aaron Durbin
2014-02-05
load_payload: Use 32-bit accesses to speed up decompression.
Vladimir Serbinenko
2014-01-30
coreboot: config to cache ramstage outside CBMEM
Aaron Durbin
2014-01-30
cbmem: Export ACPI GNVS cbmem pointer in coreboot table
Duncan Laurie
2014-01-28
rmodule: consolidate rmodule stage loading
Aaron Durbin
2014-01-28
cbmem: add reference code ids
Aaron Durbin
2014-01-27
coreboot_table: don't add CMOS checksum twice.
Vladimir Serbinenko
2014-01-22
CBMEM: Rename cbmem_reinit()
Kyösti Mälkki
2014-01-22
CBMEM: Replace cbmem_initialize() with cbmem_recovery()
Kyösti Mälkki
2014-01-14
lib: Add log2 ceiling function
Alexandru Gagniuc
2014-01-14
lib/hexdump: Take const void * and size_t as arguments
Alexandru Gagniuc
2014-01-13
lib: Make log2() available in romstage on ARM, not just x86
Alexandru Gagniuc
2014-01-12
lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content
Vladimir Serbinenko
2014-01-06
CBMEM: Fix allocation for static CBMEM
Kyösti Mälkki
2014-01-06
CBMEM: Drop cbmem_base_check()
Kyösti Mälkki
2014-01-06
CBMEM ACPI: Move resume handler
Kyösti Mälkki
2013-12-23
Coding style: punctuation cleanup [1/2].
Idwer Vollering
2013-12-21
Pit: graphics
Ronald G. Minnich
2013-12-21
Calculate transcoder flags based on pipe config
Furquan Shaikh
2013-12-21
Add simple hexdump function
Stefan Reinauer
2013-12-21
Added structure members x_mm and y_mm to edid decoding
Furquan Shaikh
2013-12-21
FUI: Fill in link_m and link_n values
Furquan Shaikh
2013-12-12
EDID: add fields specialized to the needs of framebuffers
Ronald G. Minnich
2013-12-03
Drop obsolete CONSOLE_LOGBUF
Stefan Reinauer
2013-12-02
global: Fix usage of get_option() to make use of CB_CMOS_ codes
Alexandru Gagniuc
2013-12-01
Fix build with USE_OPTION_TABLE
Kyösti Mälkki
2013-11-30
CBMEM console: increase temporary buffer size for non-dynamic CBMEM
Kyösti Mälkki
2013-11-30
cbmem console: reduce temporary buffer size for dynamic CBMEM
Stefan Reinauer
2013-11-30
CBMEM console: Prevent buffer overrun
Kyösti Mälkki
2013-11-26
Clean up POST codes for Boot State machine
Duncan Laurie
2013-11-23
lib/coreboot_table: set type and size of framebuffer tag after fill_lb_frameb...
Vladimir Serbinenko
2013-11-18
cbfs: 64-bit cleanups
Ronald G. Minnich
[next]