summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Update default hex values to start with 0xMartin Roth2016-10-021-2/+2
* src/device: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-284-14/+14
* src/device: Remove unnecessary whitespace before newlineElyes HAOUAS2016-08-286-15/+15
* src/device: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-313-3/+3
* bootmode: Get rid of CONFIG_BOOTMODE_STRAPSFurquan Shaikh2016-07-281-2/+1
* vboot: Separate vboot from chromeosFurquan Shaikh2016-07-281-1/+1
* device: include devicetree in bootblock stageAaron Durbin2016-07-272-2/+3
* device: i2c: Add support for I2C bus operationsDuncan Laurie2016-06-091-0/+83
* device: Add an ACPI device name and path concept to devicesDuncan Laurie2016-05-211-0/+10
* sconfig: Add a new generic device typeDuncan Laurie2016-05-162-1/+13
* sconfig: Add 10bit addressing mode to i2c device typeDuncan Laurie2016-05-161-2/+3
* payloads: add iPXE 'payload' buildMartin Roth2016-04-131-30/+0
* src/device: Update license headersMartin Roth2016-04-133-10/+36
* device/pci_rom: Always use pci_romPatrick Rudolph2016-04-131-2/+1
* device: Add i2c read/write register field APIYidi Lin2016-03-212-0/+51
* device/dram/ddr3: fix debug outputPatrick Rudolph2016-03-211-23/+27
* Kconfig: hide useless options on ARM.Vladimir Serbinenko2016-03-051-0/+2
* src/device/dram/ddr3: Parse additional informationPatrick Rudolph2016-03-031-0/+8
* nb/intel/sandybridge/raminit: Add XMP supportPatrick Rudolph2016-02-201-0/+117
* device: Add device path display supportLee Leahy2016-02-181-0/+12
* device/pci_rom: Rename missleading ON_DEVICE_ROM_RUNPatrick Rudolph2016-02-162-9/+7
* arch/x86: Drop arch/pciconf.hStefan Reinauer2016-01-261-1/+0
* device/oprom/yabel: Update BSD license headersMartin Roth2016-01-1819-80/+483
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-181-1/+1
* Correct some common spelling mistakesMartin Roth2016-01-071-1/+1
* device/pnp: Ability to set vendor specific logical device configDamien Zammit2015-12-291-2/+57
* x86emu: Remove XFree86 CVS tagsStefan Reinauer2015-11-206-7/+0
* x86emu: Undefine _NO_INLINEStefan Reinauer2015-11-201-1/+1
* x86emu: Fix some set-but-not-used warnings.Stefan Reinauer2015-11-201-5/+1
* device/device.c: remove warning for missing apic read resourcesMartin Roth2015-11-191-2/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3125-99/+0
* Revert "device/pciexp_device: Tune PCIe bridges before scanning children"4.2Kyösti Mälkki2015-10-301-2/+0
* device: Stop and output time in `scan_bus()`Paul Menzel2015-10-271-0/+6
* yabel: explicitly cast values to match printk expectationsStefan Reinauer2015-10-251-2/+2
* yabel: Use IS_ENABLED where appropriateStefan Reinauer2015-10-252-4/+4
* yabel: Don't cast pointer to u32Stefan Reinauer2015-10-251-1/+1
* Separate bootsplash image menuconfig option from othersKonstantin Aladyshev2015-10-251-10/+3
* device/pciexp_device: Tune PCIe bridges before scanning childrenTimothy Pearson2015-10-251-0/+2
* device/pci_device: Set bridge primary bus number before scanningTimothy Pearson2015-10-251-0/+1
* southbridge/amd/sb700: Allow use of auxiliary SMBUS controllerTimothy Pearson2015-10-241-0/+4
* device/smbus: Avoid infinite loop if SMBUS device has wrong parentTimothy Pearson2015-10-241-2/+11
* device/hypertransport: Add additional debug outputTimothy Pearson2015-10-231-0/+3
* allocator: Page align memory mapped PCI resourcesNico Huber2015-10-221-0/+6
* x86: add standalone verstage supportAaron Durbin2015-10-141-0/+1
* realmode/x86: Export vbe_mode_info_valid also in text mode.Vladimir Serbinenko2015-10-111-0/+12
* symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin2015-09-051-1/+1
* Kconfig: Remove EXPERT modeAlexandru Gagniuc2015-08-301-8/+3
* Kconfig: Don't 'select' options based on PAYLOAD_SEABIOSAlexandru Gagniuc2015-08-301-2/+2
* x86 realmode: Set up the 8254 timer before running option romzbao2015-07-161-0/+2
* x86emu/debug.h: remove #ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVELMartin Roth2015-07-121-2/+0