
Hi Jens and Simon,
ne 30. 9. 2018 v 22:07 odesÃlatel Simon Glass sjg@chromium.org napsal:
Hi Tom,
Here are some binman and core driver-model enhancements.
https://travis-ci.org/sglass68/u-boot/builds/435045761
Re signed tags, I did read this link:
http://web.mit.edu/git/www/howto/using-signed-tag-in-pull-request.html
but I get:
error: gpg failed to sign the data error: unable to sign the tag The tag message has been left in .git/TAG_EDITMSG
I have tried for a while to get gpg going. I used to use it a long time again. Do you know any good instructions for that?
Regards, Simon
The following changes since commit bbef20d479441b01d62252cf127498c58078b2c3:
Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze (2018-09-27 08:29:10 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git
for you to fetch changes up to 31b8217e83a63d1c8c70edcdcdf5aff3b1791640:
dm: test: Add "/firmware" node scan test (2018-09-29 11:49:35 -0600)
Jens Wiklander (1): fdt: fdtdec_setup_memory_banksize() use livetree
This patch is breaking SPL at least on zynq board. I didn't test zynqmp but I think situation will be very similar.
I am ending in this while loop and never come out of that.
1205 while (ofnode_read_resource(mem, reg++, &res)) { 1206 reg = 0; 1207 mem = get_next_memory_node(mem); 1208 if (!ofnode_valid(mem)) { 1209 if (bank) 1210 return 0; 1211 goto missing_node; 1212 } 1213 }
Thanks, Michal