Age | Commit message (Expand) | Author |
2004-07-08 | added testbios for V2 | Li-Ta Lo |
2004-06-29 | - Small bug fixes to romcc. The deep problems with not inlining functions re... | Eric Biederman |
2004-06-03 | remove brain-dead verify code | Greg Watson |
2004-05-29 | - Don't confuse return statements with conditional branches | Eric Biederman |
2004-05-28 | - Upgrade to romcc version 0.63 | Eric Biederman |
2004-05-24 | minor reformat | Li-Ta Lo |
2004-04-29 | chaged chip_device_path::enable to chip_device_path::enabled, | Li-Ta Lo |
2004-04-14 | seperate checksum and code generating code. | Li-Ta Lo |
2004-04-13 | removed unused assignirq.c and aute generated irq_tables.c | Li-Ta Lo |
2004-04-13 | back out incorrect commit on config.g | Li-Ta Lo |
2004-04-13 | porting getpir to freebios2 | Li-Ta Lo |
2004-04-13 | add missing return at 205 | Ronald G. Minnich |
2004-03-27 | data tye consistence | Li-Ta Lo |
2004-03-27 | removed false alarm of erase/write, use verify '-v' if you are not sure about... | Li-Ta Lo |
2004-03-23 | These changes tighten up rules for exporting options. | Greg Watson |
2004-03-22 | fixed minor typo | Li-Ta Lo |
2004-03-22 | more jedec standard consolidatation. | Li-Ta Lo |
2004-03-20 | rmove unused #define and function declaretion | Li-Ta Lo |
2004-03-20 | I have no idea what i was trying to show off when I used the while loop rather | Li-Ta Lo |
2004-03-20 | consolidate more jedec standard code | Li-Ta Lo |
2004-03-19 | remove duplicated code | Li-Ta Lo |
2004-03-18 | Added support for SST49LF0xxA parts. | David W. Hendricks |
2004-03-18 | Added support for more SST 49lf0xxA parts | David W. Hendricks |
2004-03-18 | forgot a semicolon | Li-Ta Lo |
2004-03-18 | removed unused code in pm49fl004, remove experimental delay in sst49lf040 | Li-Ta Lo |
2004-03-18 | fixed stupid i++ evalution order bug | Li-Ta Lo |
2004-03-18 | fixed 32bit v.s. 64bit long int arithematics | Li-Ta Lo |
2004-03-17 | removed spd_dump.c, it has nothing to do with flashing flash parts. | Li-Ta Lo |
2004-03-17 | move utility functions into new source files | Li-Ta Lo |
2004-03-17 | Added support for SST49LF040 | David W. Hendricks |
2004-03-11 | - Moved hlt() to it's own header. | Eric Biederman |
2004-03-07 | config.g | Greg Watson |
2004-02-13 | fix makefile | Ronald G. Minnich |
2004-02-10 | now we support 8111 and these parts. | Ronald G. Minnich |
2004-02-04 | - Update to the latest config.g | Eric Biederman |
2003-12-05 | - Lower DEBUG_CONSISTENCY to 1 2 is only really useful when debugging | Eric Biederman |
2003-11-05 | New option behavior: | Greg Watson |
2003-11-05 | fix volatile | Ronald G. Minnich |
2003-10-25 | due to popular demand, added flash_and_burn to the freebios2 tree. | Ronald G. Minnich |
2003-10-22 | - Update romcc to version 0.37 | Eric Biederman |
2003-10-14 | - Fix the link check so it actually checks for the appropriate maximum link | Eric Biederman |
2003-10-11 | - O2, enums, and switch statements work in romcc | Eric Biederman |
2003-09-26 | fix buildrom statement if there's only one romimage specified. | Stefan Reinauer |
2003-09-26 | get rid of pointer/int cast warnings on 64bit. | Stefan Reinauer |
2003-09-25 | allow default settings in the mainboard file | Ronald G. Minnich |
2003-09-18 | first shot of legacybios emulation. | Stefan Reinauer |
2003-09-17 | fix romcc compiling 32bit code on amd64 | Stefan Reinauer |
2003-09-17 | add filename to buildrom | Stefan Reinauer |
2003-09-12 | add cvsignore file | Stefan Reinauer |
2003-09-12 | add "clean" target | Stefan Reinauer |
2003-09-01 | - Updates to config.g so that it works more reliably and has initial support | Eric Biederman |
2003-08-06 | I mean it this time. NO more unnecessary 'dir' commands for cpus. | Ronald G. Minnich |
2003-08-06 | end silly multiple sources of /cpu/whatever. | Ronald G. Minnich |
2003-08-05 | Fixed version skew problem. | Greg Watson |
2003-08-05 | - Update the Makefile to have a proper ALL: target | Eric Biederman |
2003-08-04 | Commits for the new config static device design, to allow more than one static | Ronald G. Minnich |
2003-07-28 | Added support for naming instances of parts. This is to allow arbitrary | Greg Watson |
2003-07-25 | added a bit of error checking! | Greg Watson |
2003-07-24 | cpu should be vendor/device too... | Greg Watson |
2003-07-24 | added uses checking at top level | Greg Watson |
2003-07-23 | static device names start with static_ | Greg Watson |
2003-07-23 | add clean to Makefile | Greg Watson |
2003-07-23 | new register format | Greg Watson |
2003-07-23 | Fix the generation of .o from .S | Ronald G. Minnich |
2003-07-23 | getting HDAMA to build. | Ronald G. Minnich |
2003-07-21 | - First pass at s2880 support. | Eric Biederman |
2003-07-21 | added payload | Greg Watson |
2003-07-21 | fix crt0 includes ordering | Greg Watson |
2003-07-21 | typo fixed. | Ronald G. Minnich |
2003-07-21 | more chip stuff | Greg Watson |
2003-07-20 | chip stuff | Greg Watson |
2003-07-19 | tidy up | Greg Watson |
2003-07-19 | a few changes | Greg Watson |
2003-07-18 | Allow options in mainboard configuration file | Greg Watson |
2003-07-18 | fix problems with options, more functionality | Greg Watson |
2003-07-17 | added romimage support | Greg Watson |
2003-07-14 | new config rules | Greg Watson |
2003-07-12 | - Commit more tests for romcc | Eric Biederman |
2003-07-12 | - Structure handling fixes. | Eric Biederman |
2003-07-11 | static configuration. Needs new keyword per greg to enable inclusion of a | Ronald G. Minnich |
2003-07-10 | new print statement | Greg Watson |
2003-07-10 | first cut at generating code. | Ronald G. Minnich |
2003-07-10 | fixing trees. | Ronald G. Minnich |
2003-07-04 | - Moved 2 of the test cases into tests for failure | Eric Biederman |
2003-07-04 | - Minor fixes for handling structure constants and array values that are not ... | Eric Biederman |
2003-07-03 | - Allow for a larger rhs on phi variables | Eric Biederman |
2003-07-01 | - Massive set of cleanups/fixes for romcc. Lots of corner cases now work | Eric Biederman |
2003-06-30 | all: now depends on linuxbios.rom | Ronald G. Minnich |
2003-06-30 | now builds with *0* tweaks. | Ronald G. Minnich |
2003-06-30 | TAGS are back! | Ronald G. Minnich |
2003-06-28 | - Update romcc so that it more successfully spills registers to the xmm regis... | Eric Biederman |
2003-06-26 | OK, now builds fallback for arima/hdama! | Ronald G. Minnich |
2003-06-25 | Simple printing of options. Will make this better. | Greg Watson |
2003-06-25 | - Set the default compiler back to gcc ooops | Eric Biederman |
2003-06-25 | - Error on function prototypes | Eric Biederman |
2003-06-25 | more fixes but it appears that options are not picking up the right values. | Ronald G. Minnich |
2003-06-24 | needed rules for DRIVER | Ronald G. Minnich |
2003-06-24 | fixed paths for GENERATED | Ronald G. Minnich |
2003-06-24 | ifs now have elses | Greg Watson |
2003-06-24 | if statement for options | Greg Watson |