summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Restore the "shared symbol found only in a single object should beMichael Brown2007-07-171-2/+9
* Added symbols that the DBG() macros will use.Michael Brown2007-07-171-0/+12
* nameserver should be staticMichael Brown2007-07-172-3/+1Star
* Obsolete code removalMichael Brown2007-07-174-576/+0Star
* Added missing externMichael Brown2007-07-171-1/+1
* Use objdump -t for symcheck; it allows us to take the symbol sectionMichael Brown2007-07-172-37/+61
* Kill off redundant references to the .zprefixes.Michael Brown2007-07-162-53/+6Star
* Update all prefixes currently referring to _load_size to include aMichael Brown2007-07-166-21/+61
* Rename _rom_size to _load_size_sect, since hdprefix.S also uses it.Michael Brown2007-07-164-5/+5
* Compressed ROM images now work.Michael Brown2007-07-169-11/+439
* Split the objcopy stage out of final image preparation to a separateMichael Brown2007-07-162-3/+11
* Move uninitialised .data16 variables to .bss16; saves around 2000Michael Brown2007-07-166-10/+10
* Kill off some long-redundant CFLAGSMichael Brown2007-07-162-5/+5
* Add __bss16() macro, and allow use of .bss16 section by removingMichael Brown2007-07-162-1/+9
* Revert "no need for depending on build library ("blib")"Michael Brown2007-07-161-1/+1
* Added nrv2b binary to ignore listMichael Brown2007-07-151-0/+1
* Use a single _payload_offset linker-defined variable to locate theMichael Brown2007-07-152-16/+23
* Reverting unintended change caused by merge of indolent/natsemi branch.Michael Brown2007-07-151-1/+1
* Merge commit 'indolent/natsemi'Michael Brown2007-07-153-664/+718
|\
| * removed type casting from DBG statements.Udayan Kumar2007-07-151-19/+16Star
| * replaces printf with dbgUdayan Kumar2007-07-151-1/+1
| * added natsemi.hUdayan Kumar2007-07-151-0/+232
| * mdc's+nvsUdayan Kumar2007-07-151-683/+336Star
| * more debuggingUdayan Kumar2007-07-151-4/+8
| * more debuggingUdayan Kumar2007-07-151-0/+6
| * added silicon revision numberUdayan Kumar2007-07-151-1/+2
| * init_fix_upUdayan Kumar2007-07-151-0/+161
| * added cable magic for 100Mps in natsemiUdayan Kumar2007-07-151-6/+70
| * duplex setting added to natsemi.cUdayan Kumar2007-07-151-4/+6
| * more indentation and styling doneUdayan Kumar2007-07-151-98/+114
| * :xUdayan Kumar2007-07-151-3/+5
| * no changesUdayan Kumar2007-07-151-1/+0Star
| * added nat_irq to natsemi.cUdayan Kumar2007-07-151-22/+25
| * stopped memory leak in natsemi::nat_open()Udayan Kumar2007-07-151-12/+15
| * Natsemi commented and almost doneUdayan Kumar2007-07-151-78/+106
| * natsemi.c is workinUdayan Kumar2007-07-151-155/+102Star
| * irq still not working will have to remove itUdayan Kumar2007-07-151-0/+10
| * natsemiUdayan Kumar2007-07-151-2/+2
| * interrupt in natsemiUdayan Kumar2007-07-151-3/+15
| * enabled interrupt in natsemi.cUdayan Kumar2007-07-151-0/+16
| * added change log to natsemi.cUdayan Kumar2007-07-151-48/+72
| * added netdev_tx_complete to natsemi.cUdayan Kumar2007-07-151-0/+6
| * added endianness to natsemi.Udayan Kumar2007-07-152-6/+2Star
| * free_netdev -> netdev_putUdayan Kumar2007-07-151-2/+2
| * debugging natsemi.cUdayan Kumar2007-07-153-28/+51
| * added eeprom from rtl8139 but not workingUdayan Kumar2007-07-151-56/+54Star
| * natsemi now needs eeprom accessUdayan Kumar2007-07-151-5/+10
| * same as before, but now compiling natsemiUdayan Kumar2007-07-151-25/+28
| * added polling and transmit. eeprom access still remainingUdayan Kumar2007-07-151-134/+167
| * skel of new natsemi driver (still in developments)Udayan Kumar2007-07-151-628/+438Star