Age | Commit message (Expand) | Author |
2010-04-07 | - copy_and_run() gets the same calling convention on AMD and on all the others. | Stefan Reinauer |
2010-04-07 | no warnings day | Stefan Reinauer |
2010-04-07 | move amd K8/Fam10 "bus detection" function prototypes to a common place. | Stefan Reinauer |
2010-04-07 | it's a long term, give the compiler a chance to breathe .. ;-) | Stefan Reinauer |
2010-04-07 | clean up age old via epia target. | Stefan Reinauer |
2010-04-07 | drop the use of function pointers from romcc code. | Stefan Reinauer |
2010-04-07 | fix epia-m700 compilation, and remove more warnings. | Stefan Reinauer |
2010-04-07 | no duplicate names in cmos.layout. | Stefan Reinauer |
2010-04-07 | switch some ROMCC boards back to ROMCC. | Stefan Reinauer |
2010-04-07 | "no warnings day" | Stefan Reinauer |
2010-04-07 | oops... this is a critical issue. Some boards in the tree don't compile with | Stefan Reinauer |
2010-04-07 | - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY | Stefan Reinauer |
2010-04-06 | fix CK804 boards. | Stefan Reinauer |
2010-04-06 | No warnings day, next round. | Stefan Reinauer |
2010-04-06 | fam10 acpi fix | Stefan Reinauerstepan |
2010-04-05 | Signed-off-by: Rudolf Marek <r.marek@assembler.cz> | Rudolf Marek |
2010-04-05 | Add RS785G, looks like it works although it is RV620. | Rudolf Marek |
2010-04-03 | device_t wants device/device.h | Stefan Reinauer |
2010-04-03 | no need to udelay() | Stefan Reinauer |
2010-04-03 | remove more warnings. | Stefan Reinauer |
2010-04-03 | remove more warnings | Stefan Reinauer |
2010-04-03 | Add noreturn attribute to die() in romcc. | Stefan Reinauer |
2010-04-02 | remove more warnings. | Stefan Reinauer |
2010-04-02 | oops, sorry, overlapping work | Stefan Reinauer |
2010-04-02 | remove some more warnings | Stefan Reinauer |
2010-04-02 | Fix console prototypes for non-romcc boards. | Myles Watson |
2010-04-02 | Fix includes for showallroutes. | Myles Watson |
2010-04-02 | The error message is misleading, even for a SPEW, because | Stefan Reinauer |
2010-04-01 | -Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. | Stefan Reinauer |
2010-03-31 | Consolidate ifdefs in src/lib/cbmem.c for readability. | Myles Watson |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-31 | This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and | Stefan Reinauer |
2010-03-31 | mini part of the patch on the mailing list to fix the boards again | Stefan Reinauer |
2010-03-30 | no USE_INIT | Stefan Reinauer |
2010-03-30 | drop USE_INIT should be USE_PRINTK_IN_CAR here. | Stefan Reinauer |
2010-03-30 | that version of console_tx_byte is private. | Stefan Reinauer |
2010-03-30 | fix some amd k8 warnings | Stefan Reinauer |
2010-03-30 | get coreboot_ap memory training in cache mechanism in place. Didn't work since | Stefan Reinauer |
2010-03-30 | fix some southbridge warnings (trivial) | Stefan Reinauer |
2010-03-30 | - drop unneeded Makefile.inc | Stefan Reinauer |
2010-03-30 | indent mptable.c | Stefan Reinauer |
2010-03-30 | drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig | Stefan Reinauer |
2010-03-30 | make crt0s and ldscripts evaluate late, so the chipset_* variables are there at | Stefan Reinauer |
2010-03-30 | abuild: | Stefan Reinauer |
2010-03-30 | abuild: | Stefan Reinauer |
2010-03-30 | build_opt_tbl: error instead of null pointer access if no checksum is defined. | Stefan Reinauer |
2010-03-30 | add CONFIG_NO_POST as it is used in the code, and move it together with CONFI... | Stefan Reinauer |
2010-03-30 | reduce warnings in MCP55 and Fam10 code | Stefan Reinauer |
2010-03-30 | fix ms9652_fam10 | Stefan Reinauer |
2010-03-30 | unify cmos.layout wrt AMD extended configuration registers. | Stefan Reinauer |
2010-03-30 | this fixes 3 of 4 mainboards failed by the error on missing IRQ_SLOT_COUNT. | Stefan Reinauer |
2010-03-29 | Don't include option_table.h every time we include mc146818rtc.h, that was a | Stefan Reinauer |
2010-03-29 | This drops the ASSEMBLY define from romstage.c, too | Stefan Reinauer |
2010-03-29 | - drop GCC 2.x workaround, GCC 2.x is not supported anymore. | Stefan Reinauer |
2010-03-29 | trivial warning cleanups | Stefan Reinauer |
2010-03-29 | - include option_table.h when it is created, and that's HAVE_OPTION_TABLE | Stefan Reinauer |
2010-03-29 | qemu: drop "northbridge.c" from src/cpu/... | Stefan Reinauer |
2010-03-29 | __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into | Stefan Reinauer |
2010-03-29 | cpu_driver structs need to be const, too... | Stefan Reinauer |
2010-03-29 | This patch drops the coreboot CMOS checksum ranges from Kconfig because | Stefan Reinauer |
2010-03-29 | abuild: fail with dignity if mainboard does not exist. | Stefan Reinauer |
2010-03-29 | dualcore.h and quadcore.h are almost exactly the same. | Stefan Reinauer |
2010-03-29 | This patch fixes build.h dependencies in coreboot again. | Stefan Reinauer |
2010-03-28 | Add a non-time consuming version of ram check so we can print a decent error | Stefan Reinauer |
2010-03-28 | drop post_code() | Stefan Reinauer |
2010-03-28 | drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more | Stefan Reinauer |
2010-03-28 | drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking... | Stefan Reinauer |
2010-03-27 | ccache and scan-build actually work together, so remove the | Patrick Georgi |
2010-03-27 | make only needs to read Makefile.incs once, thanks to the | Patrick Georgi |
2010-03-26 | Remove dead code and make white space more consistent for acpi_tables.c | Myles Watson |
2010-03-26 | Update libpayload default configuration so a make oldconfig | Stefan Reinauer |
2010-03-26 | Make sconfig only complain about real conflicts. | Patrick Georgi |
2010-03-26 | 1. Remove warnings and multiple blank lines. | Zheng Bao |
2010-03-25 | USB updates from our internal tree | Stefan Reinauer |
2010-03-25 | libpayload update | Stefan Reinauer |
2010-03-25 | Add support to build with ccache in the build system | Patrick Georgi |
2010-03-25 | Make build verbose when requested by abuild | Patrick Georgi |
2010-03-25 | Add coreboot framebuffer support to libpayload | Stefan Reinauer |
2010-03-25 | don't hardcode i386 in lpgcc | Stefan Reinauer |
2010-03-25 | allow libpayload to completely build out of tree. | Stefan Reinauer |
2010-03-25 | prevent timer overflows in libpayload | Stefan Reinauer |
2010-03-25 | make keyboard reset driver generic (not pc keyboard driver dependent) | Stefan Reinauer |
2010-03-25 | Copy argument of -include as it's modified later. | Patrick Georgi |
2010-03-25 | It's really obj=, not O= (see toplevel Makefile) | Patrick Georgi |
2010-03-25 | One feature I've been really missing since we switched to | Stefan Reinauer |
2010-03-24 | abuild should be using O=, not obj= | Stefan Reinauer |
2010-03-24 | Get rid of type-punned pointer errors. | Myles Watson |
2010-03-24 | Some keyboards need a longer timeout. Also increase error level, because a | Stefan Reinauer |
2010-03-24 | Drop unneeded code that checks for CONFIG_ variables in | Stefan Reinauer |
2010-03-24 | fix acpi dsdt copy on roda rk886ex | Stefan Reinauer |
2010-03-24 | SMM: remove hack that was needed back in oldconfig times. | Stefan Reinauer |
2010-03-24 | oops, forgot to cleanup extra output in bootblock creation for dependency patch | Stefan Reinauer |
2010-03-24 | dependency tracking for coreboot | Stefan Reinauer |
2010-03-24 | CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders. | Stefan Reinauer |
2010-03-23 | mahogany_fam10: rename apc_auto.c to ap_romstage.c like on all other boards | Stefan Reinauer |
2010-03-23 | Fix reading HT link offsets. | Maximilian Thuermer |
2010-03-23 | Use coreboot-internal version of x86emu for the vgabios utility. | Stefan Reinauer |
2010-03-23 | Prepare for using coreboot x86emu in userspace utility "vgabios" | Stefan Reinauer |
2010-03-23 | fix newly introduced printk_foo warnings.. | Stefan Reinauer |
2010-03-23 | Remove the building warnings. | Zheng Bao |