summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2020-07-31-more-env-updates'WIP/31Jul2020Tom Rini2020-07-3133-65/+507
|\
| * fw_setenv: lock the flash only if it was locked beforeIvan Mikhaylov2020-07-311-5/+19
| * env: Add support for explicit write access listMarek Vasut2020-07-314-13/+68
| * env: Add option to only ever append environmentMarek Vasut2020-07-313-0/+15
| * env: Discern environment coming from external storageMarek Vasut2020-07-3115-24/+29
| * env: Add H_DEFAULT flagMarek Vasut2020-07-312-1/+3
| * env: Warn on force access if ENV_ACCESS_IGNORE_FORCE setMarek Vasut2020-07-311-1/+3
| * test: sandbox: add test for erase commandPatrick Delaunay2020-07-315-0/+20
| * env: ext4: add support of command env erasePatrick Delaunay2020-07-311-0/+19
| * env: ext4: introduce new function env_ext4_save_bufferPatrick Delaunay2020-07-311-8/+20
| * test: environment in ext4Patrick Delaunay2020-07-311-1/+96
| * configs: sandbox: activate command env select and env loadPatrick Delaunay2020-07-314-0/+8
| * configs: sandbox: activate env in ext4 supportPatrick Delaunay2020-07-315-0/+31
| * cmd: env: add env select commandPatrick Delaunay2020-07-314-1/+69
| * cmd: env: add env load commandPatrick Delaunay2020-07-314-0/+55
| * env: the ops driver load becomes mandatory in struct env_driverPatrick Delaunay2020-07-312-5/+1
| * env: nowhere: add .load opsPatrick Delaunay2020-07-311-0/+17
| * env: correctly handle env_load_prioPatrick Delaunay2020-07-311-3/+4
| * env: sf: avoid space in backend namePatrick Delaunay2020-07-311-1/+1
| * env: ext4: set gd->env_validPatrick Delaunay2020-07-311-1/+8
| * env: add absolute path at CONFIG_ENV_EXT4_FILEPatrick Delaunay2020-07-311-1/+1
| * env: add prototypes for weak functionPatrick Delaunay2020-07-311-0/+20
| * test: efi_selftest: Do not force serial# settingTom Rini2020-07-311-1/+1
| * test: do not rely on => being the promptHeinrich Schuchardt2020-07-311-1/+1
|/
* 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