summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fw_setenv: lock the flash only if it was locked beforeWIP/2020-07-30-more-env-updatesIvan Mikhaylov2020-07-301-5/+19
* env: Add support for explicit write access listMarek Vasut2020-07-304-13/+68
* env: Add option to only ever append environmentMarek Vasut2020-07-303-0/+15
* env: Discern environment coming from external storageMarek Vasut2020-07-3015-24/+29
* env: Add H_DEFAULT flagMarek Vasut2020-07-302-1/+3
* env: Warn on force access if ENV_ACCESS_IGNORE_FORCE setMarek Vasut2020-07-301-1/+3
* test: sandbox: add test for erase commandPatrick Delaunay2020-07-305-0/+20
* env: ext4: add support of command env erasePatrick Delaunay2020-07-301-0/+19
* env: ext4: introduce new function env_ext4_save_bufferPatrick Delaunay2020-07-301-8/+20
* test: environment in ext4Patrick Delaunay2020-07-301-1/+96
* configs: sandbox: activate command env select and env loadPatrick Delaunay2020-07-304-0/+8
* configs: sandbox: activate env in ext4 supportPatrick Delaunay2020-07-305-0/+31
* cmd: env: add env select commandPatrick Delaunay2020-07-304-1/+69
* cmd: env: add env load commandPatrick Delaunay2020-07-304-0/+55
* env: the ops driver load becomes mandatory in struct env_driverPatrick Delaunay2020-07-302-5/+1
* env: nowhere: add .load opsPatrick Delaunay2020-07-301-0/+17
* env: correctly handle env_load_prioPatrick Delaunay2020-07-301-3/+4
* env: sf: avoid space in backend namePatrick Delaunay2020-07-301-1/+1
* env: ext4: set gd->env_validPatrick Delaunay2020-07-301-1/+8
* env: add absolute path at CONFIG_ENV_EXT4_FILEPatrick Delaunay2020-07-301-1/+1
* env: add prototypes for weak functionPatrick Delaunay2020-07-301-0/+20
* Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmWIP/29Jul2020Tom Rini2020-07-29116-365/+974
|\
| * dm: remove superfluous comment for union ofnode_unionHeinrich Schuchardt2020-07-281-1/+1
| * test: dm: add a test for class buttonPhilippe Reynes2020-07-282-0/+75
| * test/py: add tests for the button commandsPhilippe Reynes2020-07-282-0/+33
| * sandbox: enable buttonPhilippe Reynes2020-07-281-0/+2
| * sandbox64: enable buttonPhilippe Reynes2020-07-281-0/+2
| * sandbox: dtsi: add buttonsPhilippe Reynes2020-07-281-0/+14
| * cmd: button: add a new 'button' commandPhilippe Reynes2020-07-283-0/+98
| * dm: button: add a driver for button driven by gpioPhilippe Reynes2020-07-283-0/+122
| * dm: button: add an uclass for buttonPhilippe Reynes2020-07-287-0/+123
| * sandbox, test: change hog gpioPhilippe Reynes2020-07-282-10/+10
| * cmd: host: return value of do_host_bind()Heinrich Schuchardt2020-07-281-1/+1
| * dm: Fix build error when OF_CONTROL is not setDan Murphy2020-07-281-0/+2
| * dtoc: remove compatible string aliases supportWalter Lozano2020-07-282-56/+0
| * drivers: avoid using aliases on drivers when OF_PLATDATA is enabledWalter Lozano2020-07-283-24/+6
| * dtoc: look for compatible string aliases in driver listWalter Lozano2020-07-283-26/+44
| * find dtb in android boot image with header version 2 during bootmchenshuo2020-07-281-3/+13
| * x86: chromebook_samus_tpl: Correct the image layoutSimon Glass2020-07-281-1/+1
| * x86: chromebook_panther: Correct the image layoutSimon Glass2020-07-283-2/+13
| * x86: chromebook_link64: Correct the image layoutSimon Glass2020-07-281-0/+2
| * x86: Move the fdtmap away from the binary blobsSimon Glass2020-07-281-2/+2
| * rockchip: Drop the fit_spl_optee.sh scriptSimon Glass2020-07-281-84/+0
| * rockchip: Convert evb-rk3229 over to use binmanSimon Glass2020-07-281-1/+1
| * rockchip: Convert evb-rk3288 over to use binmanSimon Glass2020-07-285-2/+68
| * Makefile: Warn against using CONFIG_SPL_FIT_GENERATORSimon Glass2020-07-281-0/+9
| * Makefile: Allow CONFIG_SPL_FIT_GENERATOR to be emptySimon Glass2020-07-2842-2/+46
| * Makefile: Fix a long line in cmd_mkfitimageSimon Glass2020-07-281-1/+2
| * Makefile: Move CONFIG_TOOLS_DEBUG check to laterSimon Glass2020-07-281-1/+3
| * mediatek: Makefile: Drop explicit targets built by binmanSimon Glass2020-07-282-8/+18