History log of /openbmc/phosphor-mboxd/ (Results 176 – 200 of 247)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ea469b0612-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add mark_read_dirty

Change-Id: I7ab43db7d69b0f085574b40701d48dfa99f00856
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

bcacb4e612-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add request_low_version

Change-Id: Ia2ce45977b2735663e9745e1da72378df5819a01
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

4510a19512-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add request_high_version

The test identified a flaw in the implementation and lack of clarity in
the documentation when compared with Ben's intent and what was discussed
with AMI.

Change-Id:

test: Add request_high_version

The test identified a flaw in the implementation and lack of clarity in
the documentation when compared with Ben's intent and what was discussed
with AMI.

Change-Id: I1722b1cc8b005cef77fc48f6583ca0e2553ed2f1
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...

d4a5fc8b12-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add implicit_flush

Change-Id: Ib64fe711e7e7922ad90cb8e9a84972df4cbc5b2d
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

efc6ada112-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add create_zero_size_window

Change-Id: I59f3c1e92b519d4f52b6d4fe031d425f161e4dd3
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

5f374bce12-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add create_oversize_window

Change-Id: I944046be71b6973e8bd1760678fcfaea39d7bc12
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

1770ce8912-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add bmc_event_ack_v2

Change-Id: Id6966ce54ddfdc2c2ec3933c0dde12451223a61c
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

c5da148912-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add mark_write_erased_v2

Change-Id: I74f98b63f9971b53a90b4cc8e81ebeddaec1431d
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

1a03647e12-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add write_flush_v2

Change-Id: I567be3c016f6d96bb5e7b36342e162dfdff2f836
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

4397af9412-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add mark_write_dirty_v2

Change-Id: I9a6fe86eff739c8bf377e7a700e79e8d28b90361
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

d8f24efd12-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add close_window_v2

Change-Id: I2ca90440333f1b06c408884f59af22ab0f9c596d
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

ccaec50012-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add create_write_window_v2

Change-Id: I26992306b7de4ece0b14b51a4a9c443ef47ce302
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

3e3cf28e12-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add create_read_window_v2

Change-Id: I2b1295faea3df207cce5430653b4e0a78176e13c
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

182d4fef12-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add get_flash_info_v2

Change-Id: I55916bb3b8538701b0f54f9ce259b1ac4715941c
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

16be9f6c12-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add reset_state

Change-Id: Ia18a5e7c472d8fe55fb90a13be21f731e407e6e9
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

c1e7db3412-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add get_mbox_info_v2

Change-Id: Ibd4d9c7880bc427edcecafcc2e9abeb487620fdb
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

9fc7923f11-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add system interface to define MTD and LPC characteristics

The primary entry point to the system abstraction is through its
ioctl() implementation, which handles ioctl calls for the MTD and LP

test: Add system interface to define MTD and LPC characteristics

The primary entry point to the system abstraction is through its
ioctl() implementation, which handles ioctl calls for the MTD and LPC
subsystems. The MBOX portion needs no support as it is driven purely by
read() and write() calls.

Two helpers are exposed to configure the MTD and LPC subsystems
respectively.

Change-Id: Id50abdb967f6ea2ece2e3b21288412d276439c36
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...

5ab4e3e811-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add mbox helpers for unit/integration tests

The helpers enable initialising the mbox context to the point that
dispatch_mbox() can be usefully called in a controlled environment, and
then test

test: Add mbox helpers for unit/integration tests

The helpers enable initialising the mbox context to the point that
dispatch_mbox() can be usefully called in a controlled environment, and
then testing any side-effects that resulted.

Change-Id: I590841f70dd51e0993b491e537ed4a73ab696e14
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...

26b3567e11-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add write_flash

Change-Id: I887d79db9f1fd5e63c16a717a88cd76a1f800986
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

f37ae02611-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add erase_flash

Change-Id: Idbe0e8a9d7c62eeb5ac90fce055fc87de80ab1fa
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

0484c75311-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add copy_flash

Change-Id: Iac6b6207c01f1db322803218231ca97c210a583c
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

62af1ba623-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

test: Add NDEBUG sanity check

Hopefully stops people tripping over themselves if NDEBUG gets defined.

Change-Id: Iafb81d01f6451619f49a5030e5154c8f30ffebdb
Signed-off-by: Andrew Jeffery <andrew@aj.i

test: Add NDEBUG sanity check

Hopefully stops people tripping over themselves if NDEBUG gets defined.

Change-Id: Iafb81d01f6451619f49a5030e5154c8f30ffebdb
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...

56b2aa3d12-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

bootstrap: Add 'dev' parameter to run ./configure with additional CFLAGS

Also, add -DDEBUG as CODE_COVERAGE_CPPFLAGS has -DNDEBUG, and we set
the coverage flags globally. Maybe that's not a good ide

bootstrap: Add 'dev' parameter to run ./configure with additional CFLAGS

Also, add -DDEBUG as CODE_COVERAGE_CPPFLAGS has -DNDEBUG, and we set
the coverage flags globally. Maybe that's not a good idea, but we
definitely want to trigger asserts in the test cases.

Change-Id: Ied39252678f1b28284024cd4435996416bd3eb22
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

Change-Id: I9255e7300b783e536a687af6d7efdb54d41a86b1
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...

65e2162812-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

autotools: Add code coverage support

Change-Id: I7d11c64ffa3e68973081cfb1f3fdc1817a64e8cd
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

093d65ad23-Apr-2017 Andrew Jeffery <andrew@aj.id.au>

mboxd_lpc: Make subjective improvements to log messages

The bikeshed is red.

Change-Id: Ibb99da24cc20436d0fc0c5028270fecb04a10d23
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

12345678910