Sebastien Bourdeauducq
48b70f09a8
software/libbase: fix memcpy handling of buffers with differing alignments
2012-05-27 15:45:45 +02:00
Sebastien Bourdeauducq
4dbc938f7c
software: more string functions
2012-05-25 23:26:43 +02:00
Sebastien Bourdeauducq
a481db612a
software/libbase: strtod
2012-05-25 23:26:17 +02:00
Sebastien Bourdeauducq
99070f0afd
software/libbase: errno
2012-05-25 23:24:53 +02:00
Sebastien Bourdeauducq
598498ec2b
libbase: setjmp/longjmp
2012-05-25 22:28:38 +02:00
Sebastien Bourdeauducq
8e0461121f
software/libbase: srand and RAND_MAX
2012-05-25 18:57:23 +02:00
Sebastien Bourdeauducq
80f3d83c34
software/libbase: now that we have double precision, printf hack no longer needed
2012-05-24 23:47:56 +02:00
Sebastien Bourdeauducq
78d5645236
software/libbase: double precision FP glue
2012-05-24 23:47:32 +02:00
Sebastien Bourdeauducq
275caae7f0
software/libbase: fix softfloat compilation warnings
2012-05-24 23:25:59 +02:00
Sebastien Bourdeauducq
97b77945e5
software/libbase: upgrade softfloat to version 2b + add support for more precision
2012-05-24 23:21:18 +02:00
Sebastien Bourdeauducq
22f7d1716e
Remove some boilerplate
2012-05-24 19:22:27 +02:00
Sebastien Bourdeauducq
473c75898e
software: include.mak -> common.mak
2012-05-24 19:02:59 +02:00
Sebastien Bourdeauducq
2500e71cb7
software: merge libextra into libbase
2012-05-24 19:01:47 +02:00
Sebastien Bourdeauducq
f6f42293d1
Clock frequency detection
2012-05-22 13:23:44 +02:00
Sebastien Bourdeauducq
d03ee7a89f
libbase: unmask UART interrupt correctly
2012-05-21 20:01:21 +02:00
Sebastien Bourdeauducq
c01594f9fd
Common interrupt numbers
2012-05-21 19:52:41 +02:00
Sebastien Bourdeauducq
79124d822b
Identifier
2012-05-17 01:41:41 +02:00
Sebastien Bourdeauducq
755079d7fa
libbase: blocking UART write if IRQs are enabled
2012-02-07 15:12:27 +01:00
Sebastien Bourdeauducq
73fce59631
software: shell from original BIOS
2012-02-07 15:02:44 +01:00
Sebastien Bourdeauducq
fb22edc06a
software: enable -Wmissing-prototypes
2012-02-07 13:02:06 +01:00
Sebastien Bourdeauducq
63f6dece56
software: use the Clang/LLVM compiler
2012-02-07 12:52:34 +01:00
Sebastien Bourdeauducq
494c383fa8
software: remove unnecessary IRQ acks
2012-02-07 00:07:25 +01:00
Sebastien Bourdeauducq
4aaf48afb0
software: interrupt driven UART working
2012-02-06 23:53:29 +01:00
Sebastien Bourdeauducq
5cde57cb65
software: use new UART
2012-02-06 17:53:41 +01:00
Sebastien Bourdeauducq
45529d5941
BIOS: hello world
2012-02-05 20:01:28 +01:00
Sebastien Bourdeauducq
1ad44b6571
software: dependencies the Werner way
2012-02-03 12:25:55 +01:00
Sebastien Bourdeauducq
1a4a6eb445
Copy some software code from the original Milkymist SoC.
...
Libbase should keep its RAM usage to a minimum as it is meant to
be executed before the SDRAM is up and running. (Having lots of
code is OK though as we XIP from the flash)
2012-02-03 12:08:17 +01:00