Commit Graph

73488 Commits

Author SHA1 Message Date
Takumi Sueda 1133cd1cfc video: simplefb: read rot value from dt / fix format string 2022-02-20 05:42:32 +09:00
Takumi Sueda 0449ff1430
Merge pull request #21 from brain-hackers/x1-2021.07+fslc
Support PW-H1 for 2021.07+fslc
2022-01-24 23:46:28 +09:00
Suguru Saito c6fab5a020 pwh1: support PW-H1 for 2021.07+fslc 2022-01-23 06:19:22 +09:00
Suguru Saito d8c99c87a4 Revert "Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output""
This reverts commit f132aab403.

Since this revert commit a imx7ulp board (Sharp Brain PW-B1 model) did not initialize SD card
in both SPL as well as U-Boot proper.

Fix this regression by reverting the offending commit for now.
2022-01-23 05:43:08 +09:00
Suguru Saito 467a6e6d35 video: mxsfb: support screen refresh for 2nd generation 2022-01-21 21:47:58 +09:00
Takumi Sueda c7fc28195d sharp: enable console mux
to fix the silent serial console
2022-01-21 21:47:58 +09:00
Takumi Sueda 36a2008828 sharp: update for 2021.04 / use common header for efficiency 2022-01-21 21:47:58 +09:00
Takumi Sueda 3732de6103 sharp: change board_mmc_init signature 2022-01-21 21:47:58 +09:00
Takumi Sueda acfb30dc06 sharp: fix lack of include 2022-01-21 21:47:58 +09:00
Takumi Sueda d29911d793 Ready for PW-x1 (#17)
* pwh1: add board

* pwh1: add eMMC

* pwh1: fix fdt file name

* pwh1: fix defconfig

Co-authored-by: Suguru Saito <sg.sgch07@gmail.com>
Co-authored-by: pepepper <hollyholly2014@outlook.jp>
2022-01-21 21:47:58 +09:00
Suguru Saito c91fd643f6 sharp: add pwa7200 2022-01-21 21:47:58 +09:00
Suguru Saito 1a7661b0b3 sharp: add pwg4200 2022-01-21 21:47:58 +09:00
Suguru Saito d42349f05c sharp: fix implicit declaration 2022-01-21 21:47:58 +09:00
Suguru Saito 0b4c5fb836 sharp: fix to reset LCDIF module before running linux 2022-01-21 21:47:58 +09:00
Suguru Saito f8e1ec9d4d sharp: fix indent 2022-01-21 21:47:58 +09:00
Suguru Saito 0c541529a9 sharp: change #ifndef for #ifdef 2022-01-21 21:47:58 +09:00
Suguru Saito b0cc446ab5 pwg5300: remove unused struct initialization 2022-01-21 21:47:58 +09:00
Suguru Saito 67d332308f pwg5300: change pclk 2022-01-21 21:47:58 +09:00
Suguru Saito 975c14128d sharp: take care of warning 2022-01-21 21:47:58 +09:00
Suguru Saito e84bf8fea3 pwg5300: add boot logo 2022-01-21 21:47:58 +09:00
Suguru Saito 48c576e62b pwg5300: WIP LCD support 2022-01-21 21:47:58 +09:00
Takumi Sueda 2812ea7c45 sharp: specify 6x11
this argument will be exported to external env in the future
2022-01-21 21:47:58 +09:00
Takumi Sueda 0a2d70bb88 sharp: fix lack of PW-SH7 logo 2022-01-21 21:47:58 +09:00
Takumi Sueda 7600fe9810 sharp: add pwsh7 2022-01-21 21:47:58 +09:00
Suguru Saito 5710d500b1 sharp: fix end-of-line 2022-01-21 21:47:58 +09:00
Suguru Saito 6238e19d32 sharp: merged 3rd and 4th gen config 2022-01-21 21:47:58 +09:00
Suguru Saito 74037658c6 sharp: add generation config 2022-01-21 21:47:58 +09:00
Suguru Saito 0571bd62a8 pwg5300: remove video support 2022-01-21 21:47:58 +09:00
Suguru Saito 6f0bc9d13b sharp: add pwg5300 2022-01-21 21:47:58 +09:00
Takumi Sueda 2cc80b0b9d sharp: update dtb file name 2022-01-21 21:47:58 +09:00
Takumi Sueda 6610955275 sharp: fix wrong header define 2022-01-21 21:47:58 +09:00
Takumi Sueda d3f4ffe116 sharp: add pwsh6 2022-01-21 21:47:58 +09:00
Takumi Sueda 4032053066 sharp: add pwsh5 2022-01-21 21:47:58 +09:00
Takumi Sueda 3082d44005 sharp: add pwsh4 2022-01-21 21:47:58 +09:00
Takumi Sueda a72b0dbfcb pwsh1: update logo 2022-01-21 21:47:58 +09:00
Takumi Sueda 32f5767e60 sharp: add pwsh3 2022-01-21 21:47:58 +09:00
Takumi Sueda c68ffe0c75 sharp: variable screen resolution + flip with GS flag 2022-01-21 21:47:58 +09:00
Takumi Sueda 5eacb6eac5 sharp: add pwsh2 2022-01-21 21:47:58 +09:00
Takumi Sueda 07d8932527 pwsh1: add BMP logo 2022-01-21 21:47:58 +09:00
Takumi Sueda a3f03b81eb video: add 6x11 font copied from Linux 2022-01-21 21:47:58 +09:00
Takumi Sueda 548304317c pwsh1: show console on the LCD 2022-01-21 21:47:58 +09:00
Takumi Sueda 626a8df74f pwsh1: enable video 2022-01-21 21:47:58 +09:00
Takumi Sueda 0524cc6241 sharp: disable LCDIF DMA just before jumping to Linux 2022-01-21 21:47:58 +09:00
Takumi Sueda f38dc6c7a5 dma: export mxs_dma_disable 2022-01-21 21:47:58 +09:00
Takumi Sueda 886c658486 pwsh1: clear DDR2 flag to go into LPDDR mode 2022-01-21 21:47:58 +09:00
Takumi Sueda 5e1bc7ea1d pwsh1: specify DRAM regs in per-board impl 2022-01-21 21:47:58 +09:00
Takumi Sueda 87abacbd9c sharp: format 2022-01-21 21:47:58 +09:00
Takumi Sueda 662e02ec58 sharp: split LCD init code into board-specific part and common part 2022-01-21 21:47:58 +09:00
Takumi Sueda 0b23ec198c pwsh1: define missing VIDEO_MXS 2022-01-21 21:47:58 +09:00
Takumi Sueda 61671339a9 pwsh1: get rid of unused lines 2022-01-21 21:47:58 +09:00