Skip to content
Snippets Groups Projects
  1. Nov 26, 2018
  2. Nov 25, 2018
    • Tamir Duberstein's avatar
      [zxs] move definitions back to header · 2517b65a
      Tamir Duberstein authored
      These were moved out of the header in 36242efc but these structures are
      used in garnet; we need access to these definitions to avoid duplicating
      the structures there.
      
      Tested: CQ
      
      Change-Id: Iba658c7c8936d28564dc78d5eef3caa581999abf
      2517b65a
  3. Nov 24, 2018
  4. Nov 23, 2018
  5. Nov 22, 2018
  6. Nov 21, 2018
    • Mike Voydanoff's avatar
      [netsvc][bootserver] More support for paving AVB vbmeta partitions · 86025705
      Mike Voydanoff authored
      TEST: install-disk-image-test passes, paving mt8167s starting to work
      
      Change-Id: I804614df6c771fec739f735b3e331da9c5b64a78
      86025705
    • Adam Barth's avatar
      [fdio] Enable zxio backend for vmofile · 590b1291
      Adam Barth authored
      Test: No behavior change
      Change-Id: If6d8c2c215208765d2687712ac39b00a08d14560
      590b1291
    • Sam Hansen's avatar
      [sherlock] Turn on the wifi transceiver · eebebace
      Sam Hansen authored
      This bootstraps the required devices to enable communication with the
      bcm43458 wifi/bluetooth transceiver chip.
      
      Test: wlan scan+connect; ping w/eth0 disconnected
      Change-Id: I948bf41df1058dd93e77dea7036e9b3b4f6fb668
      eebebace
    • Christopher Anderson's avatar
      [upci] Implement ecam mapping · 5facdd3d
      Christopher Anderson authored
      The pci bus driver will now obtain platform information from
      pciroot and map an ecam into its address space if one exists.
      
      Test: Checked config dump of 00:00.0, and verified kpci behavior
      has not regressed;
      
      Change-Id: I50c393c543de0323671b623c4deebe445305b727
      5facdd3d
    • Adam Barth's avatar
      [fdio] Remove FDIO_NONBLOCKING and VFS_MAX_HANDLES · 60dff3c2
      Adam Barth authored
      These symbols are unused.
      
      Test: No behavior change
      Change-Id: I643a6b7633a1ca5dbf824403ee7773947ee1d6a2
      60dff3c2
    • Todd Eisenberger's avatar
      [devmgr] Remove long-deprecated driver load paths · 4154b8ef
      Todd Eisenberger authored
      As far as I can tell these haven't been used in well over a year.
      
      Test: Booted
      Change-Id: I7c713a1d565011617d193647fb9704201a614ac1
      4154b8ef
    • Adam Barth's avatar
      [fdio] Remove remoteio.h · e920673a
      Adam Barth authored
      We no longer need this header.
      
      Test: No behavior change
      Change-Id: I03679671db7c478709c0f78f815c310cb238b3c5
      e920673a
    • Christopher Anderson's avatar
      [pci] Move legacy kpci driver into kpci/ · c078e11d
      Christopher Anderson authored
      Test: build/ran kpci with graphics under qemu
      
      Change-Id: I87a256ccc299f11cd1fd4aa4667a9acf89d364b7
      c078e11d
    • Adam Barth's avatar
      [fdio] Thin out remoteio.h · c56bdf08
      Adam Barth authored
      This CL removes declarations from remoteio.h that are redundant with
      declarations in io.fidl.
      
      Test: No behavior change
      Change-Id: Id23f270b69b575b104bf00c2bed0140c6408fff0
      c56bdf08
    • Petr Hosek's avatar
      [musl][ldso] Support for XRay · 5bc2b373
      Petr Hosek authored
      XRay needs to retrieve the innermost VMAR to allow changing its
      permissions when patching function entry and exit points. This is
      currently not possible since the dynamic linker always closes the VMAR
      handle. To support XRay, when the dynamic linker is being built for
      XRay, we don't close the VMAR handle and provide a new runtime function
      __sanitizer_change_code_protection which allows caller to change the
      protection of its own code segment.
      
      Test: manual
      Change-Id: If6a780d29cce389068574cc8b50d0f2387f8e3a3
      5bc2b373
Loading