1. 70c94dd Use VARVERIFY32INIT on global variables that point to "tmp" memory. by Kevin O'Connor · 11 years ago
  2. e52ad39 Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others. by Kevin O'Connor · 11 years ago
  3. 6d15264 Eliminate separate BiosTableSpace[] space for f-segment allocations. by Kevin O'Connor · 11 years ago
  4. f85e4bc Calculate "RamSize" needed by 16bit interface dynamically. by Kevin O'Connor · 11 years ago
  5. 0b314ab Move malloc's ZoneFSeg and ZoneLow setup to malloc_init. by Kevin O'Connor · 11 years ago
  6. 6afc6f8 Don't relocate "varlow" variable references at runtime. by Kevin O'Connor · 11 years ago
  7. 89a2f96 Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG. by Kevin O'Connor · 11 years ago
  8. c924344 Clarify build generated "zone low" values. by Kevin O'Connor · 11 years ago
  9. 89efc93 Report on f-segment UMB ram also. by Kevin O'Connor · 11 years ago
  10. 3733f6f Rename rom_get_top() to rom_get_max(). by Kevin O'Connor · 11 years ago
  11. 6ca0460 POST: Reorganize post entry and "preinit" functions. by Kevin O'Connor · 12 years ago
  12. 118469a Add CSM support by David Woodhouse · 12 years ago
  13. 13fd0a5 Fix rebase error in commit 8a0a972f that broke LOWMEM variables. by Kevin O'Connor · 11 years ago
  14. d83c87b Normalize POST initialization function name suffixes. by Kevin O'Connor · 12 years ago
  15. 6156afe pmm: Use 'struct segoff_s' in pmm header. by Kevin O'Connor · 12 years ago
  16. 65802ad Minor - clear unused f-segment data at start of f-segment. by Kevin O'Connor · 12 years ago
  17. c91da7a Avoid runtime relocation of 16bit "low" mem - calculate at build instead. by Kevin O'Connor · 12 years ago
  18. 640cd0a Remove CanPreempt check from pmm code. by Kevin O'Connor · 12 years ago
  19. 33d5118 Minor - verify UMB dummy optionrom header size doesn't overflow. by Kevin O'Connor · 12 years ago
  20. 5e01908 Allow optionroms and "low mem" to share space. by Kevin O'Connor · 12 years ago
  21. 9c98517 Use the e-segment instead of the 9-segment for bios "low mem". by Kevin O'Connor · 12 years ago
  22. 890d985 Fix missing NULL pointer checks causing boot failure on 1meg machines. by Kevin O'Connor · 12 years ago
  23. 8b9137d Allow free space in f-segment to be used by malloc_fseg(). by Kevin O'Connor · 13 years ago
  24. 1313b78 Remove 16bit wrappers from PMM code. by Kevin O'Connor · 13 years ago
  25. 533b628 Run option rom visible PMM code in 32bit mode instead of 16bit mode. by Kevin O'Connor · 13 years ago
  26. 4d96edc Cleanup - it's no longer necessary to manually reset global variables. by Kevin O'Connor · 14 years ago
  27. e826465 Enable optionroms to use freed space due to CONFIG_RELOCATE_INIT. by Kevin O'Connor · 14 years ago
  28. 025cabd Move init code from _start() to post(). by Kevin O'Connor · 14 years ago
  29. 8f59aa3 Introduce memcpy_fl - a memcpy on "flat" pointers. by Kevin O'Connor · 14 years ago
  30. 42a1d4c Rework malloc to use a "first fit" algorithm. by Kevin O'Connor · 14 years ago
  31. f9a774c Add __attribute__((__malloc__)) declaration to internal malloc funcs. by Kevin O'Connor · 14 years ago
  32. d7eb27e Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS). by Kevin O'Connor · 14 years ago
  33. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 15 years ago
  34. 871e0a0 Add support for 32bit PCI BIOS entry. by Kevin O'Connor · 15 years ago
  35. eda2c83 Only add "addr32" to memory accesses that require them. by Kevin O'Connor · 15 years ago
  36. 52a300f Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT. by Kevin O'Connor · 15 years ago
  37. c945b2f Clear unused parts of f-segment. by Kevin O'Connor · 15 years ago
  38. 8f4409b Clear PMMAllocs even if CONFIG_PMM not set. by Kevin O'Connor · 15 years ago
  39. d948e2b Use pmm_malloc() for internal allocations. by Kevin O'Connor · 15 years ago
  40. 7bd5a8f Workaround gcc4.3 compiler error - disable pmm low mem allocations. by Kevin O'Connor · 15 years ago
  41. f416fe9 Add support for permanent low memory allocations. by Kevin O'Connor · 15 years ago
  42. 415d429 Cleanups for malloc code. by Kevin O'Connor · 15 years ago
  43. 0e9fd61 Add initial support for PMM allocations of permanent memory. by Kevin O'Connor · 15 years ago
  44. a3855ad Add support for using floppy images in CBFS. by Kevin O'Connor · 15 years ago
  45. 9c3e747 Fix some PMM corner-cases. by Kevin O'Connor · 15 years ago
  46. 0bf9270 Add Post Memory Manager (PMM) support. by Kevin O'Connor · 15 years ago
  47. e54ee38 Add PMM stubs. by Kevin O'Connor · 15 years ago