Tom Rini
7ae2729401
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2019-02-07 14:53:03 -05:00
Tom Rini
1bac199e8c
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2019-01-07 18:11:00 -05:00
Simon Glass
15a5c72ca4
sandbox: Increase the pre-relocation memory
...
This is close to full now, so increase it to avoid problems with adding
more devices.
Signed-off-by: Simon Glass <sjg@chromium.org >
2018-12-13 16:32:49 -07:00
Tom Rini
4114a2614b
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-11-13 19:44:53 -05:00
Tom Rini
d24c1d0f4d
Merge git://git.denx.de/u-boot-dm
2018-09-30 18:16:51 -04:00
Mario Six
e6fd018108
test: Add tests for board uclass
...
Add tests for the new board uclass.
Reviewed-by: Simon Glass <sjg@chromium.org >
Signed-off-by: Mario Six <mario.six@gdsys.cc >
2018-09-29 11:49:35 -06:00
Mario Six
4eea531859
video_osd: Add osd sandbox driver and tests
...
Add sandbox driver and tests for the new OSD uclass.
Signed-off-by: Mario Six <mario.six@gdsys.cc >
Reviewed-by: Simon Glass <sjg@chromium.org >
2018-09-28 18:26:52 +02:00
Tom Rini
8c5cad05c9
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-09-03 15:26:12 -04:00
Tom Rini
86cf1c8285
configs: Migrate CONFIG_NR_DRAM_BANKS
...
We have the following cases:
- CONFIG_NR_DRAM_BANKS was defined, migrate normally
- CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
- CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
2), set this to 8.
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-08-16 16:45:02 -04:00
Tom Rini
e966471562
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-08-07 21:40:14 -04:00
Ramon Fried
7fd7e2cf33
drivers: smem: sandbox
...
Add Sandbox driver for SMEM. mostly stub operations.
Signed-off-by: Ramon Fried <ramon.fried@gmail.com >
Reviewed-by: Simon Glass <sjg@chromium.org >
2018-07-19 16:31:38 -04:00
Tom Rini
358b6a20e4
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-06-04 11:57:37 -04:00
Miquel Raynal
2a8e80dfce
configs: add TPMv2.x support in Sandbox
...
Enable the Sandbox TPMv2 driver in all possible configurations.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com >
Reviewed-by: Simon Glass <sjg@chromium.org >
Reviewed-by: Tom Rini <trini@konsulko.com >
2018-05-25 20:13:01 -04:00
Tom Rini
37dc72f5a5
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-04-28 10:48:10 -04:00
Mario Six
78eba69d98
treewide: Migrate CONFIG_DISPLAY_BOARDINFO_LATE to Kconfig
...
Migrate the CONFIG_DISPLAY_BOARDINFO_LATE option to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc >
[trini: Re-run migration]
Signed-off-by: Tom Rini <trini@konsulko.com >
2018-04-08 15:12:09 -04:00
Mario Six
c6b89f3180
sandbox: Add 64-bit sandbox
...
To debug device tree issues involving 32- and 64-bit platforms, it is useful to
have a generic 64-bit platform available.
Add a version of the sandbox that uses 64-bit integers for its physical
addresses as well as a modified device tree.
Signed-off-by: Mario Six <mario.six@gdsys.cc >
Added CONFIG_SYS_TEXT_BASE to configs/sandbox64_defconfig
Signed-off-by: Simon Glass <sjg@chromium.org >
2018-02-18 15:53:48 -07:00