1. 2332d29 libpayload: Fix compiler warnings by Thomas Heijligen · 1 year, 9 months ago
  2. be842cb libpayload: Cache physical location of serial-console struct by Nico Huber · 4 years, 1 month ago
  3. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  4. e6b0a32 libpayload: Make 8250 UART driver relocation safe by Nico Huber · 4 years, 9 months ago
  5. a20e59d libpayload: classify all keyboards by Matt Delco · 5 years ago
  6. eab2a29 payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  7. 342f5f8 libpayload/libc/console: Flush input driver buffer on init by Furquan Shaikh · 7 years ago
  8. 777028f libpayload: Split off generic serial API from 8250 driver by Stefan Reinauer · 8 years ago
  9. d4adf58 libpayload: use 32bit access when accessing 4byte wide uart registers by Patrick Georgi · 9 years ago
  10. a7c609c libpayload: Fix merge of PL011 UART support by Nico Huber · 9 years ago
  11. 1b4d394 libpayload: Make Kconfig bools use IS_ENABLED() by Stefan Reinauer · 9 years ago
  12. 6cc5e52 libpayload: read register width from coreboot table by Vadim Bendebury · 10 years ago
  13. 2fe505b libpayload: console: Allow output drivers to print whole strings at once by Julius Werner · 10 years ago
  14. a6aecc4 libpayload: serial: Move the depthcharge serial drivers into libpayload. by Gabe Black · 10 years ago[Renamed from payloads/libpayload/drivers/serial.c]
  15. 9ed8a82 serial: Separate the serial hardware init and the serial console init. by Gabe Black · 11 years ago
  16. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  17. 48e9eb8 libpayload: Fix to properly disable serial console by Kyösti Mälkki · 10 years ago
  18. adc300d libpayload: Fix the logic for hardware-less serial consoles by Dave Frodin · 11 years ago
  19. b7b57d9 libpayload: If there's no IO address space, don't try to use it for serial by Gabe Black · 12 years ago
  20. d8d4d11 libpayload: If there's no IO space, complain if the serial claims to use it by Gabe Black · 12 years ago
  21. 1c11712 libpayload: Consolidate io vs. mem mapped serial into accessor functions by Gabe Black · 12 years ago
  22. 5056b6e libpayload: Check if serial console h/w is present before using by Dave Frodin · 12 years ago
  23. 5ab2005 Update the way serial info is read from the coreboot tables. by Gabe Black · 12 years ago
  24. 93a8b27 libpayload: Set 8bits per char for serial port by Anton Kochkov · 12 years ago
  25. 7f96583 Reduce warnings/errors in libpayload when using picky compiler options by Patrick Georgi · 13 years ago
  26. 4e67731 Allow libpayload to use an OXPCIe 952 card on systems without by Stefan Reinauer · 13 years ago
  27. d233f36 Some driver fixes for libpayload: by Stefan Reinauer · 15 years ago
  28. db8c0ab [PATCH] libpayload: rename config.h to libpayload-config.h by Jordan Crouse · 16 years ago
  29. 657a6dc This patch removes most of the #ifdefs in libc/console.c, and by Patrick Georgi · 16 years ago
  30. e75c3d8 * factor out serial hardware init by Stefan Reinauer · 16 years ago
  31. 0e0ecf2 Make the serial output driver 8 bit clean. Remove translate_special_chars(), by Ulf Jordan · 16 years ago
  32. d57a680 Add support for curses color output over serial. by Ulf Jordan · 16 years ago
  33. b4d4bac Add support for line drawing characters and the alternate character set. by Ulf Jordan · 16 years ago
  34. 5e354b7 these should be the last occurences of CONFIG_ without config.h in libpayload. by Stefan Reinauer · 16 years ago
  35. b96a2ff Bugfixes to serial output functions: vt100 has bold with \e[1m, by Ulf Jordan · 16 years ago
  36. 3b47065 libpayload: Support curses for serial by Jordan Crouse · 16 years ago
  37. be504d1 Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). by Uwe Hermann · 16 years ago
  38. 6a441bf Cosmetics, coding style fixes (trivial). by Uwe Hermann · 16 years ago
  39. f6145c3 libpayload: The initial chunk of code writen by AMD by Jordan Crouse · 16 years ago