* v2017.08.0
@ 2017-07-31 18:20 Lucas Stach
2017-08-01 9:12 ` v2017.08.0 Uwe Kleine-König
2017-08-07 8:15 ` v2017.08.0 Sam Ravnborg
0 siblings, 2 replies; 3+ messages in thread
From: Lucas Stach @ 2017-07-31 18:20 UTC (permalink / raw)
To: Barebox List
[-- Attachment #1.1: Type: text/plain, Size: 4514 bytes --]
Hi all,
I've just released barebox 2017.08.0. Just like the last release we are
one day early, this time due to me going back to enjoy my vacations
for the rest of the week.
We don't have any major new feature, but a good bunch of fixes, with
the majority of them being targeted at the RATP implementation. One
notable addition is support for the Turris Omnia, so you can now run
your favorite bootloader on a nice open-hardware router.
I'll also merge -next to master in a few minutes. I think I picked up
most of the patches floating around, aside from the AT91 conversion to
multi-image, which I haven't had the time to look at properly yet. So
if anything you expected to go in is missing, please reach out to me.
Shortlog of the changes in this release is below.
Regards,
Lucas
-----------------------------------------------------------------------
Aleksander Morgado (16):
ratp: add missing transition to SYN-RECEIVED in behavior B
ratp: avoid unnecessary variable initializations
ratp: send missing RST in behavior C2
ratp: add missing RST flag in behavior G
ratp: completely ignore RST flagged packets in behavior G
ratp: fix data presence check
ratp: fix single byte sending flagged with SO
ratp: remove bogus data checks in behavior C2
ratp: remove FIXME comment: FIN always requires ACK
ratp: fix sending ACKs without data
ratp: consolidate ratp_sn_expected() and ratp_an_expected()
ratp: prefer using ratp_send_ack() in behaviour I1
ratp: send initial data in behaviour B if any pending
ratp: don't ignore data that may arrive in behaviour H1
ratp: consolidate setting the next AN or SN flags
ratp: user close may happen in SYN-RECEIVED state
Andrey Smirnov (9):
mtd: dataflash: Replace C99 types with their kernel counterparts
mtd: dataflash: Improve coding style in jedec_probe()
mtd: dataflash: Replace pr_debug, printk with dev_* functions
mtd: dataflash: Get rid of loop counter in jedec_probe()
mtd: dataflash: Make use of "extened device information"
mtd: dataflash: Add flash_info for AT45DB641E
ARM: Update zii_vf610_dev_defconfig
gpiolib: Fix buggy flag detection code
gpiolib: Simplify code of gpio_request_one()
Daniel Schultz (1):
arm: boards: phytec-som-am335x: Update boot scripts
Lucas Stach (3):
Revert "param: fix stub prototype of dev_add_param"
gpio: move active state function stubs to GPIOLIB
Release v2017.08.0
Oleksij Rempel (1):
crypto: caam: use dma_alloc_coherent instead of dma_alloc
Philipp Zabel (2):
i.MX: clk-pllv3: Initially disable PLL_BYPASS bit
state: backend_bucket_circular: fix old state reads
Sam Ravnborg (2):
clk: fix clk_get error handling
gpio: fix null pointer exception when there is no oftree
Sascha Hauer (16):
dts: update to v4.12-rc5
state: backend: always pass backend type to Linux dtb
dts: update to v4.12-rc6
dts: update to v4.12-rc7
fs: Make locally used function canonicalize_dir() static
ARM: omap: phytec-phycore-omap4460: Fix compiler warning
ARM: omap: Fix error printing
Merge branch 'for-next/arm'
Merge branch 'for-next/clk'
Merge branch 'for-next/dts'
Merge branch 'for-next/imx'
Merge branch 'for-next/misc'
Merge branch 'for-next/mtd'
Merge branch 'for-next/mvebu'
Merge branch 'for-next/ratp'
Merge branch 'for-next/state'
Steffen Trumtrar (1):
ARM: socfpga: remove unused fpgaintf setup
Sven Schneider (1):
lib/fonts: add 6x8 font
Uwe Kleine-König (13):
clk: let clk_get return errors from of_clk_get_by_name
scripts/kwbimage: support empty binary.0 files
serial: ns16550: emit an error message if getting the clock fails
of_device_is_stdout_path: simplify
of_device_is_stdout_path: split off options and support aliases
mtd: spi-nor: sync definition of Spansion chips from Linux
ARM: mvebu: initial support for Armada 38x
clk: mvebu: Add support for Armada 38x's coreclk
ARM: mvebu: Add initial support for Turris Omnia
scripts/kwboot: document -n option
docs: mvebu: describe -n more accurately in the sphinx document
enable LFS support for host programs
crypto: digest: Fix digesting over memory chunks > 4096 bytes
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: v2017.08.0
2017-07-31 18:20 v2017.08.0 Lucas Stach
@ 2017-08-01 9:12 ` Uwe Kleine-König
2017-08-07 8:15 ` v2017.08.0 Sam Ravnborg
1 sibling, 0 replies; 3+ messages in thread
From: Uwe Kleine-König @ 2017-08-01 9:12 UTC (permalink / raw)
To: Lucas Stach; +Cc: Barebox List
Hello,
On Mon, Jul 31, 2017 at 08:20:16PM +0200, Lucas Stach wrote:
> One notable addition is support for the Turris Omnia, so you can now
> run your favorite bootloader on a nice open-hardware router.
Just for the record: Currently this only works as 2nd stage started from
the vendor U-Boot. I didn't try UART-Booting yet and networking is
broken. So I'd limit Lucas' announcement to: There is a playground
available now to play with barebox on the Turris Omnia.
Best regards (and calm vacations)
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: v2017.08.0
2017-07-31 18:20 v2017.08.0 Lucas Stach
2017-08-01 9:12 ` v2017.08.0 Uwe Kleine-König
@ 2017-08-07 8:15 ` Sam Ravnborg
1 sibling, 0 replies; 3+ messages in thread
From: Sam Ravnborg @ 2017-08-07 8:15 UTC (permalink / raw)
To: Lucas Stach; +Cc: Barebox List
Hi Lucas.
> I think I picked up
> most of the patches floating around, aside from the AT91 conversion to
> multi-image, which I haven't had the time to look at properly yet.
I'm planning to post an updated set of patches next week (os so).
So hold on until then.
And if things plays out as I hope then bootstrap will then be working
on at9sam9263ek - which is the challenge right now.
Sam
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-07 8:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-31 18:20 v2017.08.0 Lucas Stach
2017-08-01 9:12 ` v2017.08.0 Uwe Kleine-König
2017-08-07 8:15 ` v2017.08.0 Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox