| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...WIP/30Oct2020 | Tom Rini | 2020-10-30 | 32 | -35/+773 |
|\ |
|
| * | doc: rockchip: Document Rockchip miniloader flashing | Jagan Teki | 2020-10-30 | 1 | -1/+39 |
| * | rockchip: Add Engicam PX30.Core C.TOUCH 2.0 | Jagan Teki | 2020-10-30 | 5 | -0/+144 |
| * | arm64: dts: rockchip: px30: Add Engicam C.TOUCH 2.0 | Jagan Teki | 2020-10-30 | 1 | -0/+8 |
| * | rockchip: Add Engicam PX30.Core EDIMM2.2 Starter Kit | Jagan Teki | 2020-10-30 | 9 | -0/+189 |
| * | board: engicam: Attach i.MX6 common code | Jagan Teki | 2020-10-30 | 4 | -2/+17 |
| * | rockchip: px30: Add EVB_PX30 Kconfig help | Jagan Teki | 2020-10-30 | 1 | -0/+5 |
| * | arm64: dts: rockchip: Add Engicam PX30.Core SOM | Michael Trimarchi | 2020-10-30 | 1 | -0/+232 |
| * | arm64: dts: rockchip: px30: Add Engicam EDIMM2.2 Starter Kit | Jagan Teki | 2020-10-30 | 2 | -0/+46 |
| * | rockchip: mkimage: Remove host endianness dependency | Samuel Holland | 2020-10-30 | 1 | -14/+15 |
| * | rockchip: Enable Console MUX in ROCKPi N8 | Jagan Teki | 2020-10-30 | 1 | -1/+0 |
| * | video: rockchip: Support 4K resolution for rk3288, HDMI | Jagan Teki | 2020-10-30 | 1 | -2/+2 |
| * | arm64: dts: rockchip: Add chosen node for ROCK-Pi N8 | Jagan Teki | 2020-10-30 | 1 | -0/+6 |
| * | rockchip: Enable Console MUX in ROCKPi N10 | Jagan Teki | 2020-10-30 | 1 | -1/+0 |
| * | video: rockchip: Add missing dpcd_write() call to link_train_ce() | Alper Nebi Yasak | 2020-10-30 | 1 | -0/+6 |
| * | ram: rockchip: px30: add a config-based ddr selection | Heiko Stuebner | 2020-10-30 | 2 | -0/+29 |
| * | rockchip: Rock960: fix up USB support | Peter Robinson | 2020-10-30 | 2 | -3/+8 |
| * | rockchip: dts: tinker: remove unnecessary node | Stefan Agner | 2020-10-30 | 1 | -4/+0 |
| * | rockchip: dts: tinker: move i2c node to shared device tree | Stefan Agner | 2020-10-30 | 2 | -7/+7 |
| * | clk: rockchip: rk3399: implement getting wdt/alive clocks | Jack Mitchell | 2020-10-30 | 1 | -0/+20 |
* | | Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo... | Tom Rini | 2020-10-30 | 89 | -501/+1860 |
|\ \ |
|
| * | | binman: Avoid calculated section data repeatedly | Simon Glass | 2020-10-29 | 1 | -11/+13 |
| * | | binman: Support compression of sections | Simon Glass | 2020-10-29 | 7 | -0/+323 |
| * | | binman: Use the actual contents in CheckSize() | Simon Glass | 2020-10-29 | 2 | -8/+5 |
| * | | binman: Update CheckEntries() for compressed sections | Simon Glass | 2020-10-29 | 1 | -2/+4 |
| * | | binman: Drop CheckEntries() | Simon Glass | 2020-10-29 | 3 | -14/+13 |
| * | | binman: Call CheckSize() from the section's Pack() method | Simon Glass | 2020-10-29 | 1 | -1/+4 |
| * | | binman: Drop the Entry.CheckSize() method | Simon Glass | 2020-10-29 | 2 | -12/+10 |
| * | | binman: Move sort and expand to the main Pack() function | Simon Glass | 2020-10-29 | 1 | -3/+4 |
| * | | binman: Drop Entry.CheckOffset() | Simon Glass | 2020-10-29 | 2 | -5/+2 |
| * | | binman: Avoid reporting image-pos with compression | Simon Glass | 2020-10-29 | 4 | -13/+26 |
| * | | binman: Set section contents in GetData() | Simon Glass | 2020-10-29 | 3 | -2/+22 |
| * | | binman: Store the original data before compression | Simon Glass | 2020-10-29 | 2 | -1/+18 |
| * | | binman: Make section padding consistent with other entries | Simon Glass | 2020-10-29 | 4 | -2/+86 |
| * | | binman: Move section padding to the parent | Simon Glass | 2020-10-29 | 2 | -12/+12 |
| * | | binman: Refactor _BuildSectionData() | Simon Glass | 2020-10-29 | 2 | -10/+51 |
| * | | binman: Move section-building code into a function | Simon Glass | 2020-10-29 | 2 | -8/+31 |
| * | | binman: Expand docs and test for alignment | Simon Glass | 2020-10-29 | 3 | -12/+56 |
| * | | binman: Expand docs and test for padding | Simon Glass | 2020-10-29 | 3 | -7/+45 |
| * | | binman: Update testPackExtra with more checks | Simon Glass | 2020-10-29 | 2 | -6/+23 |
| * | | binman: Use 'files-compress' to set compression for files | Simon Glass | 2020-10-29 | 4 | -7/+8 |
| * | | binman: Move CompressData() into Entry base class | Simon Glass | 2020-10-29 | 2 | -7/+17 |
| * | | binman: Expand the error message for breaching a section | Simon Glass | 2020-10-29 | 2 | -6/+9 |
| * | | binman: Remove references to 'image' in entry_Section | Simon Glass | 2020-10-29 | 1 | -4/+4 |
| * | | binman: Fix return from u-boot-ucode if there is no DT | Simon Glass | 2020-10-29 | 1 | -0/+1 |
| * | | binman: Give a sensible error if no command is given | Simon Glass | 2020-10-29 | 1 | -0/+1 |
| * | | binman: Add tests for skip-at-start sections | Simon Glass | 2020-10-29 | 4 | -0/+121 |
| * | | binman: Drop unused return variable for _DoTestFile() | Simon Glass | 2020-10-29 | 1 | -2/+2 |
| * | | binman: Update the entry docs | Simon Glass | 2020-10-29 | 1 | -0/+23 |
| * | | dm: doc: Update the of-platadata documentation | Simon Glass | 2020-10-29 | 1 | -23/+19 |