Skip to content

board: Add support for Samsung Galaxy A13 (SM-A135F)#80

Open
SuperAviation001 wants to merge 1 commit intoivoszbg:masterfrom
exynos850-mainline:master
Open

board: Add support for Samsung Galaxy A13 (SM-A135F)#80
SuperAviation001 wants to merge 1 commit intoivoszbg:masterfrom
exynos850-mainline:master

Conversation

@SuperAviation001
Copy link
Copy Markdown

  • Add support for the Samsung Galaxy A13 Exynos variant, codename A135F.
  • This device is based on the Exynos 850 platform.

Comment thread board/Kconfig Outdated
@SuperAviation001
Copy link
Copy Markdown
Author

SuperAviation001 commented Apr 8, 2026

formatting has been fixed, sorry for messing it up.

@SuperAviation001
Copy link
Copy Markdown
Author

closing this as of now, might make changes.

@faveoled
Copy link
Copy Markdown
Contributor

@SuperAviation001 i think your fb address is different. This is from downstream:

		bootloader_fb {
			compatible = "exynos,fb_handover";
			reg = <0x00 0xf9800000 0x23d2000>;
			phandle = <0xd9>;
		};

@SuperAviation001
Copy link
Copy Markdown
Author

@SuperAviation001 i think your fb address is different. This is from downstream:

		bootloader_fb {
			compatible = "exynos,fb_handover";
			reg = <0x00 0xf9800000 0x23d2000>;
			phandle = <0xd9>;
		};

a13_eur_open_w00_r00.dts:

				bootloader_fb {
					compatible = "exynos,fb_handover";
					reg = <0x00 0xfa000000 0xd00000>;
					phandle = <0x42>;
				};

0xf9800000 results in a black screen and nothing more.

btw, reopened this pr, didnt need to change anything else.

@faveoled
Copy link
Copy Markdown
Contributor

0xf9800000 results in a black screen and nothing more.

Did you have CONFIG_SIMPLE_FB=y?

Copy link
Copy Markdown
Collaborator

@BotchedRPR BotchedRPR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also squash this commit with the first one.

Comment thread board/Kconfig Outdated
Comment thread board/Kconfig Outdated
@BotchedRPR
Copy link
Copy Markdown
Collaborator

0xf9800000 results in a black screen and nothing more.

Did you have CONFIG_SIMPLE_FB=y?

he did.

$ ARCH=aarch64 make a135f_defconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
#
# configuration written to .config
#

$ cat .config | grep FB
CONFIG_SIMPLE_FB=y

* Add support for the Samsung Galaxy A13 Exynos variant, codename A135F.
* This device is based on the Exynos 850 platform.

Signed-off-by: SuperAviation001 <superaviation001@gmail.com>
@SuperAviation001
Copy link
Copy Markdown
Author

0xf9800000 results in a black screen and nothing more.

Did you have CONFIG_SIMPLE_FB=y?

Yes, i tested with 0xfa000000 and it started outputting the uniloader stuff on screen
0xfa000000 is also the value set up by the device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants