Age | Commit message (Expand) | Author |
2010-04-14 | move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. | Stefan Reinauer |
2010-04-13 | ip1000: fix seabios start, fix flash gpio detection | Stefan Reinauer |
2010-04-13 | fix a trivial warning when yabel with direct hw access is enabled. | Stefan Reinauer |
2010-04-13 | fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to | Stefan Reinauer |
2010-04-13 | clean up LD scripts and add some comments and proper license headers | Stefan Reinauer |
2010-04-13 | use the standard udelay on sc520. | Stefan Reinauer |
2010-04-13 | Speed up coreboot_ram loading by moving the decompression stack | Stefan Reinauer |
2010-04-13 | Add support for the SMSC FDC37C932 Super I/O. | Marc Bertens |
2010-04-13 | update atom car code in the same way that 6ex/6fx was updated. | Stefan Reinauer |
2010-04-13 | Fix eagleheights | Stefan Reinauer |
2010-04-12 | port latest model 6ex car changes to 6fx car, which is almost identical and | Stefan Reinauer |
2010-04-12 | move model_6ex car to a single file. No more .c files that only consist of a | Stefan Reinauer |
2010-04-12 | Move the CPU specific includes from | Patrick Georgi |
2010-04-12 | Enable lazy evaluation of incs/lds for tiny bootblock, too. | Patrick Georgi |
2010-04-12 | - move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively | Patrick Georgi |
2010-04-11 | add int15 handler for thomson ip1000 | Stefan Reinauer |
2010-04-11 | do better error reporting in i82801dx early smbus functions. | Stefan Reinauer |
2010-04-11 | The ADL855PC was never confirmed working (in fact it's pretty sure that code | Stefan Reinauer |
2010-04-11 | add support for reading ip1000 gpios. | Stefan Reinauer |
2010-04-11 | simplify ram_read32 on i82830 | Stefan Reinauer |
2010-04-11 | More trivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR. | Joseph Smith |
2010-04-11 | Trivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR. | Joseph Smith |
2010-04-09 | We don't define LB_CKS_* per board anymore: | Patrick Georgi |
2010-04-09 | Drop ASM_CONSOLE_LOGLEVEL from LX car code. We do output in C in copy_and_run / | Stefan Reinauer |
2010-04-09 | This patch changes C7 CAR code to be a single assembler file instead | Stefan Reinauer |
2010-04-09 | zero warning days. | Stefan Reinauer |
2010-04-09 | fix the broken nvidia chipset boards, | Stefan Reinauer |
2010-04-09 | zero warnings days. | Stefan Reinauer |
2010-04-09 | drop now unussed cpu_reset.inc | Stefan Reinauer |
2010-04-09 | zero warnings days. | Stefan Reinauer |
2010-04-09 | Drop the need for cpu_reset, it's really just a short cut to stage2. | Stefan Reinauer |
2010-04-09 | drop unused files | Stefan Reinauer |
2010-04-09 | remove some amd mainboard warnings. | Stefan Reinauer |
2010-04-09 | drop unused files, and we only use ASM_LOG_LEVEL in one file now | Stefan Reinauer |
2010-04-09 | zero warning days. | Stefan Reinauer |
2010-04-09 | 1. This patch adds CAR for Intel P6 series processors. | Joseph Smith |
2010-04-09 | copy_and_run.c is not needed twice, and it is used on non-car too. | Stefan Reinauer |
2010-04-09 | thin out romcc epilogue and have it call copy_and_run as | Stefan Reinauer |
2010-04-09 | Indent model_fxx_init and model_10xx_init. | Myles Watson |
2010-04-09 | Copy acpi blobs in two parts to make sure gcc does the right thing. | Myles Watson |
2010-04-08 | Split crt0.S.lb into prologue and epilogue | Patrick Georgi |
2010-04-08 | Cosmetically make init_cpus more similar for fam10 and K8. | Myles Watson |
2010-04-08 | Clean up fidvid files using indent. | Myles Watson |
2010-04-08 | Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so... | Myles Watson |
2010-04-08 | Move Kconfig for HT limits to northbridge/amd/Kconfig. | Myles Watson |
2010-04-08 | output cosmetics | Stefan Reinauer |
2010-04-08 | Remove #line statements in processed parser source, | Patrick Georgi |
2010-04-08 | cpu/emulation/qemu-x86 doesn't exist anymore, as this | Patrick Georgi |
2010-04-08 | sconfig: Mangle - to _ for struct names, too. | Patrick Georgi |
2010-04-08 | Remove duplicate registers in digitallogic/adl855pc's device tree | Patrick Georgi |
2010-04-08 | Replace sconfig with a C implementation. | Patrick Georgi |
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 |