From 4f60d7e7027af17ceffc1a38e6dbe4e3e95c71ec Mon Sep 17 00:00:00 2001 From: Justin Waters Date: Tue, 17 Apr 2012 13:43:17 -0400 Subject: LogicPD Support for OMAP3/DM3/AM3 boards From Logic BSP-2.0-5-01 --- include/common.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 1e21b7a3d5c..8b32431b568 100644 --- a/include/common.h +++ b/include/common.h @@ -307,6 +307,13 @@ void pciinfo (int, int); int misc_init_f (void); int misc_init_r (void); +/* Environment/nand support functions */ +extern void nand_setup_default_ecc_method(void); +extern void nand_switch_ecc_default(int *ecc_method); +extern void nand_switch_ecc_method(int ecc_method); +extern int setenv_reserved_name(const char *name); +extern void touchup_env(void); + /* common/exports.c */ void jumptable_init(void); @@ -724,6 +731,14 @@ int pcmcia_init (void); * Board-specific Platform code can reimplement show_boot_progress () if needed */ void show_boot_progress(int val); +#ifdef CONFIG_BOARD_LCD_SETMEM +ulong board_lcd_setmem (ulong addr); +#endif + +#ifdef CONFIG_LCD_PERCENT +extern void lcd_percent_init(int total_size); +extern void lcd_percent_update(int size); +#endif /* Multicore arch functions */ #ifdef CONFIG_MP -- cgit v1.2.3