summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 0.4.9nuttx-4.9patacongo2009-06-266-76/+666
* updatepatacongo2009-06-261-1/+3
* prep for 0.1.8patacongo2009-06-262-2/+11
* Remove warning due to unused symbolpatacongo2009-06-261-1/+0
* Fixes for clean ez80 compilationpatacongo2009-06-263-6/+17
* Completes initial fragile integrationpatacongo2009-06-262-33/+98
* Completes initial shaky integrationpatacongo2009-06-262-6/+15
* integrating NXFLATpatacongo2009-06-265-28/+60
* updatepatacongo2009-06-261-8/+21
* function pointers in modules must have global scopepatacongo2009-06-265-8/+38
* There is no envp argument in main()patacongo2009-06-2611-22/+11
* NXFLAT doesn't set bit 0 in the entry point addresspatacongo2009-06-261-0/+10
* updatepatacongo2009-06-251-0/+3
* ChangeLogpatacongo2009-06-251-1/+4
* Fix a stack setup errorpatacongo2009-06-251-2/+2
* ROMFS was in RAMpatacongo2009-06-252-6/+12
* Mostly cosmetic integration changespatacongo2009-06-255-39/+52
* Consolidate buffer dumping functionspatacongo2009-06-251-0/+123
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-2596-368/+286
* Fix THM_CALL relocationpatacongo2009-06-251-10/+10
* Need to use GOTOFF offsetspatacongo2009-06-253-10/+12
* Fix debug outputpatacongo2009-06-251-1/+6
* Make all counts 16-bitspatacongo2009-06-251-2/+2
* Make all counts 16-bitpatacongo2009-06-257-12/+22
* Fix to handle case of more than 4 argumentspatacongo2009-06-253-42/+34
* Fix messaging logic for case of debu disabledpatacongo2009-06-251-5/+16
* Initial NXFLAT debug fixespatacongo2009-06-258-43/+101
* Fix a bug in initial XIP offsetpatacongo2009-06-245-17/+119
* Fix a problem that was causing tools/incdir.sh to generate inappropriate path...patacongo2009-06-248-29/+119
* Fix DEBUG-on compilation errorspatacongo2009-06-243-4/+4
* updatepatacongo2009-06-242-1/+3
* Add genromfspatacongo2009-06-244-0/+48
* Remove warnings/Add genromfspatacongo2009-06-244-128/+133
* Remove unsed libraries and variablespatacongo2009-06-242-7/+2
* remove garbage output that can corrupt filespatacongo2009-06-231-3/+0
* Fix .PHONY targetspatacongo2009-06-231-1/+1
* Add another NXFLAT test casepatacongo2009-06-235-2/+332
* First cut at GOT relocationspatacongo2009-06-233-116/+109
* Still waffling on relocation typespatacongo2009-06-232-7/+70
* Remove import symbols from relo tablepatacongo2009-06-232-22/+9
* Add logic to allocate GOTpatacongo2009-06-233-198/+528
* ispace offset needs to account for size of headerpatacongo2009-06-221-3/+3
* Defs for new relocation typespatacongo2009-06-224-153/+190
* Back-out one relocation typepatacongo2009-06-224-66/+6
* New relocation typespatacongo2009-06-2210-158/+398
* Symbol table is orderedpatacongo2009-06-213-7/+40
* Add logic to mount ROMFS filesystempatacongo2009-06-213-4/+40
* Finishes first cut of examples/nxflatpatacongo2009-06-214-15/+131
* Flesh out examples/nxflat build environmentpatacongo2009-06-2132-156/+361
* Add logic to make ROMFS imagepatacongo2009-06-212-5/+63