{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":5335709,"defaultBranch":"odroidg12-v2015.01","name":"u-boot","ownerLogin":"hardkernel","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-08-08T01:28:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2086832?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1717030997.0","currentOid":""},"activityList":{"items":[{"before":"ada06d1934de081cbb2830ee032a59c54beb5533","after":"ac3132393269ae41cb413d38daaf62c029cb9f3a","ref":"refs/heads/odroidm1-v2017.09","pushedAt":"2024-05-30T01:04:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"rkbin: Fix submodule commit info\n\nSigned-off-by: Steve Jeong \nChange-Id: Ic27421db51aa5b9c7145e76f94d825e973e925cc\nSigned-off-by: Dongjin Kim ","shortMessageHtmlLink":"rkbin: Fix submodule commit info"}},{"before":null,"after":"ada06d1934de081cbb2830ee032a59c54beb5533","ref":"refs/heads/odroidm1-v2017.09_v2","pushedAt":"2024-05-30T01:03:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"ODROID-M1/M1S: core/uclass: fix failure due to wrong device number for SD\n\nUpstream Linux kernel defines the device node for MMC devices as\n'dwmmc@fe2b0000' and 'dwmmc@fe2c0000' while the device tree in U-Boot\ndefines as 'mmc@fe2b0000' and 'mmc@fe2c0000'. This makes to add new\ndevices and their device number becomes '3' and '4' for the same\nhardware.\n\n\t=> mmc list\n\tdwmmc@fe2b0000: 3 (SD)\n\tdwmmc@fe2c0000: 2\n\tsdhci@fe310000: 0 (eMMC)Device 'mmc@fe2b0000': seq 1 is in use by 'dwmmc@fe2b0000'\n\n\tmmc@fe2b0000: 1\n\nThis problem leads to use the device number '3' for SD card that\nsupposed to be '1', so instead of adding new boot command 'boot_mmc3',\nthis fix hacks the device node name to be same as the device node name\nin U-Boot.\n\n\t=> mmc list\n\tmmc@fe2b0000: 1 (SD)\n\tmmc@fe2c0000: 2\n\tsdhci@fe310000: 0 (eMMC)\n\nSigned-off-by: Dongjin Kim \nChange-Id: I4b5c1f620ac7a1610773f38595842e6914772013","shortMessageHtmlLink":"ODROID-M1/M1S: core/uclass: fix failure due to wrong device number fo…"}},{"before":"ab38cd104cbc0607cb5c0d6486485dcd5c9abacf","after":"ada06d1934de081cbb2830ee032a59c54beb5533","ref":"refs/heads/odroidm1-v2017.09","pushedAt":"2024-04-02T03:30:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"ODROID-M1/M1S: core/uclass: fix failure due to wrong device number for SD\n\nUpstream Linux kernel defines the device node for MMC devices as\n'dwmmc@fe2b0000' and 'dwmmc@fe2c0000' while the device tree in U-Boot\ndefines as 'mmc@fe2b0000' and 'mmc@fe2c0000'. This makes to add new\ndevices and their device number becomes '3' and '4' for the same\nhardware.\n\n\t=> mmc list\n\tdwmmc@fe2b0000: 3 (SD)\n\tdwmmc@fe2c0000: 2\n\tsdhci@fe310000: 0 (eMMC)Device 'mmc@fe2b0000': seq 1 is in use by 'dwmmc@fe2b0000'\n\n\tmmc@fe2b0000: 1\n\nThis problem leads to use the device number '3' for SD card that\nsupposed to be '1', so instead of adding new boot command 'boot_mmc3',\nthis fix hacks the device node name to be same as the device node name\nin U-Boot.\n\n\t=> mmc list\n\tmmc@fe2b0000: 1 (SD)\n\tmmc@fe2c0000: 2\n\tsdhci@fe310000: 0 (eMMC)\n\nSigned-off-by: Dongjin Kim \nChange-Id: I4b5c1f620ac7a1610773f38595842e6914772013","shortMessageHtmlLink":"ODROID-M1/M1S: core/uclass: fix failure due to wrong device number fo…"}},{"before":"ed9d6c54722fac7a5ad7dc766ff07e8b84d15029","after":"ab38cd104cbc0607cb5c0d6486485dcd5c9abacf","ref":"refs/heads/odroidm1-v2017.09","pushedAt":"2024-04-02T01:10:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"ODROID-COMMON: video/drm: fix to initiate DRM with upstream kernel\n\nUpstream kernel does not have resouce for 'host' in device tree that is\ndefined like this in 5.10 kernel.\n\n\tvideo_phy0: phy@fe850000 {\n\t\tcompatible = \"rockchip,rk3568-dsi-dphy\", \"rockchip,rk3568-video-phy\";\n\t\treg = <0x0 0xfe850000 0x0 0x10000>,\n\t\t <0x0 0xfe060000 0x0 0x10000>;\n\t\treg-names = \"phy\", \"host\";\n\t\tclocks = <&pmucru CLK_MIPIDSIPHY0_REF>,\n\n'0xfe060000' is the address of 'dsi0', so instead of adding 'host'\nresouce/reg, this patch will travers the device tree pool in order to\nfind out the node by phandle and use its resource/reg.\n\nAlso 5.10 kernel have two compatible strings for 'video_phy0' while\nupstream kernel only have 'rockchip,rk3568-dsi-phy'. So adding '\nrockchip,rk3568-video-dphy' will trick to initiate the DSI phy with\nupstream kernel.\n\nChange-Id: I83c0e7b0c56f5cfe6e802bb34b9b9dfdcb509a66\nSigned-off-by: Dongjin Kim ","shortMessageHtmlLink":"ODROID-COMMON: video/drm: fix to initiate DRM with upstream kernel"}},{"before":"c566f246f1ba8df0c89ceb3f8199d9357c0fa918","after":"ed9d6c54722fac7a5ad7dc766ff07e8b84d15029","ref":"refs/heads/odroidm1-v2017.09","pushedAt":"2024-04-02T01:09:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"rkbin: Fix submodule commit info\n\nSigned-off-by: Dongjin Kim \nChange-Id: Id482186803068b6995daaccefea19d164e476490","shortMessageHtmlLink":"rkbin: Fix submodule commit info"}},{"before":"cef6f261c9699c389e1ca44d2f54b20848778863","after":"c566f246f1ba8df0c89ceb3f8199d9357c0fa918","ref":"refs/heads/odroidm1-v2017.09","pushedAt":"2024-04-02T00:57:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"ODROID-COMMON: Add to read panel from 'config.ini'\n\nChange-Id: I1506af27dd00c23216942ecbeb43cab810423859","shortMessageHtmlLink":"ODROID-COMMON: Add to read panel from 'config.ini'"}},{"before":"abf731800cd5bd34935dd92a7526e27d1499bd92","after":"cef6f261c9699c389e1ca44d2f54b20848778863","ref":"refs/heads/odroidm1-v2017.09","pushedAt":"2024-04-02T00:56:29.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'github/odroidm1-v2017.09' into next/odroidm1-v2017.09\n\nChange-Id: I92c1502cc45c24051514d4035843a3cab565d763","shortMessageHtmlLink":"Merge remote-tracking branch 'github/odroidm1-v2017.09' into next/odr…"}},{"before":"5206d4ba09442ac4d18459aa266e894b373489e8","after":"abf731800cd5bd34935dd92a7526e27d1499bd92","ref":"refs/heads/odroidm1-v2017.09","pushedAt":"2024-03-25T10:08:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"ODROID-COMMON: rkbin: update new RKBIN repository\n\nSigned-off-by: Dongjin Kim \nChange-Id: I99cae5350b6f840cd8eef301024d8081256b09dc","shortMessageHtmlLink":"ODROID-COMMON: rkbin: update new RKBIN repository"}},{"before":"ab38cd104cbc0607cb5c0d6486485dcd5c9abacf","after":"5206d4ba09442ac4d18459aa266e894b373489e8","ref":"refs/heads/odroidm1-v2017.09","pushedAt":"2024-03-25T10:04:20.000Z","pushType":"push","commitsCount":292,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"ODROID-COMMON: rkbin: update new RKBIN repository\n\nSigned-off-by: Dongjin Kim \nChange-Id: I99cae5350b6f840cd8eef301024d8081256b09dc","shortMessageHtmlLink":"ODROID-COMMON: rkbin: update new RKBIN repository"}},{"before":"0bc1633aab0e6acbb2f3d8fea5ec559f0d176e3c","after":"ab38cd104cbc0607cb5c0d6486485dcd5c9abacf","ref":"refs/heads/odroidm1-v2017.09","pushedAt":"2024-01-17T08:19:43.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"ODROID-COMMON: video/drm: fix to initiate DRM with upstream kernel\n\nUpstream kernel does not have resouce for 'host' in device tree that is\ndefined like this in 5.10 kernel.\n\n\tvideo_phy0: phy@fe850000 {\n\t\tcompatible = \"rockchip,rk3568-dsi-dphy\", \"rockchip,rk3568-video-phy\";\n\t\treg = <0x0 0xfe850000 0x0 0x10000>,\n\t\t <0x0 0xfe060000 0x0 0x10000>;\n\t\treg-names = \"phy\", \"host\";\n\t\tclocks = <&pmucru CLK_MIPIDSIPHY0_REF>,\n\n'0xfe060000' is the address of 'dsi0', so instead of adding 'host'\nresouce/reg, this patch will travers the device tree pool in order to\nfind out the node by phandle and use its resource/reg.\n\nAlso 5.10 kernel have two compatible strings for 'video_phy0' while\nupstream kernel only have 'rockchip,rk3568-dsi-phy'. So adding '\nrockchip,rk3568-video-dphy' will trick to initiate the DSI phy with\nupstream kernel.\n\nChange-Id: I83c0e7b0c56f5cfe6e802bb34b9b9dfdcb509a66\nSigned-off-by: Dongjin Kim ","shortMessageHtmlLink":"ODROID-COMMON: video/drm: fix to initiate DRM with upstream kernel"}},{"before":"04944f0856014d8af810ad15d03a8f8033c47369","after":"0bc1633aab0e6acbb2f3d8fea5ec559f0d176e3c","ref":"refs/heads/odroidm1-v2017.09","pushedAt":"2023-11-16T09:19:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"rkbin: Fix submodule commit info\n\nSigned-off-by: Steve Jeong \nChange-Id: Ic27421db51aa5b9c7145e76f94d825e973e925cc","shortMessageHtmlLink":"rkbin: Fix submodule commit info"}},{"before":"5bec4e870f3ca603c927473c26a3413cfeae8bc1","after":"04944f0856014d8af810ad15d03a8f8033c47369","ref":"refs/heads/odroidm1-v2017.09","pushedAt":"2023-11-14T05:26:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"ODROID-M1: fix SPI bus number\n\nSigned-off-by: Dongjin Kim ","shortMessageHtmlLink":"ODROID-M1: fix SPI bus number"}},{"before":null,"after":"5bec4e870f3ca603c927473c26a3413cfeae8bc1","ref":"refs/heads/odroidm1-v2017.09_v1","pushedAt":"2023-11-14T05:25:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tobetter","name":"Dongjin Kim","path":"/tobetter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1728059?s=80&v=4"},"commit":{"message":"ODROID-M1: fix access eMMC in SPL/U-Boot\n\nChange-Id: I52ea26a5e1625b8e880b6dba9a301ba7f7bed71a\nSigned-off-by: Dongjin Kim ","shortMessageHtmlLink":"ODROID-M1: fix access eMMC in SPL/U-Boot"}},{"before":null,"after":"8782e27a0aece0d76e0b12e7916afd569b72df99","ref":"refs/heads/odroidg12-v2015.01-p","pushedAt":"2023-06-01T03:44:25.454Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"codewalkerster","name":"Chris","path":"/codewalkerster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2783234?s=80&v=4"},"commit":{"message":"ODROID: Fix not displaying on selfinstall.\n\nChange-Id: I047ba874728d549cea6bde50ed4327849b80f89d","shortMessageHtmlLink":"ODROID: Fix not displaying on selfinstall."}},{"before":"7ff3b5282cef5afccf3d4477066b407d0075b8f6","after":"5bec4e870f3ca603c927473c26a3413cfeae8bc1","ref":"refs/heads/odroidm1-v2017.09","pushedAt":"2023-03-09T08:03:37.286Z","pushType":"push","commitsCount":1,"pusher":{"login":"hardkernel","name":"Hardkernel Co., Ltd.","path":"/hardkernel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2086832?s=80&v=4"},"commit":{"message":"ODROID-M1: fix access eMMC in SPL/U-Boot\n\nChange-Id: I52ea26a5e1625b8e880b6dba9a301ba7f7bed71a\nSigned-off-by: Dongjin Kim ","shortMessageHtmlLink":"ODROID-M1: fix access eMMC in SPL/U-Boot"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEV4HZhQA","startCursor":null,"endCursor":null}},"title":"Activity · hardkernel/u-boot"}