Zerocat Chipflasher  v0.4.3 (board-edition-1)
Flash free firmware to BIOS chips, kick the Manageability Engine.
Macros | Functions | Variables
filespec.c File Reference

Go to the source code of this file.

Macros

#define __FILESPEC_C__
 

Functions

int payload (enum tag_format format, int chipsize)
 
void filespec_ini (int chipsize)
 

Variables

struct tag_filespec filespec [2]
 

Detailed Description

Zerocat Chipflasher — Flash free firmware to BIOS chips, kick the Manageability Engine.

Copyright (C) 2015, 2016, 2017, 2018 Kai Mertens kmx@p.nosp@m.oste.nosp@m.o.net

The Zerocat Chipflasher is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The Zerocat Chipflasher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

This file is part of the Zerocat Chipflasher.

Definition in file filespec.c.

Macro Definition Documentation

◆ __FILESPEC_C__

#define __FILESPEC_C__

Definition at line 28 of file filespec.c.

Function Documentation

◆ filespec_ini()

void filespec_ini ( int  chipsize)

Definition at line 66 of file filespec.c.

◆ payload()

int payload ( enum tag_format  format,
int  chipsize 
)
inline

Definition at line 50 of file filespec.c.

Variable Documentation

◆ filespec

struct tag_filespec filespec[2]
Initial value:
= {
{
"Motorola-S"
},
{
"Hex-Dump"
}
}

Definition at line 30 of file filespec.c.

MODE_HEXDUMP
#define MODE_HEXDUMP
Definition: filespec.h:46
MODE_MOTBIN
#define MODE_MOTBIN
Definition: filespec.h:47
HEXDUMP
@ HEXDUMP
Definition: filespec.h:54
MOTBIN
@ MOTBIN
Definition: filespec.h:53
PAYLOAD_BASE
#define PAYLOAD_BASE
Definition: filespec.h:35