No description
- Ada 80.9%
- Makefile 15.3%
- C 3.8%
|
Nico Huber
d8fae235d5
Makefile: Always disable warnings for out-of-order record fields
We added this as a GCC 10 quirk, but of course by now there are many more versions with this flag. Stable GCC 10.1 was released almost 4 years ago and libhwbase is mostly used with coreboot's toolchain and newer ones. So we don't have to keep compatibility with older GCC releases. Change-Id: I1131ebbdde71cd6223a9ea650512eec601401cc3 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/libhwbase/+/82052 Reviewed-by: Angel Pons <th3fanbus@gmail.com> |
||
|---|---|---|
| ada | dynamic_mmio: Use volatile access type | |
| c |
posix file: Add an Offset parameter and make Len optional
|
|
| common | Fix "unnecessary with of ancestor [-gnatwr]" | |
| configs | pci: Add Linux sysfs implementation of HW.PCI.Dev | |
| debug | Avoid warning '"Pos64" is already use-visible' | |
| proof | pci: Add Linux sysfs implementation of HW.PCI.Dev | |
| .gitignore | Initial upstream commit | |
| COPYING | Initial upstream commit | |
| debug.adc |
Add debug.adc and option DEBUG
|
|
| gnat.adc | gnat.adc: Allow exception handlers in pure Ada code | |
| Makefile | Makefile: Always disable warnings for out-of-order record fields | |
| Makefile.inc | Add support to map the contents of a file | |
| Makefile.proof | Makefile: Revise support for generated sources | |
| spark.adc |
gnat.adc: Remove restriction No_Secondary_Stack
|
|