History log of /openbmc/u-boot/drivers/misc/dp_mcu_firmware.h (Results 1 – 25 of 26)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v00.04.15, v00.04.14
# 1937be48 23-Feb-2023 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Fix BMC mode can't control if patch for no driver works

If the patch for no host driver works(1024x768/800x600), it will
overwrite 0x18000de0 which BMC used to control DP. Move the patch
l

misc: dp: Fix BMC mode can't control if patch for no driver works

If the patch for no host driver works(1024x768/800x600), it will
overwrite 0x18000de0 which BMC used to control DP. Move the patch
later for Host mode only after checking 0x1e6eb0b8[24].

Version: 20230130

Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>
Change-Id: I6b317fa6ac7ab15556b898bb7dfddd4b47aacae9

show more ...


Revision tags: v00.04.13
# 8dcd603a 30-Nov-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Modify scratch reg's, 1e6e210c, behavior

1. Don't clear 1e6e210c to 0 if hpd event
2. At beginning, update 1e6e210c[28] per hpd's status

Version: 20221130

Change-Id: I6f4129499d748fe103c

misc: dp: Modify scratch reg's, 1e6e210c, behavior

1. Don't clear 1e6e210c to 0 if hpd event
2. At beginning, update 1e6e210c[28] per hpd's status

Version: 20221130

Change-Id: I6f4129499d748fe103c9bc597a31909be841b314
Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>

show more ...


# a22bad12 15-Nov-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Support VBIOS/UEFI's vga-only mode

If 1e6ec08f[1] is 1, DP will apply patch to bring 800x600/1024x768, when
1e6ec0e0 is not configured.

Change-Id: I2669bffed80600a3169a5a9a39fb51372320b02

misc: dp: Support VBIOS/UEFI's vga-only mode

If 1e6ec08f[1] is 1, DP will apply patch to bring 800x600/1024x768, when
1e6ec0e0 is not configured.

Change-Id: I2669bffed80600a3169a5a9a39fb51372320b020
Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>

show more ...


Revision tags: v00.04.12
# 5d1c67e0 07-Aug-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: To fix no video when driver not support

Because dp patch for graphics driver is not upstreamed until 2022. Most
distributions doesn't support DP natively. When user try to install OS
using

misc: dp: To fix no video when driver not support

Because dp patch for graphics driver is not upstreamed until 2022. Most
distributions doesn't support DP natively. When user try to install OS
using DP, there will be no GUI available.

To fix this problem, we will check vga's reg to see if there is mismatch
between vga current timing and information shared for DP.

version: 20220826

Change-Id: I2179fe6834f05a658bc229482119a6ee98ef5276
Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>

show more ...


# 6cc0d931 07-Aug-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Refine code

1. Clear 0xd00~0xd30 at init.
2. Use ALIGN_DONE rather than port sync at 2nd check of video enable.

Change-Id: Iffd821a91e08c97f342dd190bbe87c49a7bec1d9
Signed-off-by: Jammy H

misc: dp: Refine code

1. Clear 0xd00~0xd30 at init.
2. Use ALIGN_DONE rather than port sync at 2nd check of video enable.

Change-Id: Iffd821a91e08c97f342dd190bbe87c49a7bec1d9
Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>

show more ...


# 008e56e2 18-Jul-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Improve stability

1. Refine Link training flow
2. Correct Enhanced Frame mode policy
3, Save sink device's capability
Save DPCD, 0000h~000bh, to 0x18000d20~0x18000d28.
4, Fix AUX_WRITE

misc: dp: Improve stability

1. Refine Link training flow
2. Correct Enhanced Frame mode policy
3, Save sink device's capability
Save DPCD, 0000h~000bh, to 0x18000d20~0x18000d28.
4, Fix AUX_WRITE deadlock if sink doesn't support CMD
5. Add 1dB voltage swing to EQ.

version: 20220725

Change-Id: I13439ed3d12c61cbf06a4cfa7c6ee5ddfa0ec205
Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>

show more ...


Revision tags: v00.04.11
# 29d8356f 23-Jun-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Improve compatibility

DP can't normally output with Some dp-2-vga adapters. To fix the
problem, we have following updates:

1. Revert previous changes for timing and use original standard

misc: dp: Improve compatibility

DP can't normally output with Some dp-2-vga adapters. To fix the
problem, we have following updates:

1. Revert previous changes for timing and use original standard ones
2. Correct the value for average symbol per tu.

version: 20220623

Change-Id: I6b187f11a1889fd0ed731b607b2a6ffc937d22dd
Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>

show more ...


# 9402ee85 25-May-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Improve compatibility

Currently, we will adjust de-emphasis per dp sink's adjust request for
pre-emphasis. This is unreasonable.

Modify as below:
pre-emphasis level 0 = de-emphasis 6dB

misc: dp: Improve compatibility

Currently, we will adjust de-emphasis per dp sink's adjust request for
pre-emphasis. This is unreasonable.

Modify as below:
pre-emphasis level 0 = de-emphasis 6dB
pre-emphasis level 1 = de-emphasis 3.5dB
pre-emphasis level 2 = de-emphasis 0dB

version: 20220622

Change-Id: I3620e3ac713d52652ea62006fa789ec51e189947
Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>

show more ...


# bde71e5f 25-May-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Fix black screen occasionally

Correct typo on condition for re-training.

version: 20220525

Fixes: 25d399cf222 (misc: dp: Fix monitors black screen with 15m cable)
Change-Id: Ia115041dcaf

misc: dp: Fix black screen occasionally

Correct typo on condition for re-training.

version: 20220525

Fixes: 25d399cf222 (misc: dp: Fix monitors black screen with 15m cable)
Change-Id: Ia115041dcafcf70505d59a7b3f70eb74e8b3e2f6
Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>

show more ...


# 930f6822 19-May-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Fix monitors black screen with 15m cable

1. Only use dpcd 111h if dp rev > 1.1
2. adapt dp-tx' de-emphasis
3. Use 202h + 204h rather than 205h to see if re-training needed

version: 202205

misc: dp: Fix monitors black screen with 15m cable

1. Only use dpcd 111h if dp rev > 1.1
2. adapt dp-tx' de-emphasis
3. Use 202h + 204h rather than 205h to see if re-training needed

version: 20220520

Change-Id: I1cf94cfd29f4fee2e62da08564a5e2c962fa4401
Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>

show more ...


# 86112c47 10-May-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Fix black screen occasionally

1. Check DPCD 200h~205h to see if LINK LOSS to avoid this problem.
2. Disable MST_EN by DPCD 111h

version: 20220510

Change-Id: I0dcedd199233274f6f0970f34532

misc: dp: Fix black screen occasionally

1. Check DPCD 200h~205h to see if LINK LOSS to avoid this problem.
2. Disable MST_EN by DPCD 111h

version: 20220510

Change-Id: I0dcedd199233274f6f0970f3453227ff6cb5aca6
Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>

show more ...


# dfae1524 19-Apr-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Update dp-fw

Do I2C init at start and detect if re-driver exist.
version: 20220419

Change-Id: I73ce7f06557d02d17932ba68c7910109cbbefb68
Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.

misc: dp: Update dp-fw

Do I2C init at start and detect if re-driver exist.
version: 20220419

Change-Id: I73ce7f06557d02d17932ba68c7910109cbbefb68
Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>

show more ...


# 3f0fbd66 11-Apr-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Update dp-fw

Support re-driver.
version: 20220330

Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>
Change-Id: Id0b667d805607e3a647726a223912fc09c1c2158


Revision tags: v00.04.10
# c88e8d98 11-Mar-2022 Jammy Huang <jammy_huang@aspeedtech.com>

misc: dp: Update fw

Correct some typo in dp-fw.
version: 20220310

Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>
Change-Id: I91333b48c37cc8dc8ade056d53cc5e011e316faf


Revision tags: v00.04.09, v00.04.08
# b767df07 14-Dec-2021 Tommy Huang <tommy_huang@aspeedtech.com>

drivers: aspeed: dp: Update timing table

1. Refine below timing for DP to VGA adaptor.
1280x1024@75 with v-sync position decrease.

Signed-off-by: Tommy Huang <tommy_huang@aspeedtech.com>
Ch

drivers: aspeed: dp: Update timing table

1. Refine below timing for DP to VGA adaptor.
1280x1024@75 with v-sync position decrease.

Signed-off-by: Tommy Huang <tommy_huang@aspeedtech.com>
Change-Id: I4ad63381537506d6f1d1494c06193a52966e9140

show more ...


# 7a8cea84 13-Dec-2021 Tommy Huang <tommy_huang@aspeedtech.com>

drivers: aspeed: dp: Update timing table

1. Refine below timing for DP to VGA adaptor.
1600x900

Signed-off-by: Tommy Huang <tommy_huang@aspeedtech.com>
Change-Id: I2114374d963d0e4e1e458a695

drivers: aspeed: dp: Update timing table

1. Refine below timing for DP to VGA adaptor.
1600x900

Signed-off-by: Tommy Huang <tommy_huang@aspeedtech.com>
Change-Id: I2114374d963d0e4e1e458a695a58224e5057bc3a

show more ...


# 1e65584e 13-Dec-2021 Tommy Huang <tommy_huang@aspeedtech.com>

drivers: aspeed: dp: Update timing table

1. Update below timing for DP to VGA adaptor.
1680x1050, 800x600@75.

Signed-off-by: Tommy Huang <tommy_huang@aspeedtech.com>
Change-Id: I534b43c6a9d3e7bf283

drivers: aspeed: dp: Update timing table

1. Update below timing for DP to VGA adaptor.
1680x1050, 800x600@75.

Signed-off-by: Tommy Huang <tommy_huang@aspeedtech.com>
Change-Id: I534b43c6a9d3e7bf28372e4ec0af18d0f33939cd

show more ...


# f4fee858 13-Dec-2021 Tommy Huang <tommy_huang@aspeedtech.com>

drivers: aspeed: dp: Update timing table

1. Update below timing for DP to VGA adaptor.
1280x1024, 1600x1200, 1600x900, 1920x1080, 1920x1200

2. Update dp firmware version into v3.

Signed-off-by: To

drivers: aspeed: dp: Update timing table

1. Update below timing for DP to VGA adaptor.
1280x1024, 1600x1200, 1600x900, 1920x1080, 1920x1200

2. Update dp firmware version into v3.

Signed-off-by: Tommy Huang <tommy_huang@aspeedtech.com>
Change-Id: I81d124df184eacad7776c9581fafae39fd2d4f2c

show more ...


Revision tags: v00.04.07
# 5e1edb57 12-Sep-2021 tommy-huang <tommy_huang@aspeedtech.com>

dp_mcu: fix the file format

Fix the file format by removed trailing whitespace.

Signed-off-by: tommy-huang <tommy_huang@aspeedtech.com>
Change-Id: I013aa5358272bf96f5457f1bec0b037662eeae86


# ad1444c9 12-Sep-2021 tommy-huang <tommy_huang@aspeedtech.com>

dp_mcu: update the mode3 timing table

Update the mode3 (720x400) timing table into DP MCU FW.
The DP to VGA adaptor screen shift will be fixed under this setting.

Signed-off-by: tommy-huang <tommy_

dp_mcu: update the mode3 timing table

Update the mode3 (720x400) timing table into DP MCU FW.
The DP to VGA adaptor screen shift will be fixed under this setting.

Signed-off-by: tommy-huang <tommy_huang@aspeedtech.com>
Change-Id: I271401e2a7db742b6c0822b6ac9867dec0f6e5bd

show more ...


Revision tags: v00.04.06, v00.04.05, v00.04.04, v00.04.03, v00.04.02, v00.04.01, v00.04.00, v2021.04, v00.03.03, v2021.01, v2020.10
# c1eb9e78 24-Jul-2020 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04


# 2f52b73a 24-Jul-2020 ryan_chen <ryan_chen@aspeedtech.com>

Video format look-up table is updated for 640x480@85Hz
Host can get DP firmware version number through scratch register 0xd8 ~ 0xdb


# e5d5e464 08-Jul-2020 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04


# 3d9e9a33 08-Jul-2020 ryan_chen <ryan_chen@aspeedtech.com>

update dp firmwire


Revision tags: v2020.07
# dad0da56 03-Jun-2020 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04


12