summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refresh NTOSD configurations. Fix some minor bit rot build issuesGregory Nutt2014-09-1114-57/+69
|
* Kconfig choice value needs a promptGregory Nutt2014-09-111-1/+1
|
* More updated makefilesGregory Nutt2014-09-112-2/+2
|
* Update ChangeLogGregory Nutt2014-09-111-1/+3
|
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-1188-88/+88
|
* Fix some minor issues with the exampls/udp MakefileGregory Nutt2014-09-103-5/+15
|
* clock_gettime.c: Fix a cornercase bug in clock_gettime()Gregory Nutt2014-09-101-1/+1
|
* Update ChangeLogGregory Nutt2014-09-101-0/+2
|
* Fixes to clock bias logic. Remove vestiges of g_tickbias; apply bias ↵Gregory Nutt2014-09-103-19/+23
| | | | instead to g_basetime
* Update ChangeLogGregory Nutt2014-09-101-0/+5
|
* Add logic to initialize the per-process user heap when each user process is ↵Gregory Nutt2014-09-1015-132/+326
| | | | started
* Update ChangeLogGregory Nutt2014-09-101-0/+9
|
* SAMA5D4-EK: These configurations now use the fixed DRAM mapping for ↵Gregory Nutt2014-09-104-5/+135
| | | | manipulating the page memory pool.
* Add configuration to use the fixed DRAM mapping for the page pool (if ↵Gregory Nutt2014-09-105-6/+213
| | | | available) instead of remapping dynamically to access L2 page tables and page data. Also, add logic in address environment creation to initialize the shared data at the beginning of the .bss/.data process memory region.
* pcDuino: Several fixes so that it still builds after other Cortex-A changes.Gregory Nutt2014-09-103-0/+4
|
* Update ChangeLogGregory Nutt2014-09-091-0/+3
|
* When allocating a stack for a new process using the user-sapce allocator, ↵Gregory Nutt2014-09-092-6/+32
| | | | need to select the address environment first
* Updata ChangeLogGregory Nutt2014-09-091-1/+5
|
* ELF relocations. Some relocation types do not have a named symbol ↵Gregory Nutt2014-09-0910-24/+160
| | | | associated with them. The design did not account for that case
* Update ChangeLogGregory Nutt2014-09-091-1/+4
|
* Add logic that will permit us to build user libraries with different CFLAGS ↵Gregory Nutt2014-09-092-193/+197
| | | | than kernel code. This is needed because we need the -fno-common option when building ELF code to prevent SHN_COMMON relocations
* Updata changelogGregory Nutt2014-09-091-0/+4
|
* Move commit library targets out of Makefile.unix and Makeifle.win into a new ↵Gregory Nutt2014-09-093-306/+195
| | | | LibTargets.mk
* Fix a typo in a header fileGregory Nutt2014-09-091-1/+1
|
* Update changelogGregory Nutt2014-09-092-1/+6
|
* SAMA5D4-EK kernel config can now boot from a ROMFS file systemGregory Nutt2014-09-097-32/+1177
|
* Update ChangeLogGregory Nutt2014-09-091-0/+2
|
* Add a script to create a boot ROMFS imageGregory Nutt2014-09-092-0/+77
|
* Update ChangeLogGregory Nutt2014-09-091-0/+2
|
* Add README.txt file for CC3200 LaunchpadGregory Nutt2014-09-093-1/+128
|
* Update README fileGregory Nutt2014-09-081-1/+8
|
* Update CC3200 OpenOCD configGregory Nutt2014-09-081-4/+6
|
* Rename SAMA5D4-EK kernel configuration to knsh for consistency with naming ↵Gregory Nutt2014-09-085-5/+13
| | | | for other platforms
* Cosmetic changes to comments/spacingGregory Nutt2014-09-082-4/+6
|
* Update ChangeLogsGregory Nutt2014-09-082-0/+4
|
* Change commenting style to agree with coding standardGregory Nutt2014-09-087-86/+86
|
* ELF build reuires -fno-common in CFLAGSGregory Nutt2014-09-081-2/+5
|
* Correct atan2 implementations from Denis ArnstGregory Nutt2014-09-083-94/+51
|
* pthread prototype changes must be reflected in system calls as wellGregory Nutt2014-09-081-4/+4
|
* Update ChangeLogGregory Nutt2014-09-081-0/+4
|
* A const storage class to to phthread parameters. From Freddie ChopinGregory Nutt2014-09-089-18/+18
|
* SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to ↵Gregory Nutt2014-09-081-4/+4
| | | | board.h header file. From Fabien Comte
* SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to ↵Gregory Nutt2014-09-087-10/+13
| | | | board.h header file. From Fabien Comte
* Update ChangeLogGregory Nutt2014-09-071-0/+3
|
* SAMA5D4-EK: In kernel build with address environment, need logic to map user ↵Gregory Nutt2014-09-076-6/+247
| | | | virtual addresses to physical addresses, and vice versa
* ChangeLogGregory Nutt2014-09-071-0/+2
|
* Fix loop counter... was overrunning a table on larger ELF filesGregory Nutt2014-09-071-1/+1
|
* Update ChangeLogGregory Nutt2014-09-071-0/+5
|
* Need to call elf_initialize() on bring-up before attempting to load ELF modulesGregory Nutt2014-09-072-5/+29
|
* Improved binfmt debug outputGregory Nutt2014-09-073-20/+37
|