Age | Commit message (Expand) | Author |
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 |
2013-11-18 | cbfs: remove unused code and prototype | Ronald G. Minnich |
2013-11-08 | Add new finalize functions for devices and chips | Marc Jones |
2013-10-22 | usbdebug: Fix boards without EARLY_CBMEM_INIT | Kyösti Mälkki |
2013-10-15 | Have option of timestamps, CBMEM console and usbdebug for most boards | Kyösti Mälkki |
2013-10-15 | timestamps: Fix some lost timestamps for romstage | Kyösti Mälkki |
2013-10-14 | Revert "CBMEM: Always have early initialisation" | Kyösti Mälkki |
2013-10-13 | Rename cpu/x86/car.h to arch/early_variables.h | Stefan Reinauer |
2013-09-21 | CBMEM: Always select CAR_MIGRATION | Kyösti Mälkki |
2013-09-21 | CBMEM: Always have early initialisation | Kyösti Mälkki |
2013-09-21 | ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug | Kyösti Mälkki |
2013-09-21 | CBMEM console: Support late init | Kyösti Mälkki |
2013-09-21 | timestamps: Only collect from BSP CPU | Kyösti Mälkki |
2013-09-21 | timestamps: Stash early timestamps in CAR_GLOBAL | Kyösti Mälkki |
2013-09-21 | timestamps: Use stash before CBMEM is usable | Kyösti Mälkki |
2013-09-20 | usbdebug: Allow an USB hub on the debug dongle | Kyösti Mälkki |
2013-09-17 | Fix whitespace leaked into tree | Kyösti Mälkki |
2013-09-11 | CBMEM: Rename high_tables variables and make them static | Kyösti Mälkki |
2013-09-11 | CBMEM: Drop parameters from cbmem_init() | Kyösti Mälkki |
2013-09-11 | CBMEM: Drop parameter from cbmem_reinit() | Kyösti Mälkki |
2013-09-11 | CBMEM x86: Unify get_cbmem_toc() | Kyösti Mälkki |
2013-09-11 | CBMEM: Backup top_of_ram instead of cbmem_toc | Kyösti Mälkki |
2013-09-11 | CBMEM: Add cbmem_locate_table() | Kyösti Mälkki |
2013-09-11 | CBMEM: Unify get_top_of_ram() | Kyösti Mälkki |
2013-09-11 | CBMEM tables: Remove references to global high_tables_base | Kyösti Mälkki |
2013-09-11 | CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base | Kyösti Mälkki |
2013-09-06 | usbdebug: Use CAR migration | Kyösti Mälkki |
2013-09-06 | usbdebug: Dump low-level protocol details | Kyösti Mälkki |
2013-09-06 | usbdebug: Adjust endpoint retry timeouts | Kyösti Mälkki |
2013-09-06 | usbdebug: Adjust transaction retries | Kyösti Mälkki |
2013-08-31 | Remove NRV2B compression support | Patrick Georgi |
2013-08-29 | usbdebug: Fix control messages | Kyösti Mälkki |
2013-08-29 | usbdebug: Use separate data toggle for each pipe | Kyösti Mälkki |
2013-08-29 | usbdebug: Reference endpoints by pipes in calls | Kyösti Mälkki |
2013-08-29 | usbdebug: Support choice of EHCI controller | Kyösti Mälkki |
2013-08-29 | usbdebug: Change debug port scanning | Kyösti Mälkki |
2013-08-24 | usbdebug: Only test two possible USB device numbers | Kyösti Mälkki |
2013-08-23 | usbdebug: Halt host controller before resetting it | Kyösti Mälkki |
2013-08-23 | usbdebug: Do not support logging from SMM | Kyösti Mälkki |
2013-08-23 | usbdebug: Add compatibility quirk for FX2 | Kyösti Mälkki |
2013-08-23 | usbdebug: Block recursive calls of printk | Kyösti Mälkki |
2013-08-23 | usbdebug: Add logging level to debugging | Kyösti Mälkki |
2013-08-19 | Don't include LZMA in romstage if ramstage is not compressed. | Andrew Wu |