All Projects → frederic → qemu-exynos-bootrom

frederic / qemu-exynos-bootrom

Licence: other
Emulating Exynos 4210 BootROM in QEMU

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
haxe
709 projects
assembly
5116 projects

Projects that are alternatives of or similar to qemu-exynos-bootrom

exynos-usbdl
Unsigned code loader for Exynos BootROM
Stars: ✭ 57 (+16.33%)
Mutual labels:  samsung, secure-boot, exynos, bootrom
multizone-linux
MultiZone® Security Enclave for Linux
Stars: ✭ 18 (-63.27%)
Mutual labels:  secure-boot
shannon s5000
A code skeleton of Samsung's Shannon S5000 baseband modem.
Stars: ✭ 36 (-26.53%)
Mutual labels:  samsung
samsung-bios-check
BIOS update checker for Samsung laptops running Linux
Stars: ✭ 25 (-48.98%)
Mutual labels:  samsung
homebridge-samsung-tizen-applications
Database of homebridge tizen-apps ids. All in one place!
Stars: ✭ 16 (-67.35%)
Mutual labels:  samsung
ha-samsungtv-smart
📺 Home Assistant SamsungTV Smart Component with simplified SmartThings API Support configurable from User Interface.
Stars: ✭ 240 (+389.8%)
Mutual labels:  samsung
React Tv
[ Unmaintained due to raphamorim/react-ape ] React Renderer for low memory applications
Stars: ✭ 1,941 (+3861.22%)
Mutual labels:  samsung
knox-firewall
Restrict mobile data on Samsung devices
Stars: ✭ 17 (-65.31%)
Mutual labels:  samsung
tgpkernel-s7-n
Custom Kernel for Samsung Galaxy S7 / S7 Edge running Samsung Firmware (Nougat) [EOL]
Stars: ✭ 20 (-59.18%)
Mutual labels:  samsung
AttestationSamples
A small subset of the submitted sample data from https://github.com/GrapheneOS/Auditor. It has a sample attestation certificate chain per device model (ro.product.model) along with a subset of the system properties from the sample as supplementary information.
Stars: ✭ 25 (-48.98%)
Mutual labels:  secure-boot
multi screen layout
A collection of Flutter Widgets that make multi screen user experiences easy to build
Stars: ✭ 75 (+53.06%)
Mutual labels:  samsung
react-tv-navigation
React Navigation for TVs
Stars: ✭ 64 (+30.61%)
Mutual labels:  samsung
PolarisBiosEditor
Polaris Bios Editor PBE 1.7.6
Stars: ✭ 129 (+163.27%)
Mutual labels:  samsung
meta-secure-core
OpenEmbedded layer for the use cases on secure boot, integrity and encryption
Stars: ✭ 80 (+63.27%)
Mutual labels:  secure-boot
samsungrac
Home Assistant Climate Device for controlling (not only) Samsung AC
Stars: ✭ 32 (-34.69%)
Mutual labels:  samsung
Web Code
A text editor for the web based around monaco
Stars: ✭ 174 (+255.1%)
Mutual labels:  samsung
arch-secure-boot
UEFI Secure Boot for Arch Linux + btrfs snapshot recovery
Stars: ✭ 60 (+22.45%)
Mutual labels:  secure-boot
AttestationServer
Server code for use with the Auditor app: https://github.com/GrapheneOS/Auditor. It provides two services: submission of attestation data samples and a remote attestation implementation with email alerts to go along with the local implementation based on QR code scanning in the app.
Stars: ✭ 64 (+30.61%)
Mutual labels:  secure-boot
go-uefi
Linux UEFI library written in pure Go.
Stars: ✭ 78 (+59.18%)
Mutual labels:  secure-boot
FirmWire
FirmWire is a full-system baseband firmware emulation platform for fuzzing, debugging, and root-cause analysis of smartphone baseband firmwares
Stars: ✭ 555 (+1032.65%)
Mutual labels:  samsung
         QEMU README
         ===========

QEMU is a generic and open source machine & userspace emulator and
virtualizer.

QEMU is capable of emulating a complete machine in software without any
need for hardware virtualization support. By using dynamic translation,
it achieves very good performance. QEMU can also integrate with the Xen
and KVM hypervisors to provide emulated hardware while allowing the
hypervisor to manage the CPU. With hypervisor support, QEMU can achieve
near native performance for CPUs. When QEMU emulates CPUs directly it is
capable of running operating systems made for one machine (e.g. an ARMv7
board) on a different machine (e.g. an x86_64 PC board).

QEMU is also capable of providing userspace API virtualization for Linux
and BSD kernel interfaces. This allows binaries compiled against one
architecture ABI (e.g. the Linux PPC64 ABI) to be run on a host using a
different architecture ABI (e.g. the Linux x86_64 ABI). This does not
involve any hardware emulation, simply CPU and syscall emulation.

QEMU aims to fit into a variety of use cases. It can be invoked directly
by users wishing to have full control over its behaviour and settings.
It also aims to facilitate integration into higher level management
layers, by providing a stable command line interface and monitor API.
It is commonly invoked indirectly via the libvirt library when using
open source applications such as oVirt, OpenStack and virt-manager.

QEMU as a whole is released under the GNU General Public License,
version 2. For full licensing details, consult the LICENSE file.


Building
========

QEMU is multi-platform software intended to be buildable on all modern
Linux platforms, OS-X, Win32 (via the Mingw64 toolchain) and a variety
of other UNIX targets. The simple steps to build QEMU are:

  mkdir build
  cd build
  ../configure
  make

Additional information can also be found online via the QEMU website:

  https://qemu.org/Hosts/Linux
  https://qemu.org/Hosts/Mac
  https://qemu.org/Hosts/W32


Submitting patches
==================

The QEMU source code is maintained under the GIT version control system.

   git clone git://git.qemu.org/qemu.git

When submitting patches, the preferred approach is to use 'git
format-patch' and/or 'git send-email' to format & send the mail to the
[email protected] mailing list. All patches submitted must contain
a 'Signed-off-by' line from the author. Patches should follow the
guidelines set out in the HACKING and CODING_STYLE files.

Additional information on submitting patches can be found online via
the QEMU website

  https://qemu.org/Contribute/SubmitAPatch
  https://qemu.org/Contribute/TrivialPatches


Bug reporting
=============

The QEMU project uses Launchpad as its primary upstream bug tracker. Bugs
found when running code built from QEMU git or upstream released sources
should be reported via:

  https://bugs.launchpad.net/qemu/

If using QEMU via an operating system vendor pre-built binary package, it
is preferable to report bugs to the vendor's own bug tracker first. If
the bug is also known to affect latest upstream code, it can also be
reported via launchpad.

For additional information on bug reporting consult:

  https://qemu.org/Contribute/ReportABug


Contact
=======

The QEMU community can be contacted in a number of ways, with the two
main methods being email and IRC

 - [email protected]
   https://lists.nongnu.org/mailman/listinfo/qemu-devel
 - #qemu on irc.oftc.net

Information on additional methods of contacting the community can be
found online via the QEMU website:

  https://qemu.org/Contribute/StartHere

-- End
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].