Search results

Jump to navigation Jump to search
  • We have developed a Linux utility to drive the EM100Pro. Get the sources with Here's how to use the utility: ...
    2 KB (288 words) - 02:11, 10 May 2018
  • ...ut whether your mainboard is supported by coreboot, or if it would be easy to support. ...s]]. If your mainboard is in this list, you are lucky and you will be able to try coreboot. ...
    1 KB (205 words) - 00:55, 4 June 2011
  • ...oads data into memory, zeroes a section of memory, or provides information to coreboot or the payload. The segments can be one of the following types: ...ODE || This segment has executable code to be copied from the data section to memory. Each CODE segment has a corresponding block of data, which may be ...
    5 KB (786 words) - 14:37, 15 June 2016
  • These are the steps I use to download, install, and use the AMD SimNow simulator. You may not want to do exactly what I did, but it should get you started. ...
    4 KB (716 words) - 17:26, 5 December 2015
  • # Start at 0xfffffff0, [https://github.com/coreboot/coreboot/blob/master/src/cpu/x8 ...oot/coreboot/blob/master/src/cpu/x86/32bit/entry32.inc jumps to] the entry to 32-bit mode ...
    3 KB (410 words) - 14:16, 14 February 2015
  • This page describes how to inject a gzipped initramfs cpio file into vmlinux as section '''.init.ramfs Note that the symbol names '''_binary_initramfs_{start,end,size}''' above depend on the input filename. objcopy does some translat ...
    952 bytes (147 words) - 16:35, 19 September 2010
  • ...d is not fully supported. It has a number of issues one should be prepared to deal with. ...with a VGA BIOS, you will get a garbled display. GRUB2 and linux are able to get a working text console though, but only if a VGA BIOS has been run. ...
    6 KB (1,011 words) - 20:56, 18 January 2014
  • ...the combination of coreboot + TianoCore is the most straightforward option to provide a complete, opensource UEFI environment. ...SeaBIOS' floppy mechanism to load DUET, a TianoCore-on-BIOS. The other is to make TianoCore a true coreboot payload. ...
    3 KB (437 words) - 11:28, 16 May 2017
  • ...can easily try out coreboot using [http://qemu.org/ QEMU], without having to actually flash the BIOS chip on your real hardware. Below is a list of various downloadable QEMU images you can use to try out coreboot. ...
    6 KB (886 words) - 10:04, 10 December 2012
  • While developing a full open source firmware for the H8s, it came to the point, a split of the firmware ...do you do development, when you an error could end in a brick or you have to resolder 5 pins on undocumented locations. ...
    2 KB (318 words) - 00:46, 25 August 2015
  • This mechanism permits to test and recover from certain non-booting coreboot images. * One normal/ image: The image to be tested. ...
    6 KB (944 words) - 20:59, 25 February 2018
  • * from 2.6.23 to 2.6.27-rc8-git If I start coreboot from poweroff, it hangs in running the vga bios under ...
    4 KB (650 words) - 15:00, 16 November 2008
  • Coreboot has an easy to use interface to the GNU debugger gdb. To enable it, select the CONFIG_GDB_STUB and the CONFIG_GDB_WAIT options in th To connect to the remote coreboot instance over serial do: ...
    8 KB (1,244 words) - 13:47, 2 November 2013
  • * (cross) toolchain to build the kernel and coreboot * a fast method to boot and reboot your mainboard (for example etherboot and NFS root filesyst ...
    6 KB (960 words) - 14:05, 24 June 2009
  • Serial is the most supported console with regard to software, it is supported in coreboot,seabios,serialice,ipxe,memtest etc... ...ging, minimal setup of the PCIe bridge and the MPEX2S952 have to be added to romstage.c, otherwise the card is only available after the resource allocat ...
    6 KB (981 words) - 19:00, 13 May 2018
  • ...ing..." on the coreboot mailing list. Not all the info below is guaranteed to be correct, but it serves as a great source of distilled knowledge. v2 has / used to have working locking code since it was first ported to ...
    5 KB (912 words) - 21:47, 20 June 2009
  • First, get coreboot and configure it to fit your needs * Go to the [[Payloads|Payload]] section in "make menuconfig" ...
    10 KB (1,642 words) - 12:13, 30 July 2016
  • ...the VGA bios and concatenate it with the coreboot image, before burning it to your ROM. See below for details. ...ch does not suffice to put a Linux kernel in ROM. However, it's sufficient to have a fully functional coreboot with FILO payload, as described below. ...
    12 KB (1,759 words) - 23:22, 18 January 2014
  • ...all coreboot on an IWILL DK8-HTX mainboard. You should also understand how to use different payloads. ** make, gcc, etc. => gcc 3.3.x is known to work ...
    18 KB (2,926 words) - 23:22, 18 January 2014
  • <start-bit> <bit-length> <config> <config-id> <parameter-name> The parameter <start-bit> is the start position is bit position where the parameter get stored. ...
    6 KB (538 words) - 16:41, 26 January 2011
  • External and SATA port 4 is not detected. This is due to bug in Coreboot code with regards of Combined mode handling. * only channel0 populated (DDR1 and DDR3 slot, DDR1 is closest to CPU) - strange UMA artefacts ...
    3 KB (552 words) - 23:20, 18 January 2014
  • ...may prevent booting (not really a problem but coreboot is more suspicious to this than vendor BIOS) * S3 (Suspend to RAM) ...
    9 KB (1,542 words) - 13:30, 19 May 2018
  • ...the VGA bios and concatenate it with the coreboot image, before burning it to your ROM. See below for details. coreboot requires a [[Payloads|payload]] to boot an operating system. ...
    10 KB (1,428 words) - 03:56, 19 January 2014
  • referred to as CBFS). CBFS is a scheme for managing independent chunks /---------------\ <-- Start of ROM ...
    29 KB (4,567 words) - 01:31, 1 August 2017
  • I am currently investigating only and plan to start porting at the Prague meeting 2014. Even worse, the top ~200 kB (0x2FFFF bytes) are read-only due to Protected Region 0. ...
    5 KB (642 words) - 06:36, 6 January 2017
  • == HOWTO to find a way == * fetch and built these tools (you'll need to have at least '''libpci''' and '''pciutils''' installed for some of these): ...
    7 KB (1,169 words) - 16:11, 2 March 2020
  • The FlexyICE connects to a computer via USB. It connects to the target via an LPC header. ...ongle_fpga/overview free software and full schematics] (scroll all the way to the bottom for download links, or click on the CVS: browse link near the to ...
    8 KB (1,391 words) - 06:11, 14 April 2015
  • ...w coreboot can help with various security aspects of your system, compared to proprietary/closed-source boot firmware implementations(BIOS/EFI/UEFI). It ...nths before being available on non-free firmwares, if you are lucky enough to have them. ...
    9 KB (1,423 words) - 23:39, 2 January 2018
  • This page describes how to use coreboot on the '''[http://de.kontron.com/products/boards+and+mezzanine ...the same size (and reasonably similar timing probably: The controller has to operate in Dual Channel mode for now). ...
    11 KB (1,525 words) - 23:22, 18 January 2014
  • ...may prevent booting (not really a problem but coreboot is more suspicious to this than vendor BIOS) ...o causes the "Tablet Service" tsmservice.exe to hog one cpu core. It needs to be disabled.) ...
    7 KB (1,172 words) - 08:21, 23 April 2018
  • The v3 resource allocator should be ported to v4. '''Status:''' Upstream. It's limited to one area for resources, that doesn't overlap with fixed resources. ...
    8 KB (1,219 words) - 16:45, 17 August 2016
  • Mainboards where the BIOS chip is soldered onto the board (i.e., not in a socket) are usuall ...oldering guru to do any of this, with a little practice everyone can learn to perform the procedure. ...
    11 KB (1,845 words) - 19:19, 22 January 2010
  • == Things to know == ...e fields are used by [[payloads]] &mdash; for instance all the fields that start with '''boot_''' in the list above. [[FILO]] and [[Etherboot]] are two exam ...
    7 KB (1,059 words) - 20:48, 6 September 2015
  • ...the information is about the Geode LX and CS5536 but may also be relevant to older versions of Geode. (Note that this does not cover the Geode NX). ..._13022%5E13060,00.html DB800 reference design], so that is a good place to start. ...
    10 KB (1,774 words) - 16:02, 26 May 2013
  • ...they will be helpful to others, and the resulting work will be upstreamed to the main repository once it has been regression-tested in the context of Ch ...platform/dev-util/+/master/host/cros_bundle_firmware cros_bundle_firmware] to modify the image produced by the coreboot build system. For instance, the l ...
    19 KB (2,778 words) - 17:53, 19 March 2015
  • To: Ronald G. Minnich currently using. This code, in northbridge/raminit.c, is an ugly hack to get ...
    9 KB (1,597 words) - 23:08, 5 April 2007
  • * Succesfully booting to OS * AC status LED next to power jack (white = charged, amber = charging) ...
    8 KB (1,392 words) - 04:24, 30 January 2015
  • Set the '''PMIO base address''' to some known address, and set up the desired ACPI IRQ (usually IRQ9; sometime ...or kernel ACPI implementation. This is the '''FACP''' table. You will need to create the '''fadt.c''' file and fill in the I/O port values plus IRQ: ...
    20 KB (3,294 words) - 02:26, 8 December 2017
  • This HOWTO explains how to use coreboot on the M4A785T-M board. The main difference between the '''[ht |CPU_L1_comments = How to test? ...
    9 KB (1,387 words) - 18:59, 13 October 2016
  • Disclaimer: This board is not widely sold any longer. However, refer to [[#F2A85_series_status|F2A85 series status]] for newer models. ASUS F2A85 P |CPU_comments = the board will start with an AMD A8-5500 ...
    9 KB (1,445 words) - 12:10, 2 May 2017
  • This document is intended to help people bring up new LinuxBIOS targets. Our first example will be the T ...This card, we are finding, is an open book. It is as a result pretty easy to get it going. Finally, it is cheap: $380 without CPU or memory and about $6 ...
    12 KB (2,131 words) - 17:36, 16 November 2008
  • This page describes how to use coreboot on the '''VIA EPIA-M''' mainboard. '''The hazards include, but are not limited to:''' ...
    26 KB (4,494 words) - 23:22, 18 January 2014
  • This page describes how to use coreboot on the '''VIA EPIA-ML''' mainboard. '''The hazards include, but are not limited to:''' ...
    24 KB (4,080 words) - 23:23, 18 January 2014
  • ...Office for Information Security (BSI) Germany] I would like to invite you to the coreboot conference and developer meeting on October 9-11 2015 in Bonn, ...Germany. As the national cyber security authority, the goal of the BSI is to promote IT security in Germany. For this reason, the BSI has funded coreboo ...
    17 KB (2,573 words) - 15:18, 11 May 2017
  • This page describes how to use coreboot on the '''VIA EPIA-MII''' mainboard. '''The hazards include, but are not limited to:''' ...
    31 KB (5,497 words) - 03:50, 19 January 2014
  • ...a second CPU package installed, the 2nd EPS12V connector MUST be connected to a 8-pin power source that has sufficient amperage (Using a converter is ris ...h (61xx) processors do not currently support the isochronous mode required to enable the IOMMU, but Family 15h (62xx, 63xx) processors work well with the ...
    19 KB (3,122 words) - 16:54, 10 May 2018
  • This page describes how to use the '''[http://www.keyton.co.jp/products/UAXT/TC-320.html AXUS TC320]'' |IDE_comments = Tested with a special cable (44pin/2mm to 40pin/2.54mm) and an ordinary 3.5" disk (UDMA2: 17.45 MB/sec). ...
    10 KB (1,462 words) - 23:21, 18 January 2014
  • * Windows (through GRUB-as-payload loading SeaBIOS image from disk; you have to use extracted VGA blob, dumped from memory isn't good enough) * suspend to RAM (S3) ...
    14 KB (2,218 words) - 15:31, 29 May 2018
  • ** [https://review.coreboot.org/#/c/14604/11 14604: buildgcc: Update to GCC 6.1.0, and binutils riscv update (version 11)]. * TODO: fesvr: patch device_list_t::handle_command to ignore HTIF writes ...
    11 KB (1,294 words) - 01:33, 25 November 2016
  • ...as their product '''IGEL-316'''. Their product was a Linux based terminal to work remotely with Windows and X. The hardware is still available nowadays |COM2_comments = Simple UART mode only (due to TTL level, used by the smartcard reader). LinuxBIOS enables COM2, but that' ...
    14 KB (2,140 words) - 23:21, 18 January 2014
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)