Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
3699c28e
Commit
3699c28e
authored
15 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git://git.denx.de/u-boot-video
parents
d03f4230
7c8cf0d0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drivers/video/mx3fb.c
+17
-0
17 additions, 0 deletions
drivers/video/mx3fb.c
include/configs/qong.h
+11
-0
11 additions, 0 deletions
include/configs/qong.h
with
28 additions
and
0 deletions
drivers/video/mx3fb.c
+
17
−
0
View file @
3699c28e
...
@@ -56,6 +56,7 @@ void lcd_panel_disable(void)
...
@@ -56,6 +56,7 @@ void lcd_panel_disable(void)
#define msleep(a) udelay(a * 1000)
#define msleep(a) udelay(a * 1000)
#ifndef CONFIG_DISPLAY_VBEST_VGG322403
#define XRES 240
#define XRES 240
#define YRES 320
#define YRES 320
#define PANEL_TYPE IPU_PANEL_TFT
#define PANEL_TYPE IPU_PANEL_TFT
...
@@ -70,6 +71,22 @@ void lcd_panel_disable(void)
...
@@ -70,6 +71,22 @@ void lcd_panel_disable(void)
#define SIG_POL (DI_D3_DRDY_SHARP_POL | DI_D3_CLK_POL)
#define SIG_POL (DI_D3_DRDY_SHARP_POL | DI_D3_CLK_POL)
#define IF_CONF 0
#define IF_CONF 0
#define IF_CLK_DIV 0x175
#define IF_CLK_DIV 0x175
#else
/* Display Vbest VGG322403 */
#define XRES 320
#define YRES 240
#define PANEL_TYPE IPU_PANEL_TFT
#define PIXEL_CLK 156000
#define PIXEL_FMT IPU_PIX_FMT_RGB666
#define H_START_WIDTH 20
/* left_margin */
#define H_SYNC_WIDTH 30
/* hsync_len */
#define H_END_WIDTH (38 + 30)
/* right_margin + hsync_len */
#define V_START_WIDTH 7
/* upper_margin */
#define V_SYNC_WIDTH 3
/* vsync_len */
#define V_END_WIDTH (26 + 3)
/* lower_margin + vsync_len */
#define SIG_POL (DI_D3_DRDY_SHARP_POL | DI_D3_CLK_POL)
#define IF_CONF 0
#define IF_CLK_DIV 0x175
#endif
#define LCD_COLOR_IPU LCD_COLOR16
#define LCD_COLOR_IPU LCD_COLOR16
...
...
This diff is collapsed.
Click to expand it.
include/configs/qong.h
+
11
−
0
View file @
3699c28e
...
@@ -62,6 +62,17 @@
...
@@ -62,6 +62,17 @@
#define CONFIG_DNET_BASE (CS1_BASE + QONG_FPGA_PERIPH_SIZE)
#define CONFIG_DNET_BASE (CS1_BASE + QONG_FPGA_PERIPH_SIZE)
#define CONFIG_NET_MULTI 1
#define CONFIG_NET_MULTI 1
/* Framebuffer and LCD */
#define CONFIG_LCD
#define CONFIG_VIDEO_MX3
#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
#define LCD_BPP LCD_COLOR16
#define CONFIG_SPLASH_SCREEN
#define CONFIG_CMD_BMP
#define CONFIG_BMP_16BPP
#define CONFIG_DISPLAY_VBEST_VGG322403
/*
/*
* Reducing the ARP timeout from default 5 seconds to 200ms we speed up the
* Reducing the ARP timeout from default 5 seconds to 200ms we speed up the
* initial TFTP transfer, should the user wish one, significantly.
* initial TFTP transfer, should the user wish one, significantly.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment