<?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>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/origen/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/origen/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>3e11350255d9c5d4bd03c2a65769da84c05d3294 - Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#3e11350255d9c5d4bd03c2a65769da84c05d3294</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;Conflicts:	Makefile	drivers/net/npe/MakefileThese two conflicts arise from commit 0b2d3f20(&quot;ARM: NET: Remove the IXP NPE ethernet driver&quot;) and areresolved by deleting the drivers/net/npe/Makefile fileand removing the CONFIG_IXP4XX_NPE line from Makefile.

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Thu, 20 Feb 2014 12:16:05 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>7c8278a866122ef6c1201b94cd602f98cc649a2f - kbuild: add dummy obj-y to create built-in.o</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#7c8278a866122ef6c1201b94cd602f98cc649a2f</link>
        <description>kbuild: add dummy obj-y to create built-in.oWe are going to switch over to Kbuild in upcoming commits.Each makefile must have non-empty obj- or obj-yto generate built-in.o on Kbuild.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Tue, 04 Feb 2014 08:24:25 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>9e4140329ee9a787d0f96ac2829d618d47f7973f - kbuild: change out-of-tree build</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#9e4140329ee9a787d0f96ac2829d618d47f7973f</link>
        <description>kbuild: change out-of-tree buildThis commit changes the working directorywhere the build process occurs.Before this commit, build process occurred under the sourcetree for both in-tree and out-of-tree build.That&apos;s why we needed to add $(obj) prefix to all generatedfiles in makefiles like follows:  $(obj)u-boot.bin:  $(obj)u-bootHere, $(obj) is empty for in-tree build, whereas it pointsto the output directory for out-of-tree build.And our old build system changes the current working directorywith &quot;make -C &lt;sub-dir&gt;&quot; syntax when descending into thesub-directories.On the other hand, Kbuild uses a different ideato handle out-of-tree build and directory descending.The build process of Kbuild always occurs under the output tree.When &quot;O=dir/to/store/output/files&quot; is given, the build systemchanges the current working directory to that directory andrestarts the make.Kbuild uses &quot;make -f $(srctree)/scripts/Makefile.build obj=&lt;sub-dir&gt;&quot;syntax for descending into sub-directories.(We can write it like &quot;make $(obj)=&lt;sub-dir&gt;&quot; with a shorthand.)This means the current working directory is always the topof the output directory.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Tested-by: Gerhard Sittig &lt;gsi@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Tue, 04 Feb 2014 08:24:24 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>e183a1745aa4ad05dac3d7caf5777dceff3f1958 - board: samsung: refactor host programs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#e183a1745aa4ad05dac3d7caf5777dceff3f1958</link>
        <description>board: samsung: refactor host programsSome Samsung boards have their own tools under board/samsung/&lt;board&gt;/tools/.This commit refactor more makefiles with &quot;hostprogs-y&quot;.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Tue, 04 Feb 2014 08:24:11 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>a79854a90f7297ddfda2114c867fd62643fa6e3a - board: arm: convert makefiles to Kbuild style</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#a79854a90f7297ddfda2114c867fd62643fa6e3a</link>
        <description>board: arm: convert makefiles to Kbuild styleSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;Cc: Andreas Bie&#223;mann &lt;andreas.devel@googlemail.com&gt;Cc: Stefano Babic &lt;sbabic@denx.de&gt;Cc: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;Cc: Minkyu Kang &lt;mk7.kang@samsung.com&gt;Cc: Vipin Kumar &lt;vipin.kumar@st.com&gt;Cc: Tom Warren &lt;twarren@nvidia.com&gt;Cc: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Mon, 21 Oct 2013 02:53:37 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>326ea986ac150acdc7656d57fca647db80b50158 - Merge git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#326ea986ac150acdc7656d57fca647db80b50158</link>
        <description>Merge git://git.denx.de/u-boot-armConflicts:	board/freescale/mx6qsabrelite/Makefile	board/freescale/mx6qsabrelite/mx6qsabrelite.c	include/configs/mx6qsabrelite.hSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Wed, 31 Jul 2013 09:30:38 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>8b485ba12b0defa0c4ed3559789250238f8331a8 - Merge branch &apos;u-boot/master&apos; into u-boot-arm/master</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#8b485ba12b0defa0c4ed3559789250238f8331a8</link>
        <description>Merge branch &apos;u-boot/master&apos; into u-boot-arm/master

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Thu, 25 Jul 2013 15:57:46 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>1a4596601fd395f3afb8f82f3f840c5e00bdd57a - Add GPL-2.0+ SPDX-License-Identifier to source files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#1a4596601fd395f3afb8f82f3f840c5e00bdd57a</link>
        <description>Add GPL-2.0+ SPDX-License-Identifier to source filesSigned-off-by: Wolfgang Denk &lt;wd@denx.de&gt;[trini: Fixup common/cmd_io.c]Signed-off-by: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Mon, 08 Jul 2013 07:37:19 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>fbbbc86e8ebac4f42f4ca39ceba80cea27c983bc - 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/origen/Makefile#fbbbc86e8ebac4f42f4ca39ceba80cea27c983bc</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-armFix a trivial conflict in arch/arm/dts/exynos5250.dtsi about gpio andserial.Conflicts:	arch/arm/dts/exynos5250.dtsiSigned-off-by: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Fri, 12 Jul 2013 14:36:48 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>630aacb0859c6e26b2b0311d8e245da5e5b8ac67 - 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/origen/Makefile#630aacb0859c6e26b2b0311d8e245da5e5b8ac67</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/origen/Makefile</description>
        <pubDate>Wed, 10 Jul 2013 18:40:47 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>643be9c07e1c2abcc45d0efd4bbe562c4cb8dcaa - EXYNOS: Move files from board/samsung to arch/arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#643be9c07e1c2abcc45d0efd4bbe562c4cb8dcaa</link>
        <description>EXYNOS: Move files from board/samsung to arch/armThis patch performs the following:1) Convert the assembly code for memory and clock initialization to C code.2) Move the memory and clock init codes from board/samsung to arch/arm3) Creat a common lowlevel_init file across Exynos4 and Exynos5. Converted   the common lowlevel_init from assembly to C-code4) Made spl_boot.c and tzpc_init.c common for both exynos4 and exynos5.5) Enable CONFIG_SKIP_LOWLEVEL_INIT as stack pointer initialisation is already   done in _main.6) exynos-uboot-spl.lds made common across SMDKV310, Origen and SMDK5250.TEST: Tested SD-MMC boot on SMDK5250 and Origen.      Tested USB and SPI boot on SMDK5250      Compile tested for SMDKV310.Signed-off-by: Rajeshwari Shinde &lt;rajeshwari.s@samsung.com&gt;Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Thu, 04 Jul 2013 06:59:17 +0000</pubDate>
        <dc:creator>Rajeshwari Shinde &lt;rajeshwari.s@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>688d8f33f27ea596efb6632388ee60360996eed0 - 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/origen/Makefile#688d8f33f27ea596efb6632388ee60360996eed0</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm* &apos;master&apos; of git://git.denx.de/u-boot-arm:  Arm: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board  arm: jadecpu: Readd MACH_TYPE_JADECPU  at91: defined mach-types for otc570 board in board config file  at91: defined mach-types for meesc board in board config file  mx31pdk: Enable D and I caches  ehci-mxc: remove incorrect comment  README: Fix supported i.MX SoC list for CONFIG_MXC_SPI  mx53: Turn off child clocks before reconfigure perclk_root  qong: enable support for compressed images  imx: imx31_phycore.h: fix checkpatch warnings  vision2: Remove unused get_board_rev function  mx53smd: Remove unused get_board_rev function  mx53ard: Remove unused get_board_rev function  mx53evk: Remove unused get_board_rev function  mx53evk: Add RTC support  mx53loco: Remove unused get_board_rev function  mx53evk: Remove unneeded &apos;1&apos; from mx53evk.h  OMAP3: mvblx: Initial support for mvBlueLYNX-X  ARM: dig297: Define MACH_TYPE_OMAP3_CPS and CONFIG_MACH_TYPE  omap3: mem: Move comments next to definitions  omap3: mem: Clean-up whitespaces  omap3: mem: Define and use common macros  Davinci: ea20: added PREBOOT to configuration  Davinci: ea20: added I2C support  Davinci: ea20: added video support  VIDEO: davinci: add framebuffer to da8xx  ARM: Davinci: added missing registers to hardware.h  Davinci: ea20: add gpios for LCD backlight control  Davinci: ea20: add gpio for keeping power on in board_late_init  Davinci: ea20: Add default U-Boot environment  Davinci: ea20: Add early init to get early output from console  Davinci: ea20: Add NAND support  Davinci: ea20: set GPIOs to hold MII-Phy in reset and set UART0-Switch for console  Davinci: ea20: set console on UART0  arm, davinci: add cam_enc_4xx support  arm926ejs, davinci: add missing spi defines for dm365  arm926ejs, davinci: add cpuinfo for dm365  arm, davinci: add lowlevel function for dm365 soc  arm, davinci: add header files for dm365  spl, nand: add 4bit HW ecc oob first nand_read_page function  arm, davinci: add support for new spl framework  spl: add option for adding post memory test to the SPL framework  net, davinci_emac: make clock divider in MDIO control register configurable  arm, usb, davinci: make USBPHY_CTL register configurable  usb, davinci: add enable_vbus() weak function  omap3evm: fix errors caused by multiple definitions  omap3evm: Add (quick) configuration for NAND only  omap3evm: Add (quick) configuration for MMC/SD only  omap3evm: move common config options to new file  omap3evm: Prepare to split configuration  omap3evm: Reorder related config options  omap/spl: actually enable the console  davinci_emac: compilation fix, phy is array now  omap3evm: Set environment variable &apos;ethaddr&apos;  arm, arm926: fix missing symbols in NAND_SPL mode  arm, davinci: Add function lpsc_syncreset()  arm, davinci: replace CONFIG_PRELOADER with CONFIG_SPL_BUILD  arm/km: portl2 environment address update to P1B  arm/km: adapt bootcounter evaluation  arm/km: enable jffs2 cmds  arm/km: trigger reconfiguration for the Xilinx FPGA  arm/km: add boardid and hwkey to kernel command line  ARM: Reintroduce MACH_TYPE_KM_KIRKWOOD for keymile ARM boards  netspace_v2: enable I2C EEPROM support  netspace_v2: fix SDRAM configuration  armada100: define CONFIG_SYS_CACHELINE_SIZE  pantheon: define CONFIG_SYS_CACHELINE_SIZE  kirkwood: define CONFIG_SYS_CACHELINE_SIZE  kirkwood: drop empty asm-offsets.s file  arm/km/mgcoge3un: enhance &quot;waitforne&quot; feature  arm/km: add variable waitforne to mgcoge3un  gplugD: Fix for error:MACH_TYPE_SHEEVAD undeclared  ARM: dreamplug: fix compilation  ARM: DockStar: fix compilation  ARM: netspace_v2: fix warnings  am335x: Drop board_sysinfo struct  am335x: Temporarily add MACH_TYPE define  misc:pmic:samsung Enable PMIC driver at C210 Universal target  dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target  dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target  smdkv310: use macro for mmc data read function address  smdkv310: use spl framework for mmc spl  SMDKV310: use get_ram_size() to validate dram size  SMDKV310: Initialize board id using CONFIG_MACH_TYPE  ORIGEN : use absolute paths and fix tool naming  ORIGEN : enable device tree support  MX25: tx25: Fix building due to missing MACH_TYPE  mx31: Add board support for HALE TT-01  mx31: add ESD control registers  mx31: define pins and init for UART2 and CSPI3  MX35: add support for flea3 board  MX51: vision2: add MACH_TYPE in config file  vision2: Remove unused header file  mx51evk: Remove unused get_board_rev function  mx51evk: Remove unneeded &apos;1&apos; from mx51evk.h  I2C: Fix mxc_i2c.c problem on imx31_phycore  mx35pdk: Add RTC support  mx51evk: Use GPIO API for configuring the IOMUX  mx51evk: Add RTC support  rtc: Make mc13783-rtc driver generic  qong: remove unneeded IOMUX settings  qong: Use mx31_set_gpr to setup USBH2 pins  mx31: Introduce mx31_set_gpr function  mx31pdk: Add MC13783 PMIC support  qong: remove unneeded &quot;1&quot; from qong.h  misc: pmic: fix regression in pmic_fsl.c (SPI)  mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME  MX35: Drop unnecessary prototypes from imx-regs.h  I2C: added I2C-2 and I2C-3 to MX35  MX35: factorize common assembly code  MX35: add reset cause as provided by other i.MX  MX35: add pins definition for UART3  MX35: added ESDC structure to imx-regs

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Mon, 07 Nov 2011 23:38:52 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>a2ee7f07fa5c72e739abfaaeab4e6bad61570ba7 - ORIGEN : use absolute paths and fix tool naming</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#a2ee7f07fa5c72e739abfaaeab4e6bad61570ba7</link>
        <description>ORIGEN : use absolute paths and fix tool namingOn some hosts using relative paths will cause the build to fail. Thispatch sets absolute paths for the tools directoryGet rid of MSDOS style excecutable extensionSigned-off-by: Angus Ainslie &lt;angus.ainslie@linaro.org&gt;Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Mon, 12 Sep 2011 10:11:58 +0000</pubDate>
        <dc:creator>Angus Ainslie &lt;angus.ainslie@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>26ddff2d8db8a9f0315783bb008f02d2e93a0d9c - build: add missing $(AR)-&gt;$(cmd_link_o_target) update</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#26ddff2d8db8a9f0315783bb008f02d2e93a0d9c</link>
        <description>build: add missing $(AR)-&gt;$(cmd_link_o_target) updateSeems people fixed their files to use libfoo.o, but didn&apos;t actuallyupdate the creation targets to use $(cmd_link_o_target).  Update therest of the Makefile&apos;s found with grep.Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;Tested-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Tue, 18 Oct 2011 05:30:17 +0000</pubDate>
        <dc:creator>Mike Frysinger &lt;vapier@gentoo.org&gt;</dc:creator>
    </item>
<item>
        <title>6dfbf49c6dc3687efbc6d7f9e25bb46ed2d6c833 - 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/origen/Makefile#6dfbf49c6dc3687efbc6d7f9e25bb46ed2d6c833</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm* &apos;master&apos; of git://git.denx.de/u-boot-arm: (145 commits)  beagleboard: enable HUB power on all variants of the BeagleBoard  dm3730: enable dpll5  ehci-hcd: Allow cleanups to happen gracefully on a timeout.  OMAP3: Add DSS driver for OMAP3  led: Remove state-saving of led for toggle functionality and add toggle option to led command  led: Fixed setting of STATUS_LED_BIT1 when led_name is &apos;all&apos;  led: correct off/on locations in structure  led: added cmd_led to Makefile  BeagleBoard: fix LED 0/1 in driver  Corrected LED name match finding avoiding extraneous Usage printouts  BeagleBoard: config: updated default configuration  BeagleBoard: config: Enabled multibus support for I2C in configuration  BeagleBoard: config: add optargs/buddy/camera  BeagleBoard: config: increase command-line functionality  BeagleBoard: config: make mtest run  BeagleBoard: config: enable DSS  BeagleBoard: config: enable asix driver and dhcp  BeagleBoard: config: enable networking  BeagleBoard: config: decrease bootdelay to 2 seconds  BeagleBoard: config: use uImage.beagle for tftp  BeagleBoard: config: hardcode MAC for onboard SMSC  BeagleBoard: config: load kernel from MMC ext, not FAT  BeagleBoard: Configure DVI/S-video  BeagleBoard: Added userbutton command  BeagleBoard: turn off clocks in ehci_stop  USB: Remove __attribute__ ((packed)) for struct ehci_hccr and ehci_hcor  beagleboard: add support for xM revision C  beagle: pass expansionboard name in bootargs  OMAP: Remove omapfb.debug=y from Beagle and Overo env settings  OMAP3 Beagle Pin Mux initialization glitch fix  da850: modifications for Logic PD Rev.3 AM18xx EVM  da850: fix the channel number for EMAC teardown init  da850: add support for Spectrum Digital AM18xx EVM  da850: add support to wake up DSP during board init  da850: modify the U-Boot prompt string  da850: add NOR boot mode support  da8xx: add support for multiple PLL controllers  da850: indicate cache usage disable in config file  dm365: modify boot prompt from dm365 to dm36x  dm365: disable cache usage due to coherency issues  dm6446: disable cache usage due to coherency issues  OMAP3: Remove legacy mmc driver  devkit8000: Use generic MMC driver  TI OMAP3 SDP3430: Use generic MMC driver  AM3517 CraneBoard: Use generic MMC driver  OMAP3: pandora: Use generic MMC driver  OMAP3: Zoom2: Use generic MMC driver  OMAP3: Zoom1: Use generic MMC driver  OMAP3: DIG297: Use generic MMC driver  OMAP3: CM-T35: Use generic MMC driver  am3517evm: Use generic MMC driver  omap3evm: Use generic MMC driver  omap3:clock: check cpu_family before enabling clks for IVA &amp; CAM  omap3:clock: configure GFX clock to 200MHz for AM/DM37x  OMAP3/4: Increase console I/O buffer size  PXA: vpac270: Remove re-defined CONFIG_SYS_TEXT_BASE  PXA: Fix CSB226, fix monitor length  PXA: Fix Lubbock, remove redundant parenthesis  armv7: cache: remove flush on un-aligned invalidate  armv7: stronger barrier for cache-maintenance operations  omap: enable caches at system start-up  arm: do not force d-cache enable on all boards  ORIGEN: Add MMC SPL support  ARMV7: Add support for Samsung ORIGEN board  i2c:gpio:s5p: Enable I2C GPIO on the GONI target  i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c)  Tegra2: Use clock and pinmux functions to simplify code  Tegra2: Add additional pin multiplexing features  Tegra2: Add more clock support  Tegra2: Add microsecond timer function  ARM: remove broken &quot;at91rm9200dk&quot; board  ARM: remove broken &quot;m501sk&quot; board  ARM: remove broken &quot;kb9202&quot; board  ARM: remove broken &quot;csb637&quot; board  ARM: remove broken &quot;cmc_pu2&quot; board  ARM: remove broken &quot;at91cap9adk&quot; board  ARM: remove broken &quot;voiceblue&quot; board  ARM: remove broken &quot;smdk2400&quot; board  ARM: remove broken &quot;sbc2410x&quot; board  ARM: remove broken &quot;netstar&quot; board  ARM: remove broken &quot;mx1fs2&quot; board  ARM: remove broken &quot;lpd7a40x&quot; boards  ARM: remove broken &quot;edb93xx&quot; boards  ARM: remove broken &quot;B2&quot; board  ARM: remove broken &quot;armadillo&quot; board  ARM: remove broken &quot;assabet&quot; board  ARM: versatile: drop warnings  IMX: scb9328: drop warnings  MX31: imx31_litekit: make use of GPIO framework  MX31: mx31ads: make use of GPIO framework  MX5: mx51evk: make use of GPIO framework  MX35: mx35pdk: make use of GPIO framework  MX5: mx53loco: make use of GPIO framework  MX5: mx53evk: make use of GPIO framework  MX5: vision2: make use of GPIO framework  MX5: mx53smd: make use of GPIO framework  MX5: mx53ard: make use of GPIO framework  MX25: zmx25: make use of GPIO framework  MX5: efikamx: make use of GPIO framework  MX31: QONG: make use of GPIO framework  MX35: make use of GPIO framework for MX35 processor  MX5: make use of GPIO framework for MX5 processor  MX31: make use of GPIO framework for MX31 processor  MX25: make use of GPIO framework for MX25 processor  IMX: uniform GPIO interface using GPIO framework  MX: MX35 / MX5: uniform clock command with powerpc  MX35: MX35PDK: support additional RAM on CSD1  mx53: ddr3: Update DD3 initialization  ARM: MX51: PLL errata workaround  ARM: versatilepb : drop warnings due to double definitions  omap4: increase SRAM budget to fix build error  omap4: fix build warning due to signed unsigned comparison  mkimage: Fix &apos;Unknown OMAP image type - 5&apos;  omap: fix gpio related build breaks  gpio:samsung: s5p_ suffix add for GPIO functions (C210_universal)  SMDKV310: MMC SPL: Remove unwanted dummy functions  SMDKV310: Fix undefined reference error  SMDKV310: Fix build error for smdkv310 board  gpio:samsung s5p_ suffix add for GPIO functions  mmc: S5P: Support DMA restarts at buffer boundaries  SMDKV310: Fix host compilation of mkv310_image  arm: fix bd pointer dereference prior initialization  arm, lib/board.c: use gd-&gt;ram_size instead of bd-&gt;bi_memsize  mx5: Remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF  MX31: removed warnings due to clock.h  integrator: convert to new build system  integratorcp: make the board compile  integratorap: remove hardcoded 32MB memory cmdline  ...

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Sun, 04 Sep 2011 19:12:18 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>98a48c5de545e5a5eedba0a868024ef0d4ae5347 - ORIGEN: Add MMC SPL support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#98a48c5de545e5a5eedba0a868024ef0d4ae5347</link>
        <description>ORIGEN: Add MMC SPL supportAdds mmc boot support.Signed-off-by: Chander Kashyap &lt;chander.kashyap@linaro.org&gt;Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Thu, 18 Aug 2011 22:37:20 +0000</pubDate>
        <dc:creator>Chander Kashyap &lt;chander.kashyap@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>b9a1ef219e12c08b2af695dd5355d6352b8ffc08 - ARMV7: Add support for Samsung ORIGEN board</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/samsung/origen/Makefile#b9a1ef219e12c08b2af695dd5355d6352b8ffc08</link>
        <description>ARMV7: Add support for Samsung ORIGEN boardOrigen board is based upon S5PV310 SoC which is similiar toS5PC210 SoC.Signed-off-by: Chander Kashyap &lt;chander.kashyap@linaro.org&gt;Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/samsung/origen/Makefile</description>
        <pubDate>Thu, 18 Aug 2011 22:37:19 +0000</pubDate>
        <dc:creator>Chander Kashyap &lt;chander.kashyap@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
