<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>eca803756ab49d393025bb299f3e0b0b8a482a35 - i2c: Drop CONFIG_SOFT_I2C_MULTI_BUS</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#eca803756ab49d393025bb299f3e0b0b8a482a35</link>
        <description>i2c: Drop CONFIG_SOFT_I2C_MULTI_BUSThis is not used by any board. Drop it.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Clean up board_f sequence a littleThis series tries to remove #ifdefs from the board_f init sequence. Itgets as far as I2C and then we need to discuss whether we can start toremove the old I2C framework.I think that ideally each entry in the init sequence should be enabled byat most one CONFIG, which is in Kconfig and is not arch-specific.ENDAcked-by: Lukasz Majewski &lt;lukma@denx.de&gt;Acked-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Tue, 28 Mar 2017 16:27:32 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>5f5620ab2679608f94b3a77e51c77d0a770103bd - Merge git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#5f5620ab2679608f94b3a77e51c77d0a770103bd</link>
        <description>Merge git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Thu, 12 Nov 2015 16:13:26 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>60b25259a5540686add02cf6c94cd7494a3e2d23 - Merge git://git.denx.de/u-boot-samsung</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#60b25259a5540686add02cf6c94cd7494a3e2d23</link>
        <description>Merge git://git.denx.de/u-boot-samsung

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Thu, 05 Nov 2015 12:46:45 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>1611c8cbcfe2ee50cc5e96f3a5c666c99d235107 - exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4.</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#1611c8cbcfe2ee50cc5e96f3a5c666c99d235107</link>
        <description>exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4.This commit adds additional file with implementation of boarddetection code for Odroid-XU3/XU4.The detection depends on compatible found in fdt:- &quot;samsung,exynos5&quot; - uses Exynos5 generic code- &quot;samsung,odroidxu3&quot; - try detect XU3 revisionThere are few revisions of Odroid XU3/XU4, each can be detectedby checking the value of channel 9 of built-in ADC: Rev   ADC  Board 0.1     0  XU3 0.1 0.2   372  XU3 0.2 | XU3L - no DISPLAYPORT 0.3  1280  XU4 0.1The detection code depends on the ADC+10% value.Implementation of functions:- set_board_type()     - read ADC and set type- get_board_rev()      - returns board revision: 1..3- get_board_type()     - returns board type stringAdditional functions with return values of bool:- board_is_generic()   - true if found compatible &quot;samsung,exynos5&quot;                         but not &quot;samsung,odroidxu3&quot;- board_is_odroidxu3() - true if found compatible &quot;samsung,odroidxu3&quot;                         and one of XU3 revision.- board_is_odroidxu4() - true if found compatible &quot;samsung,odroidxu3&quot;                         and XU4 revision.After I2C controller init, the get_board_type() can checkif the XU3 board is a &quot;Lite&quot; variant, by probing chip0x40 on I2C0 (INA231 - exists only on non-lite).This is useful for setting fdt file name at misc_init_r().Enabled configs:- CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG- CONFIG_ODROID_REV_AIN- CONFIG_REVISION_TAG- CONFIG_BOARD_TYPESSigned-off-by: Przemyslaw Marczak &lt;p.marczak@samsung.com&gt;Cc: Minkyu Kang &lt;mk7.kang@samsung.com&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Anand Moon &lt;linux.amoon@gmail.com&gt;Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Tue, 27 Oct 2015 12:08:05 +0000</pubDate>
        <dc:creator>Przemyslaw Marczak &lt;p.marczak@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>ae27120c31d58b8bb694d9155bcffdcfae8552a6 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#ae27120c31d58b8bb694d9155bcffdcfae8552a6</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Thu, 06 Aug 2015 23:56:03 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>c65dc7d8742837addfb1b0da3b090967423f4a9b - exynos: Add common board code for exynos5 boards that use device tree</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#c65dc7d8742837addfb1b0da3b090967423f4a9b</link>
        <description>exynos: Add common board code for exynos5 boards that use device treeSome boards use device tree for almost all board-specific configuration.They therefore do not need their own separate board code, but can all usethe same version. Add a common version of the board code. It uses thePMIC, regulator and video bridge uclasses. This will support smdk5250,smdk5420, snow, spring, pit and pi.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Mon, 03 Aug 2015 14:19:27 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>6f4e050639241218987541f4729172e4e0e2ff31 - Merge git://git.denx.de/u-boot-usb</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#6f4e050639241218987541f4729172e4e0e2ff31</link>
        <description>Merge git://git.denx.de/u-boot-usb

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Fri, 24 Jul 2015 20:39:56 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>01acd6abbdd5a5951f68d08c245550c720ea6ad8 - usb: USB download gadget and functions config options coherent naming</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#01acd6abbdd5a5951f68d08c245550c720ea6ad8</link>
        <description>usb: USB download gadget and functions config options coherent namingThis introduces a coherent scheme for naming USB download gadget and functionsconfig options. The download USB gadget config option is moved toCONFIG_USB_GADGET_DOWNLOAD for better consistency with other gadgets and eachfunction&apos;s config option is moved to a CONFIG_USB_FUNCTION_ prefix.Signed-off-by: Paul Kocialkowski &lt;contact@paulk.fr&gt;Tested-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;Test HW: Odroid_XU3 (Exynos5422), trats (Exynos4210)

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Fri, 12 Jun 2015 17:56:58 +0000</pubDate>
        <dc:creator>Paul Kocialkowski &lt;contact@paulk.fr&gt;</dc:creator>
    </item>
<item>
        <title>8fc171318e352ae191cdf527252e9166a56851ab - samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#8fc171318e352ae191cdf527252e9166a56851ab</link>
        <description>samsung: dfu: Provide correct Vendor and Product IDs for UMS gadgetIt is necessary to provide the same Vendor and Product IDs as the one inthe original Linux kernel code.Without this change the USB mass storage gadget is not working with Windows7.Signed-off-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;Acked-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Tue, 29 Jul 2014 09:10:44 +0000</pubDate>
        <dc:creator>Lukasz Majewski &lt;l.majewski@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>c9afa7cea84c9b7346fcd2710577bcc386631aba - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-usb</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#c9afa7cea84c9b7346fcd2710577bcc386631aba</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-usb

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Thu, 22 May 2014 16:56:15 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>abfe8afe88d6d8219602659f44981411e1daeb1d - ums: move IO support code to common location</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#abfe8afe88d6d8219602659f44981411e1daeb1d</link>
        <description>ums: move IO support code to common locationThere&apos;s nothing Samsung-/board-specfic about the implementation ofums_init(). Move the code into cmd_usb_mass_storage.c, so that it canbe shared by any user of that command.Cc: Lukasz Majewski &lt;l.majewski@samsung.com&gt;Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Acked-by: Przemyslaw Marczak &lt;p.marczak@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Mon, 05 May 2014 16:40:15 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>1ad6364eeb4f578e423081d1748e8a3fdf1ab01d - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#1ad6364eeb4f578e423081d1748e8a3fdf1ab01d</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Wed, 05 Mar 2014 11:51:26 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>c4d376fd1c2bce8d64cec0431dd3f24957b6dec4 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#c4d376fd1c2bce8d64cec0431dd3f24957b6dec4</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Mon, 17 Feb 2014 19:22:02 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>d53ccdb341cf16e32c0ca2d6099b194d9572fe0c - Merge branch &apos;u-boot-samsung/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#d53ccdb341cf16e32c0ca2d6099b194d9572fe0c</link>
        <description>Merge branch &apos;u-boot-samsung/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Thu, 13 Feb 2014 12:30:54 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>679549d1802f0ee8e66576ecfc766d30b4040983 - samsung: common: Add file for common functions, draw_logo() cleanup.</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#679549d1802f0ee8e66576ecfc766d30b4040983</link>
        <description>samsung: common: Add file for common functions, draw_logo() cleanup.Changes:new file:- board/samsung/common/misc.c  depends on: CONFIG_MISC_COMMON- move draw_logo() to misc.cconfigs: trats, trats2, universal:- enable CONFIG_MISC_COMMON,- enable CONFIG_MISC_INIT_R,- add misc_init_r() and call draw_logo() in it.Signed-off-by: Przemyslaw Marczak &lt;p.marczak@samsung.com&gt;Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Wed, 22 Jan 2014 10:24:12 +0000</pubDate>
        <dc:creator>Przemyslaw Marczak &lt;p.marczak@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>7f673c99c2d8d1aa21996c5b914f06d784b080ca - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#7f673c99c2d8d1aa21996c5b914f06d784b080ca</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-armBringing in the MMC tree means that CONFIG_BOUNCE_BUFFER needed to beadded to include/configs/exynos5-dt.h now.Conflicts:	include/configs/exynos5250-dt.hSigned-off-by: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Fri, 10 Jan 2014 15:56:00 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>4b0561d84198f8d696fd51cfc27aeac8c7482a8c - Merge branch &apos;u-boot-samsung/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#4b0561d84198f8d696fd51cfc27aeac8c7482a8c</link>
        <description>Merge branch &apos;u-boot-samsung/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Mon, 06 Jan 2014 08:32:42 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>71ebb33559696ca41fe0db5fa882112464ade9c0 - EXYNOS5: Create a common board file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#71ebb33559696ca41fe0db5fa882112464ade9c0</link>
        <description>EXYNOS5: Create a common board fileCreate a common board.c file for all functions which are common acrossall EXYNOS5 platforms.exynos_init function is provided for platform specific code.Signed-off-by: Rajeshwari S Shinde &lt;rajeshwari.s@samsung.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Thu, 26 Dec 2013 04:14:17 +0000</pubDate>
        <dc:creator>Rajeshwari Birje &lt;rajeshwari.s@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>15c5cdf5aa6b292145e5e3e220ec1f42b11eff6f - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-usb</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#15c5cdf5aa6b292145e5e3e220ec1f42b11eff6f</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-usb

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Fri, 08 Nov 2013 20:25:29 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>4b19ed6c765eb7f8a8873ab05db5c2dfca7f554a - usb: ums: move ums code from trats to Samsung common directory</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/common/Makefile#4b19ed6c765eb7f8a8873ab05db5c2dfca7f554a</link>
        <description>usb: ums: move ums code from trats to Samsung common directoryUMS init was implemented in trats board file but mostly it comprisescommon code. Due to that it has been moved to common/ums.c to avoidcode duplication in the future.Changes:- move ums initialization code from trats to common/ums.c- remove unused CONFIG_USB_GADGET_MASS_STORAGE from trats.hChanges v2:- move this patch at the top of code cleanups patchesSigned-off-by: Przemyslaw Marczak &lt;p.marczak@samsung.com&gt;Cc: Marek Vasut &lt;marex@denx.de&gt;Cc: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/common/Makefile</description>
        <pubDate>Wed, 23 Oct 2013 12:30:45 +0000</pubDate>
        <dc:creator>Przemyslaw Marczak &lt;p.marczak@samsung.com&gt;</dc:creator>
    </item>
</channel>
</rss>
