summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/coreboot_table: set type and size of framebuffer tag after fill_lb_frameb...Vladimir Serbinenko2013-11-231-1/+1
* cbfs: 64-bit cleanupsRonald G. Minnich2013-11-182-5/+6
* cbfs: remove unused code and prototypeRonald G. Minnich2013-11-181-19/+0
* Add new finalize functions for devices and chipsMarc Jones2013-11-081-0/+3
* usbdebug: Fix boards without EARLY_CBMEM_INITKyösti Mälkki2013-10-222-2/+2
* Have option of timestamps, CBMEM console and usbdebug for most boardsKyösti Mälkki2013-10-151-4/+2
* timestamps: Fix some lost timestamps for romstageKyösti Mälkki2013-10-151-21/+29
* Revert "CBMEM: Always have early initialisation"Kyösti Mälkki2013-10-142-2/+7
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-135-5/+5
* CBMEM: Always select CAR_MIGRATIONKyösti Mälkki2013-09-214-44/+9
* CBMEM: Always have early initialisationKyösti Mälkki2013-09-212-9/+1
* ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki2013-09-211-2/+4
* CBMEM console: Support late initKyösti Mälkki2013-09-211-15/+15
* timestamps: Only collect from BSP CPUKyösti Mälkki2013-09-211-0/+10
* timestamps: Stash early timestamps in CAR_GLOBALKyösti Mälkki2013-09-211-8/+13
* timestamps: Use stash before CBMEM is usableKyösti Mälkki2013-09-212-25/+52
* usbdebug: Allow an USB hub on the debug dongleKyösti Mälkki2013-09-201-0/+105
* Fix whitespace leaked into treeKyösti Mälkki2013-09-171-1/+1
* CBMEM: Rename high_tables variables and make them staticKyösti Mälkki2013-09-111-13/+13
* CBMEM: Drop parameters from cbmem_init()Kyösti Mälkki2013-09-111-8/+9
* CBMEM: Drop parameter from cbmem_reinit()Kyösti Mälkki2013-09-111-7/+7
* CBMEM x86: Unify get_cbmem_toc()Kyösti Mälkki2013-09-111-1/+1
* CBMEM: Backup top_of_ram instead of cbmem_tocKyösti Mälkki2013-09-111-9/+2
* CBMEM: Add cbmem_locate_table()Kyösti Mälkki2013-09-111-23/+29
* CBMEM: Unify get_top_of_ram()Kyösti Mälkki2013-09-111-1/+0
* CBMEM tables: Remove references to global high_tables_baseKyösti Mälkki2013-09-112-5/+17
* CBMEM: Add cbmem_late_set_table() and drop references to high_tables_baseKyösti Mälkki2013-09-111-0/+10
* usbdebug: Use CAR migrationKyösti Mälkki2013-09-062-0/+38
* usbdebug: Dump low-level protocol detailsKyösti Mälkki2013-09-061-1/+37
* usbdebug: Adjust endpoint retry timeoutsKyösti Mälkki2013-09-061-16/+20
* usbdebug: Adjust transaction retriesKyösti Mälkki2013-09-061-8/+17
* Remove NRV2B compression supportPatrick Georgi2013-08-312-93/+0
* usbdebug: Fix control messagesKyösti Mälkki2013-08-291-6/+31
* usbdebug: Use separate data toggle for each pipeKyösti Mälkki2013-08-291-19/+26
* usbdebug: Reference endpoints by pipes in callsKyösti Mälkki2013-08-291-24/+29
* usbdebug: Support choice of EHCI controllerKyösti Mälkki2013-08-291-2/+30
* usbdebug: Change debug port scanningKyösti Mälkki2013-08-291-4/+15
* usbdebug: Only test two possible USB device numbersKyösti Mälkki2013-08-241-13/+17
* usbdebug: Halt host controller before resetting itKyösti Mälkki2013-08-231-0/+17
* usbdebug: Do not support logging from SMMKyösti Mälkki2013-08-231-1/+0
* usbdebug: Add compatibility quirk for FX2Kyösti Mälkki2013-08-231-1/+14
* usbdebug: Block recursive calls of printkKyösti Mälkki2013-08-231-10/+44
* usbdebug: Add logging level to debuggingKyösti Mälkki2013-08-231-22/+22
* Don't include LZMA in romstage if ramstage is not compressed.Andrew Wu2013-08-192-1/+3
* CBFS: Change how the bss is zeroed when loading a stage.Gabe Black2013-08-151-2/+4
* CBFS: Change the signature of cbfs_decompress.Gabe Black2013-08-152-14/+13
* usbdebug: Add option for verbose logging of connectionKyösti Mälkki2013-08-101-9/+2
* Add directive __SIMPLE_DEVICE__Kyösti Mälkki2013-08-011-3/+1
* usbdebug: Fix missing includeKyösti Mälkki2013-07-301-0/+1
* usbdebug: Split endpoint buffersKyösti Mälkki2013-07-241-32/+63