Go to file
Nico Huber 36934fbde0 Add `debug.adc` and option DEBUG
The GNAT configuration file `debug.adc` has Assertion_Policy Debug
enabled to compile `pragma Debug` code. If `DEBUG` is set to `1`
during build, `debug.adc` is used instead of the default `gnat.adc`.

Change-Id: If5b52f5251cae7deed7aca2765f9b5db1c148fb7
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/20558
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2017-08-20 21:16:20 +00:00
ada posix file: Add procedure to query the size of a file 2017-08-20 21:16:06 +00:00
c posix file: Add an `Offset` parameter and make `Len` optional 2017-08-20 21:15:55 +00:00
common Add Div_Round_Up() for positive integer types 2017-08-20 21:16:15 +00:00
configs pci: Add PCI device infrastructure 2017-08-19 00:24:45 +00:00
debug Relicense libhwbase under GPL v2+ 2016-10-20 13:05:03 +02:00
proof Relicense libhwbase under GPL v2+ 2016-10-20 13:05:03 +02:00
.gitignore Initial upstream commit 2016-10-09 11:31:44 +02:00
COPYING Initial upstream commit 2016-10-09 11:31:44 +02:00
Makefile Add `debug.adc` and option DEBUG 2017-08-20 21:16:20 +00:00
Makefile.inc Add support to map the contents of a file 2017-06-06 17:59:50 +02:00
Makefile.proof Makefile.proof: Add all source files to the dependencies 2016-10-20 13:04:47 +02:00
debug.adc Add `debug.adc` and option DEBUG 2017-08-20 21:16:20 +00:00
gnat.adc gnat.adc: Allow exception handlers in pure Ada code 2017-08-20 21:16:03 +00:00
spark.adc gnat.adc: Remove restriction `No_Secondary_Stack` 2017-06-06 18:03:57 +02:00