[roll] Roll fuchsia [kernel] Remove virtual heap

This change removes the notion of a virtual heap and is a pure deletion
of code.

Why? Several related reasons:
* The virtual heap represents a past experiment that has not been
  revisited in quite some time;
* The complicated, split reservation logic in turn complicates the
  implementation around physboot constructing the kernel and physmap
  mappings itself;
* Physboot in this role fundamentally changes the design of how we'd
  approach a virtual heap, so best to remove the existing support until
  after that is rolled out and the dust has settled.

Original-Bug: 42164859
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1137894
Original-Revision: ab1e37368fb1d49ed0ad2fdaa5b249d59f7f40a8
GitOrigin-RevId: 7f231885799a6683b9fe2a9e88f7c4368d8ab058
Change-Id: I1a5cf30b15cc5b39da1101349b72f66f96464210
1 file changed
tree: a4afaf4d3ee1fbd24d5a7782ea433da49062c182
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.