remove trailing whitespace
[coreboot.git] / src / arch / x86 /
2011-11-01 Stefan Reinauerremove trailing whitespace
2011-10-29 Patrick GeorgiFix coreboot updates
2011-10-28 Patrick GeorgiGet rid of the old romstage-as-bootblock ROM layout
2011-10-28 Patrick GeorgiGet rid of AUTO_XIP_ROM_BASE
2011-10-27 Patrick GeorgiMove linux 2.6.11 workaround to generic code
2011-10-25 Sven SchnelleSPEEDSTEP: write _CST tables
2011-10-25 Sven SchnelleACPI: Add function for writing _CST tables
2011-10-21 Stefan ReinauerExtend coreboot table entry for serial ports
2011-10-21 Stefan ReinauerAdd macros for 64bit byte order swapping
2011-10-19 Kyösti MälkkiIOAPIC: fix bitmask
2011-10-19 Stefan ReinauerDrop eh_frame instead of moving it into the image.
2011-10-15 Stefan Reinauercbfs_and_run_core() is not part of the API, make it...
2011-10-15 Stefan Reinauerreformat Makefile.bootblock.inc (>80 lines per char)
2011-10-14 Stefan ReinauerAdd eh_frame to rom section to fix compilation of coreb...
2011-10-13 Stefan ReinauerPrevent build breakage without consoles enabled
2011-10-13 Stefan Reinauerrefactor vesa mode setting code and bootsplash code
2011-10-13 Stefan ReinauerFix romstage creation with gcc 4.6 and CAR targets
2011-10-12 Patrick Georgimptable: Refactor mptable generation some more
2011-10-12 Patrick Georgimptable: Get rid of fixup_virtual_wire
2011-10-12 Patrick Georgimptable: Refactor lintsrc generation
2011-09-12 Tobias DiedrichAdd acpi_get_sleep_type() to i82371eb and P2B _PTS...
2011-08-26 Sven SchnelleAdd automatic SMBIOS table generation
2011-07-22 efdesign98Add xhcbios and ahcibios rom handling
2011-07-12 Kevin O'ConnorDo full flush on uart8250 only at end of printk.
2011-07-02 Cristian Măgherușa... whitespace-only changes in acpi.c, replaced spaces...
2011-06-22 Cristian Măgherușa... Add the coreboot config to CBFS
2011-05-23 Stefan ReinauerWe don't have pausing versions of single-IO instructions.
2011-04-26 Stefan ReinauerAdd support for memory mapped UARTs to coreboot and...
2011-04-21 Stefan Reinauermore ifdef -> if fixes.
2011-04-21 Stefan Reinauermore ifdef -> if fixes
2011-04-21 Stefan Reinauersome ifdef --> if fixes
2011-04-20 Stefan ReinauerSimplify coreboot's console/console.h
2011-04-19 Scott DuplichanRecently the 3 projects using the new AMD reference...
2011-04-16 Stefan Reinauerbootblock updates:
2011-04-15 Stefan Reinauersorry for breaking the tree.
2011-04-15 Stefan Reinauercomment cosmetics in bootblock.ld
2011-04-15 Stefan Reinaueradd FILO easy payload option
2011-04-14 Stefan Reinauerfix coreboot compilation without serial console enabled.
2011-04-14 Stefan Reinaueradd some comments to walkcbfs.S
2011-04-14 Stefan Reinauer- drop remaining CONFIG_ROM_IMAGE_SIZE
2011-04-14 Stefan Reinauerdrop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused...
2011-04-11 Alexandru GagniucUnify use of post_code
2011-04-10 Stefan ReinauerIn 2007 Adrian Reber suggested that we drop ASSEMBLY...
2011-03-29 Sven SchnelleBUILD: add missing config.h dependency
2011-03-08 Patrick GeorgiMove cmos.default handling to bootblock
2011-02-14 Frank VibransThis code fixes a number of build issues related to...
2011-02-07 Peter StugeReliably build arbitrary Kconfig-based revisions of...
2011-01-30 Patrick GeorgiReplace special rules for auxiliary files by cbfs-files...
2011-01-30 Patrick GeorgiInverse two arguments of cbfs-files-y and adapts its...
2011-01-29 Stefan ReinauerPass all required toolchain parts to SeaBIOS correctly
2011-01-28 Stefan ReinauerThis patch gets usbdebug console working in romstage.
2011-01-24 Josef KellermannThis patch fixes an 'write_tables: coreboot table didn...
2011-01-21 Patrick Georgi... And fix the other compile time issues in cmos_layou...
2011-01-19 Kevin O'ConnorThe cn700.c code references mainboard_interrupt_handler...
2011-01-18 Patrick GeorgiReport if cmos_layout.bin can't be found when it should.
2011-01-18 Patrick GeorgiMove option table (cmos.layout's binary representation)
2011-01-14 Patrick GeorgiDisable CMOS recovery code for ROMCC boards as the...
2011-01-14 Patrick GeorgiAllow coreboot to initialize CMOS if checksum is invalid.
2011-01-05 Stefan Reinauermove single options out of main menu and remove stray...
2010-12-30 Stefan ReinauerPer default, use SeaBIOS payload instead of no payload.
2010-12-19 Stefan ReinauerThe same mechanisms are used for normal and fallback...
2010-12-16 Stefan Reinauerdrop unused code in div64.h
2010-12-16 Stefan Reinauerprint what make is doing (CBFS call)
2010-12-16 Stefan Reinauer- Fix shortcoming in Kconfig when handling multiple...
2010-12-16 Uwe HermannGet mptable OEM/product ID from kconfig variables.
2010-12-16 Patrick GeorgiAdd support for cbfs-files-y to the build system.
2010-12-11 Stefan ReinauerAfter this has been brought up many times before, renam...