aboutsummaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-01-18 15:33:10 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2008-01-18 15:33:10 +0000
commite3f3e2edb4f45ff5f53df3a3b4012bc5e60f1bb8 (patch)
treef2e011db66093d0ccda872ed7a73f3ff2d1eccb0 /flash.h
parenta3f8a6416616588021f21b893e673cc67a71bc3f (diff)
downloadflashrom-e3f3e2edb4f45ff5f53df3a3b4012bc5e60f1bb8.tar.gz
flashrom-e3f3e2edb4f45ff5f53df3a3b4012bc5e60f1bb8.tar.bz2
flashrom-e3f3e2edb4f45ff5f53df3a3b4012bc5e60f1bb8.zip
Rename LinuxBIOS to coreboot
Corresponding to flashrom svn r178 and coreboot v2 svn r3054. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/flash.h b/flash.h
index 4b571625..dffb1b80 100644
--- a/flash.h
+++ b/flash.h
@@ -286,7 +286,7 @@ int find_romentry(char *name);
int handle_romentries(uint8_t *buffer, uint8_t *content);
/* lbtable.c */
-int linuxbios_init(void);
+int coreboot_init(void);
extern char *lb_part, *lb_vendor;
/* spi.c */
@@ -329,7 +329,7 @@ int erase_m29f400bt(struct flashchip *flash);
int block_erase_m29f400bt(volatile uint8_t *bios,
volatile uint8_t *dst);
int write_m29f400bt(struct flashchip *flash, uint8_t *buf);
-int write_linuxbios_m29f400bt(struct flashchip *flash, uint8_t *buf);
+int write_coreboot_m29f400bt(struct flashchip *flash, uint8_t *buf);
void toggle_ready_m29f400bt(volatile uint8_t *dst);
void data_polling_m29f400bt(volatile uint8_t *dst, uint8_t data);
void protect_m29f400bt(volatile uint8_t *bios);