From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 7 Sep 2015 11:29:47 +0200 Subject: [U-Boot] [PATCH v4 0/7] nios2: add device tree control of U-Boot In-Reply-To: <1441587806-23115-1-git-send-email-thomas@wytron.com.tw> References: <1441336526-23505-1-git-send-email-thomas@wytron.com.tw> <1441587806-23115-1-git-send-email-thomas@wytron.com.tw> Message-ID: <201509071129.47733.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, September 07, 2015 at 03:03:19 AM, Thomas Chou wrote: > These patches add device tree control of U-Boot to nios2 boards. > > v2 > use SPDX license header. > use fdt relocation in board_init_f. > v3 > fix comment style. > v4 > drop fdt_blob print in board info, which needs more discussion. > > Thomas Chou (7): > nios2: permit device tree control of U-Boot > nios2: move altera_pio_init to board_early_init_r > nios2: BSS should be cleared only after board_init_f > nios2: enlarge the code relocation range > nios2: remove gp assignments in link script > nios2: define _end in link script > nios2: enable device tree control of U-Boot Hi, Nice, I like seeing how NIOS2 getting back to shape. btw you could have waited a few days before applying patches that were just posted. Best regards, Marek Vasut