2015-03-22 |
schulz | Support dynamic ARM_PERIIOBASE as requred by rpi2
|
commit | commitdiff | tree |
2015-03-22 |
schulz | Don't flush caches when waiting for free MailBox slot...
|
commit | commitdiff | tree |
2015-03-22 |
schulz | Don't use magic numbers. Use defines instead (ARM_PERIIOBASE)
|
commit | commitdiff | tree |
2015-03-21 |
schulz | Wait for SerOut ready after printing an additional...
|
commit | commitdiff | tree |
2015-03-21 |
schulz | bootstrap enables caches for speed up. Supports rpi2...
|
commit | commitdiff | tree |
2015-03-21 |
schulz | add metatarget for generating .img file.
|
commit | commitdiff | tree |
2015-03-21 |
schulz | Fix cache flushes in VC MailBox (can't clean and invalidate...
|
commit | commitdiff | tree |
2015-03-21 |
schulz | Support rpi2, fix sending CR after LF (wait for serial...
|
commit | commitdiff | tree |
2015-03-16 |
schulz | added i2f functions converting 32-bit integer (unsigned...
|
commit | commitdiff | tree |
2015-03-14 |
schulz | move to raspberrypi repository on github as it appears...
|
commit | commitdiff | tree |
2015-03-14 |
schulz | added function converting long long (64-bit) signed...
|
commit | commitdiff | tree |
2015-03-02 |
schulz | On darwin host use gsed if user hasn't specified anything...
|
commit | commitdiff | tree |
2015-02-24 |
schulz | don't enforce gsed on darwin host. Let user specify...
|
commit | commitdiff | tree |
2014-07-28 |
schulz | Worst case alignment on x86_64 is 16 bytes. Some MMX...
|
commit | commitdiff | tree |
2013-06-19 |
schulz | Create the initial MMU map at top of memory, right...
|
commit | commitdiff | tree |
2013-06-19 |
schulz | During startup check if early MMU map pointer is set...
|
commit | commitdiff | tree |
2013-06-18 |
schulz | Set "client" domain control rights for domain 0
|
commit | commitdiff | tree |
2013-06-18 |
schulz | Oops! Forgot bitfield size...
|
commit | commitdiff | tree |
2013-06-18 |
schulz | protect stdAlloc and stdDealloc even more against misused...
|
commit | commitdiff | tree |
2013-06-17 |
schulz | Wip, I will need to copy some of taglist elements into...
|
commit | commitdiff | tree |
2013-06-17 |
schulz | be less verbose
|
commit | commitdiff | tree |
2013-06-17 |
schulz | armv6 MMU definitions
|
commit | commitdiff | tree |
2013-06-17 |
schulz | Put the kernel into topmost memory, right below 0xffff0000.
|
commit | commitdiff | tree |
2013-06-13 |
schulz | include uboot's boot script used to load and start...
|
commit | commitdiff | tree |
2013-06-13 |
schulz | WiP commit
|
commit | commitdiff | tree |
2013-06-13 |
schulz | Creating MemHeaderExt for pooled functions will also...
|
commit | commitdiff | tree |
2013-06-13 |
schulz | Stronger check against the MEMF_MANAGED memory
|
commit | commitdiff | tree |
2013-06-13 |
schulz | include magic field in MemHeaderExt structure
|
commit | commitdiff | tree |
2013-06-13 |
schulz | Set the magic value
|
commit | commitdiff | tree |
2013-06-13 |
schulz | don't need CPU mode definitions here...
|
commit | commitdiff | tree |
2013-06-13 |
schulz | ugly fixes against gcc which does not like to mix ...
|
commit | commitdiff | tree |
2013-06-13 |
schulz | include directory moved outside kernel.resource directory
|
commit | commitdiff | tree |
2013-06-13 |
schulz | in case of EfikaMX, optimize for size
|
commit | commitdiff | tree |
2013-06-13 |
schulz | KrnMayGetChar implemented
|
commit | commitdiff | tree |
2013-06-13 |
schulz | using volatile struct with all UART fields can be much...
|
commit | commitdiff | tree |
2013-06-02 |
schulz | _KrnPutC uses argument of type char, not char*
|
commit | commitdiff | tree |
2013-06-02 |
schulz | 1. fixed mx51_uart include file (IMX_UART structure...
|
commit | commitdiff | tree |
2013-06-02 |
schulz | don't link with -lrom, use -larosc.static instead
|
commit | commitdiff | tree |
2013-06-02 |
schulz | adjust the ictl* definitions - the functions take one...
|
commit | commitdiff | tree |
2013-06-02 |
schulz | mx51 UART definitions
|
commit | commitdiff | tree |
2013-06-02 |
schulz | include directory for EfikaMX specific files
|
commit | commitdiff | tree |
2013-06-02 |
schulz | removed unneeded free space and one repeated include
|
commit | commitdiff | tree |
2013-06-02 |
schulz | Added build target support for softfp and hardfloat...
|
commit | commitdiff | tree |
2013-05-30 |
schulz | 1. set SIZE_ALIGN to AROS_WORSTALIGN
|
commit | commitdiff | tree |
2013-05-30 |
schulz | TLSF code moved to right place. All tlsf functions...
|
commit | commitdiff | tree |
2013-05-30 |
schulz | Slight change - one has to call krnCreateTLSFMemHeader...
|
commit | commitdiff | tree |
2013-05-19 |
schulz | krnCreateMemHeader understands that it has to initialize...
|
commit | commitdiff | tree |
2013-05-19 |
schulz | hosted target will enable TLSF if started with --use...
|
commit | commitdiff | tree |
2013-05-19 |
schulz | don't use macros by default. static inlines are just...
|
commit | commitdiff | tree |
2013-05-19 |
schulz | small code cleanup
|
commit | commitdiff | tree |
2013-05-19 |
schulz | support for TLSF managed memory added
|
commit | commitdiff | tree |
2013-05-19 |
schulz | memory pool for MEMF_MANAGED stores the requirement...
|
commit | commitdiff | tree |
2013-05-19 |
schulz | handle MEMF_MANAGED DeletePool() call.
|
commit | commitdiff | tree |
2013-05-19 |
schulz | support for MEMF_MANAGED memory extended. Now pools...
|
commit | commitdiff | tree |
2013-05-19 |
schulz | MemHeaderExt updated (init and destroy functions),...
|
commit | commitdiff | tree |
2013-05-13 |
schulz | including sys/stat.h caused compilation errors for...
|
commit | commitdiff | tree |
2013-05-12 |
schulz | prefent redefinition if struct timeval
|
commit | commitdiff | tree |
2013-05-12 |
schulz | kernel ld flags are in fact passed to gcc, therefore...
|
commit | commitdiff | tree |
2013-05-12 |
schulz | stdAlloc is not called directly in prepareexecbase...
|
commit | commitdiff | tree |
2013-05-12 |
schulz | Allocate supports MEMF_MANAGED too
|
commit | commitdiff | tree |
2013-05-12 |
schulz | fixed typos
|
commit | commitdiff | tree |
2013-05-12 |
schulz | fixed typo
|
commit | commitdiff | tree |
2013-05-12 |
schulz | include memheaderext.h file
|
commit | commitdiff | tree |
2013-05-12 |
schulz | better way to prevent struct timeval redefinition.
|
commit | commitdiff | tree |
2013-05-12 |
schulz | support for MEMF_MANAGED memory is back in the system...
|
commit | commitdiff | tree |
2013-03-17 |
schulz | ARM tragets do not like operations on unmapped AROS...
|
commit | commitdiff | tree |
2012-08-09 |
schulz | ignore generated mmakefiles
|
commit | commitdiff | tree |
2012-08-09 |
schulz | Disable multilib option in gcc. The libraries for ARM...
|
commit | commitdiff | tree |
2012-08-09 |
schulz | ignore generated mmakefiles
|
commit | commitdiff | tree |
2012-08-09 |
schulz | ignore generated mmakefiles
|
commit | commitdiff | tree |
2012-07-16 |
schulz | updated GMP and MPFR. GMP does not need patching anymore...
|
commit | commitdiff | tree |
2012-07-16 |
schulz | default CPU and float-abi targets used when building...
|
commit | commitdiff | tree |
2012-07-16 |
schulz | Added target fur ARM hard-float abi linux-hosted AROS...
|
commit | commitdiff | tree |
2012-07-05 |
schulz | support 64-bit divide and multiply properly.
|
commit | commitdiff | tree |
2012-07-04 |
schulz | added need_64bit_hwint to aros target of libcpp
|
commit | commitdiff | tree |
2012-06-27 |
schulz | Avoid ICE on ARM targets...
|
commit | commitdiff | tree |
2012-06-19 |
schulz | ARM contrib package. Includes development tools working...
|
commit | commitdiff | tree |
2012-06-19 |
schulz | added arm contrib package
|
commit | commitdiff | tree |
2012-06-18 |
schulz | expand commas, as used in patch specs, to spaces, as...
|
commit | commitdiff | tree |
2012-06-18 |
schulz | add -f option to patch
|
commit | commitdiff | tree |
2012-06-12 |
schulz | Added gmp patch enabling proper detection of x86_64...
|
commit | commitdiff | tree |
2011-09-30 |
schulz | enable x86_64 linuix hosted nightly build.
|
commit | commitdiff | tree |
2011-09-18 |
schulz | also build native x86_64 target
|
commit | commitdiff | tree |
2011-09-13 |
schulz | omg. commented out wrong code. I need coffee
|
commit | commitdiff | tree |
2011-09-13 |
schulz | enable SSE. gcc might explicitly picked it to do 32bit...
|
commit | commitdiff | tree |
2011-09-13 |
schulz | htlab configuration for nightlies
|
commit | commitdiff | tree |
2011-09-13 |
schulz | sdk-linux-arm target
|
commit | commitdiff | tree |
2011-09-13 |
schulz | small fix - the directory bin/linux-arm-android has...
|
commit | commitdiff | tree |
2011-09-06 |
schulz | aros-pc-i386 does not exist anymore. bootstrap-pc-i386...
|
commit | commitdiff | tree |
2011-06-01 |
schulz | enable thumb interworking on arm target
|
commit | commitdiff | tree |
2011-05-31 |
schulz | oops.
|
commit | commitdiff | tree |
2011-05-31 |
schulz | Experimental support for ARM Thumb relocations. Might...
|
commit | commitdiff | tree |
2011-05-30 |
schulz | Don't call EClockUpdate on every BeginIO, only then...
|
commit | commitdiff | tree |
2011-05-30 |
schulz | don't update EClock here, the GetSysTime function does...
|
commit | commitdiff | tree |
2011-05-16 |
schulz | first bits and pieces of kernel.resource for EfikaMX...
|
commit | commitdiff | tree |
2011-05-16 |
schulz | bootstrap for EfikaMX and UBoot. Loads and boots aros...
|
commit | commitdiff | tree |
2011-05-14 |
schulz | slight modification of pkg tool, backward compatible...
|
commit | commitdiff | tree |
2011-05-08 |
schulz | some debug console support...
|
commit | commitdiff | tree |
2011-05-07 |
schulz | include arm architecture in asm/cpu.h stub include...
|
commit | commitdiff | tree |
2011-05-06 |
schulz | tiny changes in mmakefile
|
commit | commitdiff | tree |