Age | Commit message (Expand) | Author |
2010-02-25 | Unify crt0s setup to src/arch/i386/Makefile.inc. This variable | Patrick Georgi |
2010-02-25 | Various minor fixes (trivial). | Uwe Hermann |
2010-02-25 | Make Kconfig more similar to newconfig: enable "HAVE_HIGH_TABLES" per | Stefan Reinauer |
2010-02-25 | HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case. | Stefan Reinauer |
2010-02-24 | Add Win Enterprises' PL6064 board | Anish K. Patel |
2010-02-24 | Enable user selectable bootblocks, and provide a bootblock that | Patrick Georgi |
2010-02-24 | This patch fixes an issue with the wrong build rules being selected. | Patrick Georgi |
2010-02-24 | Remove register pressure from e7501 driver by not indirectly referencing | Stefan Reinauer |
2010-02-24 | Several fixes to the supermicro/h8qme_fam10 board, so it | Knut Kujat |
2010-02-23 | Clobber registers as appropriate in AMD CAR code, and | Rudolf Marek |
2010-02-23 | Remove nonsensical wrapper for function in | Stefan Reinauer |
2010-02-23 | - Remove src/arch/i386/init/ldscript_cbfs.lb as it's not used anymore | Patrick Georgi |
2010-02-23 | Only handle code as "driver" that actually uses our driver | Patrick Georgi |
2010-02-23 | Disable ACPI Resume on asus/m2v-mx_se, it's broken | Rudolf Marek |
2010-02-23 | Adjust msi/ms7135 DCACHE_RAM_* config to previous 32KiB values, | Jonathan A. Kollasch |
2010-02-22 | Random cosmetic fixes (trivial). | Uwe Hermann |
2010-02-22 | Fix SMM handler comment. Thanks for noticing, Peter! | Stefan Reinauer |
2010-02-22 | - Make walkcbfs capable of loading files other than the first | Patrick Georgi |
2010-02-22 | mini update SMM: | Stefan Reinauer |
2010-02-22 | drop two warnings (trivial) | Stefan Reinauer |
2010-02-22 | CONFIG_ was missing. | Stefan Reinauer |
2010-02-22 | fix builds... | Stefan Reinauer |
2010-02-22 | don't call verify_copy_pirq_routing_table() if it's not there. | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-22 | YABEL update | Stefan Reinauer |
2010-02-20 | trival. All the changes is about comment and spaces. | Zheng Bao |
2010-02-19 | Revert deletion of src/arch/i386/init. | Patrick Georgi |
2010-02-19 | 1. Change CONFIG_DEBUG to DEBUG in util/x86emu/* | Myles Watson |
2010-02-16 | fix APCI typos. | Stefan Reinauer |
2010-02-15 | fix clock polling in pc97317 driver. | Stefan Reinauer |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2010-02-14 | Add missing Copyright line, sorry. | Uwe Hermann |
2010-02-14 | Add w83627hf_set_clksel_48() function which sets CLKSEL to 48MHz. | Anish K Patel |
2010-02-12 | This patch allows a Kconfig option to choose between 64MB (IP1000) and 128MB ... | Joseph Smith |
2010-02-12 | Add two YABEL options to Kconfig | Stefan Reinauer |
2010-02-11 | Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers, | Patrick Georgi |
2010-02-11 | Adapt all uses of CONFIG_XIP_ROM_BASE to use | Patrick Georgi |
2010-02-11 | $(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We do | Stefan Reinauer |
2010-02-11 | separate build.h and config.h usage (now possible because newconfig is gone) | Stefan Reinauer |
2010-02-10 | Forgot a CBFS_PREFIX change in appropriate commit (r5102). | Patrick Georgi |
2010-02-10 | Remove two perl calls with sed, and adds an alternative | Patrick Georgi |
2010-02-10 | Drop src/config alltogether | Stefan Reinauer |
2010-02-09 | Emergency fix: r5102 carried some local change that doesn't | Patrick Georgi |
2010-02-09 | Add image updating support. When selecting it, it | Patrick Georgi |
2010-02-09 | Allow building images with different prefixes (ie. normal/romstage, | Patrick Georgi |
2010-02-09 | Actually set HAVE_OPTION_TABLES for the boards that need it. | Patrick Georgi |
2010-02-09 | Move all the copies of the romstage.inc rule to | Patrick Georgi |
2010-02-09 | The COM2 enable code is global now. Use global API and | Patrick Georgi |
2010-02-09 | Port of CS5536 early UART setup from v3. | Edwin Beasant |
2010-02-08 | Clean up ACPI: | Patrick Georgi |