60 Commits (d8cbbe3dbad6d3194e0252eb798dc2c86d3b12e1)

Author SHA1 Message Date
Govindraj Raja 4c700c1563 chore: update to use Arm word across TF-A 1 year ago
Matt Schulte 483edc207a feat(libc): add %X to printf/snprintf 1 year ago
Jit Loon Lim f328bff667 feat(lib): implement memcpy_s in lib 1 year ago
Maksims Svecovs 44d9706e54 feat(libc): add %c to printf/snprintf 2 years ago
Yann Gautier 28dc82580e fix(libc): remove __putchar alias 2 years ago
Boyan Karatotev e138400d1c fix: unify fallthrough annotations 2 years ago
Claus Pedersen e0b6826e44 refactor(console): move putchar() to console driver 2 years ago
Jorge Troncoso c5862af72d chore(libc): clean up includes in lib/libc/printf.c 2 years ago
Claus Pedersen 885e268304 refactor(libc): clean up dependencies in libc 2 years ago
kadabi 701e94b08f feat(snprintf): add support for length specifiers 3 years ago
Yann Gautier a211fde940 fix(libc): correct some messages 3 years ago
Andre Przywara 410c925ab3 fix(libc): snprintf: include stdint.h 3 years ago
Andre Przywara b30dd4030d fix(libc): limit snprintf radix value 3 years ago
Andre Przywara c1f5a0925d fix(libc): fix snprintf corner cases 3 years ago
Andre Przywara 005415a39a libc: memset: Fix MISRA issues 4 years ago
Madhukar Pappireddy d56b957c21 libc: Import strtoull from FreeBSD project 4 years ago
Madhukar Pappireddy 587c15565f libc: Import strtoll from FreeBSD project 4 years ago
Madhukar Pappireddy 15c1c14735 libc: Import strtoul from FreeBSD project 4 years ago
Madhukar Pappireddy 015240d9d3 libc: Import strtol from FreeBSD project 4 years ago
Heyi Guo 7981c5043b libc/snprintf: use macro to reduce duplicated code 4 years ago
Heyi Guo c654615466 libc/snprintf: add support to print "%" character 4 years ago
Heyi Guo 128c5f0285 libc/printf: add support to print "%" character 4 years ago
Jimmy Brisson 831b0e9824 Don't return error information from console_flush 4 years ago
Madhukar Pappireddy 374eef025f libc: Import strtok_r from FreeBSD project 4 years ago
Madhukar Pappireddy 77648689ad libc: Add support for vsnprintf() 4 years ago
Madhukar Pappireddy 1123a5e2f9 libc: Import strlcat from FreeBSD project 4 years ago
Andre Przywara 75fab6496e libc: memset: improve performance by avoiding single byte writes 4 years ago
Alexei Fedorov e3f2b1a932 plat/arm: Introduce and use libc_asm.mk makefile 4 years ago
Javier Almansa Sobrino 524eecc6a2 Add support for hexadecimal and pointer format specifiers to snprintf() 4 years ago
Mark Dykes f5402ef7a8 Revert "libc/memset: Implement function in assembler" 4 years ago
Alexei Fedorov e7d344de01 libc/memset: Implement function in assembler 4 years ago
Ambroise Vincent ebff107268 libc: add memrchr 5 years ago
Masahiro Yamada f906a44e9e libc: fix sparse warning for __assert() 5 years ago
Ambroise Vincent 294062fabf libc: fix memchr implementation 5 years ago
Ambroise Vincent 609e053caa Remove several warnings reported with W=1 6 years ago
Antonio Nino Diaz 70b0f2789e libc: Move setjmp to libc folder 6 years ago
Antonio Nino Diaz 09d40e0e08 Sanitise includes across codebase 6 years ago
Antonio Nino Diaz b4cf974a32 libc: Adapt strlcpy to this codebase 6 years ago
Antonio Nino Diaz b3e9214e96 libc: Import strlcpy from FreeBSD 6 years ago
Antonio Nino Diaz 1a29aba367 libc: Integrate strrchr in libc 6 years ago
Antonio Nino Diaz 668afe261d libc: Import strrchr from FreeBSD 6 years ago
Daniel Boulby a08a201430 Ensure the flow through switch statements is clear 6 years ago
Antonio Nino Diaz d5ccb754af libc: Fix some MISRA defects 6 years ago
Antonio Nino Diaz 3e530d8ea8 backtrace: Print backtrace in assert() and panic() 6 years ago
Antonio Nino Diaz 39b6cc66d6 libc: Use printf and snprintf across codebase 6 years ago
Antonio Nino Diaz 870ce3ddd3 libc: Move tf_printf and tf_snprintf to libc 6 years ago
Antonio Nino Diaz 93c78ed231 libc: Fix all includes in codebase 6 years ago
Antonio Nino Diaz 7c0ff9c40c libc: Add AArch32 and AArch64 headers 6 years ago
Antonio Nino Diaz 2c5aca6eaa libc: Cleanup FreeBSD files 6 years ago
Antonio Nino Diaz c6fdaa7363 libc: Import files from FreeBSD 6 years ago